nx_fio_write_gate.nx
buildroot/runtime/nx_fio_write_gate.nx
about
Real-kernel controls for the shared write/sync/close boundary.
argv[1] is an exclusive private fixture pathname; successful fixtures remain evidence.
dependencies 2 imports · 0 importers
imports: nx_fio.nxnx_gate_verdict.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
| none |
functions
| 5 | func fw_same(a: *u8,b: *u8) -> i64 { var i: i64=0;while a[i]!=(0 as u8) { if a[i]!=b[i] { return 0 };i=i+1 };return b[i]==(0 as u8) } called by 1: main |
| 6 | func main(argc: i64,argv: *i64) -> i64 |