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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c987 BOOLEAN ByDriver; local
1082 ByDriver = FALSE;
1090 ByDriver = TRUE;
1106 // ByDriver TRUE -> A driver is managing (UserHandle, Protocol)
1107 // ByDriver FALSE -> There are no drivers managing (UserHandle, Protocol)
1114 if (Exclusive || ByDriver) {
1125 if (ByDriver) {

Completed in 75 milliseconds