code wiki / (root) / nx_fio_write_gate.nx

nx_fio_write_gate.nx

buildroot/runtime/nx_fio_write_gate.nx

3232 B48 linesdepth 6pulls 7 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

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

nx_fio.nx nx_gate_verdict.nx nx_fio_write_gate.nx

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

main gv_ctr 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 ↻ gv_check gv_puts sys_write ↻ fio_write_sync_fd sys_write ↻ sys_fsync sys_close fw_same gv_verdict gv_note_bare_rate gv_bare_rate gv_at gv_obj_has_n gv_at ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_puts ↻ gv_num ↻ gv_journal sys_openat_append

structs

none

consts

none

functions

5func 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
6func main(argc: i64,argv: *i64) -> i64