Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c614 FreePool (TempDevicePath); in AppendDevicePathNode()
911 FreePool (FileDevicePath); in FileDevicePath()
H A Defivar-dp-parse.c3069 FreePool (DeviceNodeStr); in DevPathFromTextDns()
3947 FreePool (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()
3950 FreePool (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
4007 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
4011 FreePool (DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4028 FreePool (DevicePath); in UefiDevicePathLibConvertTextToDevicePath()
4032 FreePool (DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4039 FreePool (DevicePathStr); in UefiDevicePathLibConvertTextToDevicePath()
H A Duefi-dplib.h495 #define FreePool(x) free(x) macro
H A Defivar-dp-format.c1912 FreePool (UriStr); in DevPathToTextUri()
2560 FreePool (AlignedNode); in UefiDevicePathLibConvertDevicePathToText()
/freebsd/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h483 FreePool (
/freebsd/stand/efi/loader/
H A Dmain.c1805 BS->FreePool(protocols); in command_lsefi()
1885 (void)BS->FreePool(buf); in command_chain()
1891 (void)BS->FreePool(buf); in command_chain()
1965 BS->FreePool(ExitData); in command_chain()
H A Dframebuffer.c320 BS->FreePool(resattr); in efifb_uga_locate_framebuffer()
/freebsd/stand/efi/libefi/
H A Ddevpath.c523 BS->FreePool(text); in efi_free_devpath_name()
563 BS->FreePool(devpath); in efi_devpath_free()
H A Defihttp.c534 BS->FreePool(message.Headers); in _efihttp_fs_open()
538 BS->FreePool(message.Headers); in _efihttp_fs_open()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1947 EFI_FREE_POOL FreePool; member