code wiki / (root) / nx_cad_nas_probe.nx

nx_cad_nas_probe.nx

buildroot/runtime/nx_cad_nas_probe.nx

2579 B49 linesdepth 10pulls 22 transitivereach 0 importersview sourcekind probetopic cad
docsdependenciesstructsconstsfunctions

about

nx_cad_nas_probe.nx -- READ-ONLY NAS diagnostic over sovereign SSH (vault auth). Reuses the nx_aw_push auth preamble; runs read-only commands. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_ssh_lib.nx nx_cad_nas_probe.nx

imports: nx_syscalls.nxnx_ssh_lib.nx

imported by: nobody (leaf or entry point)

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

main p_run sys_fork sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_execve sys_exit ↻ sys_wait4 ssh_puts sys_write ↻ p_unlink sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close ssh_open_session sys_socket sys_mmap ↻ ssh_sockaddr nx_connect_bounded nx_fcntl sys_connect sys_mmap ↻

structs

none

consts

6const P_SECRET_OUT: *u8 = "/tmp/nxsecret.out" as *u8
7const P_VAULT_NV: *u8 = "/home/elderwesto/.nishi/secrets/nas.nv" as *u8

functions

9func p_run(path: *u8, a1: *u8, a2: *u8) -> i64
28func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: main
30func main() -> i64