Home
last modified time | relevance | path

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 Dmod.rs38 pub prot: crate::vm_prot_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs37 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 Dmod.rs73 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 Dmod.rs41 pub kp_prot: crate::vm_prot_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs41 pub kp_prot: crate::vm_prot_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/
H A Dmod.rs41 pub kp_prot: crate::vm_prot_t,
/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt2358 vm_prot_t
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs6 pub type vm_prot_t = u_char; typedef