code wiki / _hdl_build / nx_descriptor_candidate_t188.nx
nx_descriptor_candidate_t188.nx
buildroot/runtime/_hdl_build/nx_descriptor_candidate_t188.nx
dependencies 1 imports · 2 importers
imports: nx_syscalls.nx
imported by: nx_deploy_stage_candidate_t188.nxnx_descriptor_gate_t188.nx
structs
| none |
consts
| 3 | const NX_FILE_PERMISSION_MASK:i64=511 |
| 4 | const NX_FILE_DESCRIPTOR_INVALID:i64=0-22 |
| 10 | const NX_STAT_X64_BYTES:i64=144 |
| 11 | const NX_STAT_X64_MODE_OFFSET:i64=24 |
| 12 | const NX_STAT_X64_BLOCK_OFFSET:i64=56 |
| 13 | const NX_STAT_X64_SIZE_OFFSET:i64=48 |
| 14 | const NX_STAT_X64_DEVICE_OFFSET:i64=0 |
| 15 | const NX_STAT_X64_INODE_OFFSET:i64=8 |
| 16 | const NX_STAT_TYPE_MASK:i64=61440 |
| 17 | const NX_STAT_REGULAR_FILE:i64=32768 |
functions
| 5 | func sys_fchmod_fd(fd:i64,mode:i64)->i64 |
| 18 | func sys_fstat_fd(fd:i64,stat:*u8)->i64 |
| 22 | func sys_stat_permissions(stat:*u8)->i64 |