Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libefivar/
H A Duefi-dplib.h542 #define AllocateCopyPool AllocateCopyPoolFreeBSD macro
549 AllocateCopyPool(size_t l, const void *p) in AllocateCopyPool() function
H A Duefi-dputil.c491 return AllocateCopyPool (Size, DevicePath); in DuplicateDevicePath()
H A Defivar-dp-format.c1011 NewStr = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), SerialNumberStr); in DevPathToTextUsbWWID()
2395 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()
H A Defivar-dp-parse.c95 return AllocateCopyPool (StrSize (Src), Src); in UefiDevicePathLibStrDuplicate()
154 ParamStr = AllocateCopyPool ((ParameterLength + 1) * sizeof (CHAR16), ParamStr); in GetParamByNodeName()
/freebsd-13.1/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h327 AllocateCopyPool (