Home
last modified time | relevance | path

Searched defs:vm_prot_t (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs37 pub type vm_prot_t = u8; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs73 pub type vm_prot_t = c_int; typedef
6023 cur_protection: crate::vm_prot_t, in mach_vm_map()
6024 max_protection: crate::vm_prot_t, in mach_vm_map()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs6 pub type vm_prot_t = u_char; typedef