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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c216 BBS_BBS_DEVICE_PATH *NewBbsDevPathNode; local
255 NewBbsDevPathNode = AllocateZeroPool (sizeof (BBS_BBS_DEVICE_PATH) + StringLen);
256 if (NewBbsDevPathNode == NULL) {
259 CopyMem (NewBbsDevPathNode, CurrentBbsDevPath, sizeof (BBS_BBS_DEVICE_PATH));
260 CopyMem (NewBbsDevPathNode->String, HelpString, StringLen + 1);
261 SetDevicePathNodeLength (&(NewBbsDevPathNode->Header), sizeof (BBS_BBS_DEVICE_PATH) + StringLen);
268 (EFI_DEVICE_PATH_PROTOCOL *) NewBbsDevPathNode
271 FreePool (NewBbsDevPathNode);
286 FreePool (NewBbsDevPathNode);
336 FreePool (NewBbsDevPathNode);
[all...]

Completed in 33 milliseconds