Searched refs:nv_strdup (Results 1 – 2 of 2) sorted by relevance
69 #define nv_strdup(buf) strdup_flags((buf), M_NVLIST, M_NOWAIT) macro84 #define nv_strdup(buf) strdup((buf)) macro
794 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()