Searched refs:HasControl (Results 1 – 2 of 2) sorted by relevance
53 if (space.HasControl(control)) { in GetControlsVector()257 if (space.HasControl(NV_CONTROL_WRITE_AUTHORIZATION) || in CreateSpace()258 space.HasControl(NV_CONTROL_READ_AUTHORIZATION)) { in CreateSpace()310 if (space_record.persistent.HasControl(NV_CONTROL_BOOT_READ_LOCK)) { in GetSpaceInfo()314 if (space_record.persistent.HasControl(NV_CONTROL_PERSISTENT_WRITE_LOCK)) { in GetSpaceInfo()317 } else if (space_record.persistent.HasControl(NV_CONTROL_BOOT_WRITE_LOCK)) { in GetSpaceInfo()413 if (space_record.persistent.HasControl(NV_CONTROL_WRITE_EXTEND)) { in WriteSpace()487 if (space_record.persistent.HasControl(NV_CONTROL_PERSISTENT_WRITE_LOCK)) { in LockSpaceWrite()490 } else if (space_record.persistent.HasControl(NV_CONTROL_BOOT_WRITE_LOCK)) { in LockSpaceWrite()519 if (space_record.persistent.HasControl(NV_CONTROL_BOOT_READ_LOCK)) { in LockSpaceRead()[all …]
108 bool HasControl(uint32_t control) const { in HasControl() function