Searched refs:DriverIndex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c39 UINTN DriverIndex; local
74 DriverIndex = 0;
81 DriverIndex,
115 DriverIndex++;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c589 Delete the specified device path by DriverIndex from the forbid device path
592 @param[in] DriverIndex The index of driver in forbidden device path list.
597 IN UINT16 DriverIndex
609 while ((OffSet < mAccessInfo.LoadForbidLen) && (DriverIndex > 0)) {
613 DriverIndex--;
619 if (DriverIndex == 0) {
636 Add the specified device path by DriverIndex to the forbid device path
639 @param[in] DriverIndex The index of driver saved in driver options.
644 IN UINT16 DriverIndex
657 UnicodeSPrint (VarName, sizeof (VarName), L"Driver%04x", DriverIndex);
[all...]
H A DUserProfileManager.h342 Delete the specified device path by DriverIndex from the forbid device path
345 @param[in] DriverIndex The index of driver in a forbidden device path list.
350 IN UINT16 DriverIndex
354 Add the specified device path by DriverIndex to the forbid device path
357 @param[in] DriverIndex The index of driver saved in driver options.
362 IN UINT16 DriverIndex

Completed in 258 milliseconds