Searched defs:Exclusive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c988 BOOLEAN Exclusive; local
1083 Exclusive = FALSE;
1097 Exclusive = TRUE;
1108 // Exclusive TRUE -> Something has exclusive access to (UserHandle, Protocol)
1109 // Exclusive FALSE -> Nothing has exclusive access to (UserHandle, Protocol)
1114 if (Exclusive || ByDriver) {
1121 if (Exclusive) {

Completed in 34 milliseconds