Searched refs:nv_strdup (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/libnv/
H A Dnv_impl.h61 #define nv_strdup(buf) strdup_flags((buf), M_NVLIST, M_NOWAIT) macro
76 #define nv_strdup(buf) strdup((buf)) macro
H A Dnvpair.c792 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr);
1005 value[ii] = nv_strdup((const char *)ptr);
1236 data = nv_strdup(value);
1407 data[ii] = nv_strdup(value[ii]);
1958 str = nv_strdup(value);

Completed in 95 milliseconds