Home
last modified time | relevance | path

Searched refs:zcalloc_nowait (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/zlib/
H A Dzcalloc.c20 zcalloc_nowait(void *nil, u_int items, u_int size) in zcalloc_nowait() function
30 return zcalloc_nowait(nil, items, size); in zcalloc()
H A Dzcalloc.h12 void *zcalloc_nowait(void *, u_int, u_int);
/freebsd/sys/dev/mxge/
H A Dif_mxge.c693 zs.zalloc = zcalloc_nowait; in mxge_load_firmware_helper()