Searched defs:Protection (Results 1 – 6 of 6) sorted by relevance
72 pub struct Protection(c_int); struct73 impl Protection { implementation94 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 { implementation160 _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()[all …]
13 Protection = autotest_enum.AutotestEnum( variable
155 prot: Protection, in add_fd_mapping()
614 prot: Protection, in add_fd_mapping()
812 CodeGenFunction::PeepholeProtection Protection; variable
510 Protection = host_protections.Protection variable in Host