Home
last modified time | relevance | path

Searched refs:nvpair_move_string_array (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/cddl/compat/opensolaris/sys/
HDnvpair.h189 #define nvpair_move_string_array illumos_nvpair_move_string_array macro
/NextBSD/sys/contrib/libnv/
HDnv_impl.h142 nvpair_t *nvpair_move_string_array(const char *name, char **value, size_t nitems);
HDnvpair.c1631 nvpair_move_string_array(const char *name, char **value, size_t nitems) in nvpair_move_string_array() function
HDnvlist.c1752 nvp = nvpair_move_string_array(name, value, nitems); in nvlist_move_string_array()