nx_cad_nas_probe.nx
buildroot/runtime/nx_cad_nas_probe.nx
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
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
structs
| none |
consts
| 6 | const P_SECRET_OUT: *u8 = "/tmp/nxsecret.out" as *u8 |
| 7 | const P_VAULT_NV: *u8 = "/home/elderwesto/.nishi/secrets/nas.nv" as *u8 |
functions
| 9 | func p_run(path: *u8, a1: *u8, a2: *u8) -> i64 |
| 27 | func p_unlink(path: *u8) -> i64 { __syscall(263, AT_FDCWD, path, 0, 0, 0, 0) return 0 } called by 1: main |
| 28 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 30 | func main() -> i64 |