HomeSort by: relevance | last modified time | path
    Searched refs:nv_malloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nv_impl.h 59 # define nv_malloc(size) malloc((size), M_NVLIST, M_WAITOK) macro
82 extern void *nv_malloc(size_t);
90 # define nv_malloc(size) malloc((size)) macro
nv_kern_netbsd.c 219 void *const buf = nv_malloc(len);
236 s2 = nv_malloc(len);
247 nv_malloc(size_t len) function in typeref:typename:void *
nvpair.c 906 value = nv_malloc(nvp->nvp_datasize);
936 value = nv_malloc(size);
969 value = nv_malloc(size);
1067 array = (int *)nv_malloc(size);
1339 data = nv_malloc(size);
nvlist.c 157 nvl = nv_malloc(sizeof(*nvl));
915 buf = nv_malloc(size);
1341 buf = nv_malloc(size);

Completed in 14 milliseconds