nx_ladder.nx
buildroot/runtime/nx_ladder.nx
about
nx_ladder.nx -- CLI over nx_ladder_lib: does this board say what best-in-class and the frontier are (dated), and what
every rung is FOR on the way there? One domain, or `all` over regen.list for the estate-wide census.
nx_ladder <domain> per target and per rung lines, the partition, verdict LAST
nx_ladder all one line per domain in regen.list, then the estate partition; exit 1 if any PARTIAL
exit: 0 LADDERED | 1 PARTIAL (declared and broken: the hard fail) | 2 usage | 3 NO-LADDER or NO-PLAN
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_barfresh_lib.nxnx_ladder_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 11 | const LDC_ARG_DOMAIN: i64 = 1 |
| 12 | const LDC_EXIT_USAGE: i64 = 2 |
| 13 | const LDC_NUM_CAP: i64 = 24 |
| 14 | const LDC_STDOUT: i64 = 1 |
| 15 | const LDC_ALL: *u8 = "all" |
| 16 | const LDC_REGEN_DOM: *u8 = "regen" |
| 17 | const LDC_REGEN_SUFFIX: *u8 = ".list" |
| 18 | const LDC_NAME_CAP: i64 = 128 |
| 19 | const LDC_EXIT_NOPLAN: i64 = 3 |
functions
| 21 | func ldc_w(s: *u8) -> i64 |
| 24 | func ldc_wn(v: i64) -> i64 |
| 37 | func ldc_wspan(buf: *u8, off: i64, len: i64) -> i64 |
| 43 | func ldc_report(dom: *u8, buf: *u8, n: i64, verbose: i64) -> i64 |
| 123 | func main(argc: i64, argv: *i64) -> i64 |