Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h266 AllocateZeroPool (
/freebsd/lib/libefivar/
H A Duefi-dputil.c443 DevicePath = AllocateZeroPool (NodeLength); in CreateDeviceNode()
H A Duefi-dplib.h491 #define AllocateZeroPool(x) calloc(1,x) macro
H A Defivar-dp-format.c2573 return AllocateZeroPool (sizeof (CHAR16)); in UefiDevicePathLibConvertDevicePathToText()