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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c179 @param CurrentBbsDevPath Pointer to the Device Path Protocol instance of BBS
195 IN EFI_DEVICE_PATH_PROTOCOL *CurrentBbsDevPath,
259 CopyMem (NewBbsDevPathNode, CurrentBbsDevPath, sizeof (BBS_BBS_DEVICE_PATH));
264 // Create entire new CurrentBbsDevPath with end node
266 CurrentBbsDevPath = AppendDevicePathNode (
270 if (CurrentBbsDevPath == NULL) {
275 CurrentBbsDevPathSize = (UINT16) (GetDevicePathSize (CurrentBbsDevPath));
287 FreePool (CurrentBbsDevPath);
308 CurrentBbsDevPath,
337 FreePool (CurrentBbsDevPath);
193 BdsCreateLegacyBootOption( IN BBS_TABLE *CurrentBbsEntry, IN EFI_DEVICE_PATH_PROTOCOL *CurrentBbsDevPath, IN UINTN Index, IN OUT UINT16 **BootOrderList, IN OUT UINTN *BootOrderListSize ) argument
[all...]

Completed in 34 milliseconds