Searched refs:nv_realloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/libnv/dist/ |
H A D | nv_impl.h | 66 # 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 D | nv_kern_netbsd.c | 262 nv_realloc(void *buf, size_t len) in nv_realloc() 254 nv_realloc(void *buf, size_t len) nv_realloc() function
|
H A D | nvpair.c | 178 data = nv_realloc(olddata, oldlen + valsize); in nvpair_append() 1165 tmp = nv_realloc(nvp, sizeof(*nvp) + strlen(nvp->nvp_name) + 1); in nvpair_unpack()
|