Searched refs:nwam_value_create_string_array (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_files.c | 318 if ((err = nwam_value_create_string_array(newvalstr, in nwam_line_to_object() 468 if ((err = nwam_value_create_string_array(ncpfiles, num_files, in nwam_read_object_from_files_backend() 582 (err = nwam_value_create_string_array(objnames, i, in nwam_read_object_from_files_backend()
|
H A D | libnwam_values.c | 224 nwam_value_create_string_array(char **values, uint_t numvalues, in nwam_value_create_string_array() function 234 return (nwam_value_create_string_array(&value, 1, valuep)); in nwam_value_create_string() 563 if ((err = nwam_value_create_string_array(valstr, numvalues, in nwam_get_prop_value()
|
H A D | mapfile-vers | 51 nwam_value_create_string_array;
|
H A D | libnwam_known_wlan.c | 681 err = nwam_value_create_string_array(new_bssids, nelem + 1, in nwam_known_wlan_add_to_known_wlans() 820 err = nwam_value_create_string_array(new_bssids, nelem - 1, &bssidsval); in nwam_known_wlan_remove_from_known_wlans()
|
H A D | libnwam.h | 163 extern nwam_error_t nwam_value_create_string_array(char **, uint_t,
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | known_wlans.c | 368 if ((err = nwam_value_create_string_array(bssids, in upgrade_known_wifi_nets_config()
|
H A D | ncu.c | 86 if ((err = nwam_value_create_string_array(strval, cnt, &val)) in nwamd_set_ncu_string()
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 189 nwam_error_t nwam_value_create_string_array(char **, uint_t, nwam_value_t *);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2113 ret = nwam_value_create_string_array(val, n, &data); in str_to_nwam_value()
|