code wiki / _hdl_build / nx_build_raci_register.nx
nx_build_raci_register.nx
buildroot/runtime/_hdl_build/nx_build_raci_register.nx
about
nx_build_raci_register.nx -- GOVERNED registration of the RACI correction: the clean build pipeline
(nx_build_raci) + the role-corrected ENGINEER verifier (nx_engineer_verify, formerly misnamed
nx_doctor_sov_verify). Each gated on a REAL re-run of its test ELF. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_cap_register.nxnx_syscalls.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
| 7 | const RR_NLAYERS: i64 = 6 |
functions
| 10 | func rr_run_arg(path: *u8, arg1: *u8) -> i64 called by 2: rr_run_statusrr_reg_arg calls 7: sys_forksys_openat_wrsys_dup3sys_mmapsys_execvesys_exit+1 |
| 23 | func rr_run_status(path: *u8) -> i64 { return rr_run_arg(path, 0 as *u8) } calls 1: rr_run_arg |
| 25 | func rr_reg_arg(elf: *u8, gate_arg: *u8, idx: i64, layer: i64, name: *u8) -> i64 called by 2: rr_regmain calls 11: sys_openat_rdsys_closerr_run_argig_engineerig_councilig_decision+5 |
| 47 | func rr_reg(elf: *u8, idx: i64, layer: i64, name: *u8) -> i64 { return rr_reg_arg(elf, 0 as *u8, idx, layer, name) } |
| 49 | func main() -> i64 |