Lines Matching defs:Protection
72 pub struct Protection(c_int); struct
73 impl Protection { implementation
94 pub fn set_read(self) -> Protection { in set_read()
100 pub fn set_write(self) -> Protection { in set_write()
105 impl From<c_int> for Protection { implementation
160 _prot: Protection, in add_fd_mapping()
263 prot: Protection, in from_fd_offset_flags()
283 prot: Protection, in from_fd_offset_protection()
298 prot: Protection, in from_fd_offset_protection_populate()
323 prot: Protection, in new_protection_fixed()
354 prot: Protection, in from_fd_offset_protection_fixed()
845 prot: Protection, in add_fd_offset_protection()
856 prot: Protection, in try_add()
912 prot: Protection, in add_fd_mapping()