Searched refs:EFICHAR_MALLOC (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/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
/freebsd-current/stand/efi/libefi/
H A Defichar.c97 cp = *name = EFICHAR_MALLOC(sz);
145 *nmp = EFICHAR_MALLOC(sz);

Completed in 121 milliseconds