Searched refs:vm_prot_t (Results 1 – 8 of 8) sorted by relevance
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 38 pub prot: crate::vm_prot_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 37 pub type vm_prot_t = u8; typedef 358 pub protection: crate::vm_prot_t, 359 pub max_protection: crate::vm_prot_t,
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 73 pub type vm_prot_t = c_int; typedef 705 pub maxprot: vm_prot_t, 706 pub initprot: vm_prot_t, 719 pub maxprot: vm_prot_t, 720 pub initprot: vm_prot_t, 4469 pub const VM_PROT_NONE: crate::vm_prot_t = 0x00; 4470 pub const VM_PROT_READ: crate::vm_prot_t = 0x01; 4471 pub const VM_PROT_WRITE: crate::vm_prot_t = 0x02; 4472 pub const VM_PROT_EXECUTE: crate::vm_prot_t = 0x04; 6023 cur_protection: crate::vm_prot_t, in mach_vm_map() argument [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 41 pub kp_prot: crate::vm_prot_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 41 pub kp_prot: crate::vm_prot_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 41 pub kp_prot: crate::vm_prot_t,
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | apple.txt | 2358 vm_prot_t
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 6 pub type vm_prot_t = u_char; typedef
|