Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Duefi-dplib.h546 #define AllocateCopyPool AllocateCopyPoolFreeBSD macro
553 AllocateCopyPool(size_t l, const void *p) in AllocateCopyPool() function
H A Duefi-dputil.c490 return AllocateCopyPool (Size, DevicePath); in DuplicateDevicePath()
H A Defivar-dp-format.c1010 NewStr = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), SerialNumberStr); in DevPathToTextUsbWWID()
2394 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()
H A Defivar-dp-parse.c94 return AllocateCopyPool (StrSize (Src), Src); in UefiDevicePathLibStrDuplicate()
153 ParamStr = AllocateCopyPool ((ParameterLength + 1) * sizeof (CHAR16), ParamStr); in GetParamByNodeName()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DMemoryAllocationLib.h327 AllocateCopyPool (