Home
last modified time | relevance | path

Searched refs:nv_malloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnv_kern_netbsd.c219 void *const buf = nv_malloc(len); in nv_calloc()
236 s2 = nv_malloc(len);
247 nv_malloc(size_t len) in nv_free()
239 nv_malloc(size_t len) nv_malloc() function
H A Dnv_impl.h59 # 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
H A Dnvpair.c906 value = nv_malloc(nvp->nvp_datasize); in nvpair_unpack_binary()
936 value = nv_malloc(size); in nvpair_unpack_bool_array()
969 value = nv_malloc(size); in nvpair_unpack_number_array()
1067 array = (int *)nv_malloc(size); in nvpair_unpack_descriptor_array()
1339 data = nv_malloc(size); in nvpair_create_binary()
H A Dnvlist.c157 nvl = nv_malloc(sizeof(*nvl)); in nvlist_create()
915 buf = nv_malloc(size); in nvlist_xpack()
1341 buf = nv_malloc(size); in nvlist_recv()