nx_mgmt_private_response_candidate_t189.nx
buildroot/runtime/nx_mgmt_private_response_candidate_t189.nx
about
Private response handoff used by nx_mgmt_call; never emits upstream body bytes.
Trusted parent directory; exclusive pending name serializes cooperating callers.
Does not claim hostile-directory race resistance or crash-orphan recovery.
dependencies 1 imports · 3 importers
imports: nx_fio.nx
imported by: nx_mgmt_call_candidate_t189.nxnx_mgmt_private_connected_gate_t189.nxnx_mgmt_private_response_gate_t189.nx
structs
| 7 | struct NxMgmtPrivateResponse |
consts
| 5 | const MPR_NOENT:i64=0-2 |
| 6 | const MPR_BAD_RESPONSE:i64=0-74 |
functions
| 13 | func mpr_len(s:*u8)->i64{var n:i64=0;while s[n]!=(0 as u8){n=n+1};return n} |
| 14 | func mpr_word(s:*u8,o:i64)->i64{return *((s+o) as *i64)} |
| 15 | func mpr_init(r:*NxMgmtPrivateResponse)->i64 |
| 22 | func mpr_absent(path:*u8)->i64 |
| 27 | func mpr_begin(path:*u8,r:*NxMgmtPrivateResponse)->i64 |
| 54 | func mpr_cleanup(r:*NxMgmtPrivateResponse)->i64 |
| 66 | func mpr_eq(b:*u8,n:i64,s:*u8)->i64 |
| 70 | func mpr_decimal(b:*u8,n:i64)->i64 called by 1: mpr_body |
| 76 | func mpr_body(b:*u8,n:i64,capacity:i64,r:*NxMgmtPrivateResponse)->i64 |
| 101 | func mpr_publish(b:*u8,n:i64,capacity:i64,r:*NxMgmtPrivateResponse)->i64 |
| 114 | func mpr_put(s:*u8)->i64 |
| 117 | func mpr_num(v:i64)->i64 |
| 121 | func mpr_digits(v:i64)->i64 |
| 126 | func mpr_report(r:*NxMgmtPrivateResponse)->i64 |