Lines Matching defs:Protection
54 pub struct Protection(c_int); struct
55 impl Protection { implementation
76 pub fn set_read(self) -> Protection { in set_read()
82 pub fn set_write(self) -> Protection { in set_write()
87 impl From<c_int> for Protection { implementation
142 _prot: Protection, in add_fd_mapping()
257 prot: Protection, in from_fd_offset_flags()
277 prot: Protection, in from_fd_offset_protection()
292 prot: Protection, in from_fd_offset_protection_populate()
317 prot: Protection, in new_protection_fixed()
348 prot: Protection, in from_fd_offset_protection_fixed()
789 prot: Protection, in add_anon_protection()
849 prot: Protection, in add_fd_offset_protection()
860 prot: Protection, in try_add()
916 prot: Protection, in add_fd_mapping()