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()413 if (space_record.persistent.HasControl(NV_CONTROL_WRITE_EXTEND)) { in WriteSpace()519 if (space_record.persistent.HasControl(NV_CONTROL_BOOT_READ_LOCK)) { in LockSpaceRead()600 if (persistent.HasControl(NV_CONTROL_PERSISTENT_WRITE_LOCK)) { in CheckWriteAccess()607 } else if (persistent.HasControl(NV_CONTROL_BOOT_WRITE_LOCK)) { in CheckWriteAccess()615 if (persistent.HasControl(NV_CONTROL_WRITE_AUTHORIZATION) && in CheckWriteAccess()630 if (persistent.HasControl(NV_CONTROL_BOOT_READ_LOCK)) { in CheckReadAccess()[all …]
108 bool HasControl(uint32_t control) const { in HasControl() function