Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h266 AllocateZeroPool (
/freebsd-13.1/lib/libefivar/
H A Duefi-dputil.c445 DevicePath = AllocateZeroPool (NodeLength); in CreateDeviceNode()
H A Duefi-dplib.h502 #define AllocateZeroPool(x) calloc(1,x) macro
H A Defivar-dp-format.c2409 return AllocateZeroPool (sizeof (CHAR16)); in UefiDevicePathLibConvertDevicePathToText()
H A Defivar-dp-parse.c2790 TempNumBuffer = AllocateZeroPool (TempBufferSize); in DevPathFromTextBluetooth()