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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c64 DEVICE_PATH_STACK_ITEM *DevicePathStackItem; local
66 DevicePathStackItem = AllocateZeroPool (sizeof (DEVICE_PATH_STACK_ITEM));
67 ASSERT (DevicePathStackItem != NULL);
68 DevicePathStackItem->Signature = DEVICE_PATH_STACK_ITEM_SIGNATURE;
69 DevicePathStackItem->DevicePath = DuplicateDevicePath (DevicePath);
70 InsertTailList (&mDevicePathStack, &DevicePathStackItem->Link);
90 DEVICE_PATH_STACK_ITEM *DevicePathStackItem; local
98 DevicePathStackItem = CR(ItemListIndex, DEVICE_PATH_STACK_ITEM, Link, DEVICE_PATH_STACK_ITEM_SIGNATURE);
100 *DevicePath = DuplicateDevicePath (DevicePathStackItem->DevicePath);
102 FreePool (DevicePathStackItem
126 DEVICE_PATH_STACK_ITEM *DevicePathStackItem; local
[all...]

Completed in 34 milliseconds