Home
last modified time | relevance | path

Searched defs:EFICHAR_MALLOC (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/efi/include/
H A Defichar.h41 #define EFICHAR_MALLOC(sz) malloc((sz), M_TEMP, M_WAITOK | M_ZERO) macro
44 #define EFICHAR_MALLOC(sz) malloc(sz) macro