code wiki / _hdl_build / nx_estate_census_run.nx

nx_estate_census_run.nx

buildroot/runtime/_hdl_build/nx_estate_census_run.nx

3920 B86 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic estate
docsdependenciesstructsconstsfunctions

about

nx_estate_census_run.nx -- THE ESTATE-WIDE CENSUS ROSTER, ONE COMMAND, ON THE HOST THAT SHIPS. WHY THIS EXISTS --------------- The estate's reachability instruments were laptop-only organs: absent from buildroot entirely, so they could never run on the tree that actually compiles and deploys. Shipping them fixed presence. Presence is not invocation. A deployed binary nobody calls is the estate's own named failure class -- "a gate nobody runs does not degrade to neutral, it degrades to a false sense of coverage, because its existence is counted and its verdict is not." ★★★★★★ AN INSTRUMENT THAT MUST BE REMEMBERED IS AN INSTRUMENT THAT WILL BE FORGOTTEN; PUT IT BEHIND ONE COMMAND AND THE COMMAND ON A BEAT. Each row prints its own verdict and the roster exits non-zero if ANY row failed, so the exit code carries the verdict rather than the reader having to parse prose. usage: nx_estate_census_run exit: 0 all green, 1 one or more red (named above) license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_gatekit_lib.nx nx_estate_census_run.nx

imports: nx_gatekit_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gk_cat gk_say gk_write_all sys_write ecr_row gk_run_capture gk_run_cap2 gk_run_cap3 sys_mmap nxa_die nxa_lock_take nxa_lock_give nxa_report_overrun sys_pipe2 sys_fork sys_close sys_setpgid sys_openat_rd sys_dup3 sys_execve sys_exit sys_sleep_ms sys_mmap ↻ sys_munmap nx_kill sys_now_realtime_ms sys_mmap ↻ sys_clock_gettime_real sys_poll sys_read sys_wait4 gk_wait_code wait_status_rc gk_cat ↻ gk_say ↻

structs

none

consts

20const ECR_MAGIC_1048576: i64 = 1048576
21const ECR_MAGIC_4096: i64 = 4096
23const ECR_OFFC: *u8 = "/volume1/homes/elderwesto/nishihost/buildroot/_offc/"

functions

26func ecr_row(msg: *u8, label: *u8, elf: *u8, a1: *u8, fails: *i64) -> i64
called by 1: main calls 3: gk_run_capturegk_catgk_say
56func main(argc: i64, argv: *i64) -> i64