Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c64 DEVICE_PATH_STACK_ITEM *DevicePathStackItem; in PushDevPathStack() local
66 DevicePathStackItem = AllocateZeroPool (sizeof (DEVICE_PATH_STACK_ITEM)); in PushDevPathStack()
67 ASSERT (DevicePathStackItem != NULL); in PushDevPathStack()
68 DevicePathStackItem->Signature = DEVICE_PATH_STACK_ITEM_SIGNATURE; in PushDevPathStack()
69 DevicePathStackItem->DevicePath = DuplicateDevicePath (DevicePath); in PushDevPathStack()
70 InsertTailList (&mDevicePathStack, &DevicePathStackItem->Link); in PushDevPathStack()
90 DEVICE_PATH_STACK_ITEM *DevicePathStackItem; in PopDevPathStack() local
98DevicePathStackItem = CR(ItemListIndex, DEVICE_PATH_STACK_ITEM, Link, DEVICE_PATH_STACK_ITEM_SIGNA… in PopDevPathStack()
100 *DevicePath = DuplicateDevicePath (DevicePathStackItem->DevicePath); in PopDevPathStack()
102 FreePool (DevicePathStackItem->DevicePath); in PopDevPathStack()
[all …]