code wiki / (root) / nx_fsops_conditional_gate_t77.nx

nx_fsops_conditional_gate_t77.nx

buildroot/runtime/nx_fsops_conditional_gate_t77.nx

8547 B112 linesdepth 7pulls 13 transitivereach 0 importersview sourcekind tooltopic fsops
docsdependenciesstructsconstsfunctions

about

nx_fsops_conditional_gate_t77.nx -- Implements conditional gate operations for file system scanning and data validation in the Nishi ecosystem.

dependencies 3 imports · 0 importers

nx_fsops_lib_t77.nx nx_gate_verdict.nx nx_fcntl.nx nx_fsops_conditional_gate_t77.

imports: nx_fsops_lib_t77.nxnx_gate_verdict.nxnx_fcntl.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_head gv_puts sys_write ↻ cg_output gv_check gv_puts ↻ nx_fcntl_set_nonblock nx_fcntl nx_fcntl ↻ fsx_cwrite sys_write ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_check ↻ cg_scan fsx_cworkspace_bytes fsx_cscan sys_read sf_hex32 fsx_seq

structs

none

consts

5const CG_SOURCE_SIZE:i64=128275
6const CG_WINDOW:i64=64
7const CG_SENTINEL:i64=165
43const CG_PIPE_FDMASK:i64=4294967295
44const CG_PIPE_FDSHIFT:i64=4294967296
45const CG_EAGAIN:i64=11
47const CG_GETPIPE_SZ:i64=1032

functions

8func cg_all(b:*u8,n:i64,v:i64)->i64{var i:i64=0;while i<n{if b[i]!=(v as u8){return 0};i=i+1};return 1}
called by 1: cg_scan
9func cg_scan(mode:i64)->i64
48func cg_output(ctr:*i64)->i64
86func main(argc:i64,argv:*i64)->i64