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

/netbsd-current/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.c254 nv_realloc(void *buf, size_t len) function
H A Dnvpair.c178 data = nv_realloc(olddata, oldlen + valsize);
1161 tmp = nv_realloc(nvp, sizeof(*nvp) + strlen(nvp->nvp_name) + 1);

Completed in 100 milliseconds