HomeSort by: relevance | last modified time | path
    Searched defs:protection (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
util.c 157 mode_t protection; local in function:eaccess
166 protection = 7 & (filestat.st_mode >>
170 if ((mod & protection) == mod)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 31 // Memory protection masks.
45 bool IsReadable() const { return protection & kProtectionRead; }
46 bool IsWritable() const { return protection & kProtectionWrite; }
47 bool IsExecutable() const { return protection & kProtectionExecute; }
48 bool IsShared() const { return protection & kProtectionShared; }
57 uptr protection; member in class:__sanitizer::MemoryMappedSegment
  /src/sys/uvm/
uvm_map.h 126 * and user-exported inheritance and protection information.
150 vm_prot_t protection; /* protection code */ member in struct:vm_map_entry
151 vm_prot_t max_protection; /* maximum protection */
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 658 // Change memory protection to writable.
659 DWORD protection = 0; local in function:__interception::OverrideFunctionWithDetour
660 if (!ChangeMemoryProtection(header, patch_length, &protection))
669 // Restore previous memory protection.
670 if (!RestoreMemoryProtection(header, patch_length, protection))
700 // Change memory protection to writable.
701 DWORD protection = 0; local in function:__interception::OverrideFunctionWithRedirectJump
702 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection))
708 // Restore previous memory protection.
709 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection))
750 DWORD protection = 0; local in function:__interception::OverrideFunctionWithHotPatch
807 DWORD protection = 0; local in function:__interception::OverrideFunctionWithTrampoline
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_hwmgr.c 1255 bool protection; local in function:smu7_set_dpm_event_sources
1263 protection = false;
1267 protection = true;
1271 protection = true;
1276 protection = true;
1280 /* Order matters - don't enable thermal protection for the wrong source. */
1281 if (protection) {
  /src/sys/dev/i2o/
i2o.h 510 u_int8_t protection; member in struct:i2o_param_hba_scsi_ctlr_info

Completed in 44 milliseconds