nx_fcntlprobe.nx
buildroot/runtime/nx_fcntlprobe.nx
about
nx_fcntlprobe.nx -- is nx_fcntl actually working on this target?
nx_connect_bounded bails with -1 the moment nx_fcntl(fd, F_GETFL) returns <0, and EVERY freshly
built organ now fails outbound connect with -2 while an organ built before the bounded-connect
change still reaches the same host. This asks the primitive directly instead of inferring.
expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_fcntl.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
| 9 | func fq_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: fq_puts |
| 10 | func fq_puts(s: *u8) -> i64 { sys_write(1, s, fq_len(s)); return 0 } |
| 11 | func fq_putn(v: i64) -> i64 |
| 23 | func main() -> i64 |