Searched refs:nv_strdup (Results 1 – 2 of 2) sorted by relevance
61 #define nv_strdup(buf) strdup((buf), M_NVLIST) macro76 #define nv_strdup(buf) strdup((buf)) macro
792 nvp->nvp_data = (uint64_t)(uintptr_t)nv_strdup((const char *)ptr); in nvpair_unpack_string()1005 value[ii] = nv_strdup((const char *)ptr); in nvpair_unpack_string_array()1235 data = nv_strdup(value); in nvpair_create_string()1406 data[ii] = nv_strdup(value[ii]); in nvpair_create_string_array()1957 str = nv_strdup(value); in nvpair_append_string_array()