Home
last modified time | relevance | path

Searched refs:nwam_value_get_string_array (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c555 if (nwam_value_get_string_array(value, &conditions, &numvalues) in nwam_valid_condition()
615 if (nwam_value_get_string_array(value, &domainvalues, &numvalues) in nwam_valid_domain()
661 if (nwam_value_get_string_array(value, &addrvalues, &numvalues) in nwam_valid_host_v4()
706 if (nwam_value_get_string_array(value, &addrvalues, &numvalues) in nwam_valid_host_v6()
768 if (nwam_value_get_string_array(value, &files, &numvalues) in nwam_valid_file()
797 if ((err = nwam_value_get_string_array(value, &valstr, &numvalues)) in nwam_valid_fmri()
841 if (nwam_value_get_string_array(value, &mac_addrs, &numvalues) in nwam_valid_mac_addr()
H A Dlibnwam_values.c322 nwam_value_get_string_array(nwam_value_t value, char ***valuesp, in nwam_value_get_string_array() function
339 err = nwam_value_get_string_array(value, &myvaluesp, &numvalues); in nwam_value_get_string()
624 if ((err = nwam_value_get_string_array(value, &valstr, in nwam_set_prop_value()
H A Dmapfile-vers59 nwam_value_get_string_array;
H A Dlibnwam_files.c693 if (nwam_value_get_string_array(val, &valstr, &nelem) in nwam_object_to_line()
865 (err = nwam_value_get_string_array(value, &object_names, in nwam_update_object_in_files_backend()
H A Dlibnwam_known_wlan.c646 if ((err = nwam_value_get_string_array(bssidsval, in nwam_known_wlan_add_to_known_wlans()
771 if ((err = nwam_value_get_string_array(bssidsval, &old_bssids, &nelem)) in nwam_known_wlan_remove_from_known_wlans()
H A Dlibnwam_loc.c518 if (nwam_value_get_string_array(value, &conditions, &numvalues) in valid_loc_condition()
883 if (nwam_value_get_string_array(conditionval, &conditions, in nwam_loc_validate()
H A Dlibnwam_enm.c444 if (nwam_value_get_string_array(conditionval, &conditions, in nwam_enm_validate()
H A Dlibnwam.h177 extern nwam_error_t nwam_value_get_string_array(nwam_value_t, char ***,
H A Dlibnwam_object.c241 err = nwam_value_get_string_array(value, &object_names, &num_objects); in nwam_walk()
H A Dlibnwam_ncp.c509 if ((err = nwam_value_get_string_array(value, &ncpfiles, in nwam_walk_ncps()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c374 if ((err = nwam_value_get_string_array(old_key, &old_keyname, in find_keyname_cb()
773 if ((err = nwam_value_get_string_array(bssidval, &bssids, &num_bssids)) in find_bssid_cb()
936 if ((err = nwam_value_get_string_array(bssidsval, &bssids, &nelem)) in bssid_match()
H A Dloc.c301 if (nwam_value_get_string_array(conditionval, in nwamd_loc_check()
H A Denm.c687 if (nwam_value_get_string_array(conditionval, in nwamd_enm_check()
H A Dncu.c119 return (nwam_value_get_string_array(*val, strval, cnt)); in nwamd_get_ncu_string()
/illumos-gate/usr/src/lib/libnwam/
H A DREADME201 nwam_error_t nwam_value_get_string_array(nwam_value_t, char ***, uint_t *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2766 if (nwam_value_get_string_array(value, &svals, &num) != in output_prop_val()