Searched refs:nvpair_value_string_array (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | nvnamespace.h | 191 #define nvpair_value_string_array opensolaris_nvpair_value_string_array macro
|
/netbsd-src/external/cddl/osnet/dist/lib/libnvpair/ |
H A D | nvpair_json.c | 227 VERIFY0(nvpair_value_string_array(curr, &val, &valsz)); in nvlist_print_json()
|
H A D | libnvpair.c | 725 (void) nvpair_value_string_array(nvp, &val, &nelem); in nvlist_print_with_indent() 1011 if ((nvpair_value_string_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 273 int nvpair_value_string_array(nvpair_t *, char ***, uint_t *);
|
/netbsd-src/external/cddl/osnet/dist/common/nvpair/ |
H A D | nvpair.c | 1952 nvpair_value_string_array(nvpair_t *nvp, char ***val, uint_t *nelem) in nvpair_value_string_array() function
|