Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c584 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; in AppendDevicePathNode() local
598 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
599 if (TempDevicePath == NULL) { in AppendDevicePathNode()
603 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()
607 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode()
612 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()
614 FreePool (TempDevicePath); in AppendDevicePathNode()
651 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; in UefiDevicePathLibAppendDevicePathInstance() local
672 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize); in UefiDevicePathLibAppendDevicePathInstance()
674 while (!IsDevicePathEnd (TempDevicePath)) { in UefiDevicePathLibAppendDevicePathInstance()
[all …]