Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dnv_impl.h69 #define nv_strdup(buf) strdup_flags((buf), M_NVLIST, M_NOWAIT) macro
84 #define nv_strdup(buf) strdup((buf)) macro
H A Dbsd_nvpair.c794 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr); in nvpair_unpack_string()
1011 value[ii] = nv_strdup((const char *)ptr); in nvpair_unpack_string_array()
1241 data = nv_strdup(value); in nvpair_create_string()
1412 data[ii] = nv_strdup(value[ii]); in nvpair_create_string_array()
1963 str = nv_strdup(value); in nvpair_append_string_array()