Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnv_impl.h66 # define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ macro
84 extern void *nv_realloc(void *, size_t);
91 # define nv_realloc(buf, size) realloc((buf), (size)) macro
H A Dnv_kern_netbsd.c262 nv_realloc(void *buf, size_t len) in nv_realloc()
254 nv_realloc(void *buf, size_t len) nv_realloc() function
H A Dnvpair.c178 data = nv_realloc(olddata, oldlen + valsize); in nvpair_append()
1165 tmp = nv_realloc(nvp, sizeof(*nvp) + strlen(nvp->nvp_name) + 1); in nvpair_unpack()