code wiki / _hdl_build / nx_build_raci_register.nx

nx_build_raci_register.nx

buildroot/runtime/_hdl_build/nx_build_raci_register.nx

3676 B57 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind tooltopic build
docsdependenciesstructsconstsfunctions

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

nx_cap_register.nx nx_syscalls.nx nx_build_raci_register.nx

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

main rr_reg rr_reg_arg sys_openat_rd sys_close rr_run_arg sys_fork sys_openat_wr sys_dup3 sys_mmap sys_execve sys_exit sys_wait4 ig_engineer ig_council ig_decision cr_w sys_write cr_wn sys_mmap ↻ sys_write ↻ cr_can_register sml_check_cap sml_layer_valid sml_status_valid sys_openat_append cr_write_entry cr_w ↻ cr_wn ↻ rr_reg_arg ↻ sys_exit ↻

structs

none

consts

7const RR_NLAYERS: i64 = 6

functions

10func rr_run_arg(path: *u8, arg1: *u8) -> i64
23func rr_run_status(path: *u8) -> i64 { return rr_run_arg(path, 0 as *u8) }
calls 1: rr_run_arg
25func rr_reg_arg(elf: *u8, gate_arg: *u8, idx: i64, layer: i64, name: *u8) -> i64
47func rr_reg(elf: *u8, idx: i64, layer: i64, name: *u8) -> i64 { return rr_reg_arg(elf, 0 as *u8, idx, layer, name) }
called by 1: main calls 1: rr_reg_arg
49func main() -> i64