Home
last modified time | relevance | path

Searched refs:nwam_value_t (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam.h156 nwam_value_t *);
159 nwam_value_t *);
162 nwam_value_t *);
165 nwam_value_t *);
184 extern nwam_error_t nwam_value_copy(nwam_value_t, nwam_value_t *);
541 nwam_value_t);
667 const char *, nwam_value_t *);
669 const char *, nwam_value_t);
672 nwam_value_t);
739 nwam_value_t);
[all …]
H A Dlibnwam_impl.h284 const char *, nwam_value_t);
297 extern nwam_error_t nwam_valid_boolean(nwam_value_t);
298 extern nwam_error_t nwam_valid_uint64(nwam_value_t);
299 extern nwam_error_t nwam_valid_domain(nwam_value_t);
300 extern nwam_error_t nwam_valid_host_any(nwam_value_t);
301 extern nwam_error_t nwam_valid_host_v4(nwam_value_t);
302 extern nwam_error_t nwam_valid_route_v4(nwam_value_t);
303 extern nwam_error_t nwam_valid_host_v6(nwam_value_t);
304 extern nwam_error_t nwam_valid_route_v6(nwam_value_t);
306 extern nwam_error_t nwam_valid_file(nwam_value_t);
[all …]
H A Dlibnwam_ncp.c307 nwam_value_t newparentval; in nwam_ncp_copy_callback()
484 nwam_value_t value; in nwam_walk_ncps()
1009 nwam_value_t typeval; in nwam_ncu_copy()
1093 nwam_value_t value) in nwam_ncu_set_prop_value()
1127 nwam_value_t *valuep) in nwam_ncu_get_prop_value()
1197 nwam_value_t typeval; in nwam_ncu_get_ncu_type()
1217 nwam_value_t classval; in nwam_ncu_get_ncu_class()
1239 nwam_value_t actval; in nwam_ncu_is_manual()
1264 nwam_value_t enabledval; in nwam_ncu_is_enabled()
1281 nwam_value_t enabledval; in nwam_ncu_update_enabled()
[all …]
H A Dlibnwam_values.c45 nwam_value_free(nwam_value_t value) in nwam_value_free()
73 nwam_value_t *valuep) in nwam_value_create()
75 nwam_value_t newvalue; in nwam_value_create()
156 nwam_value_copy(nwam_value_t old, nwam_value_t *newp) in nwam_value_copy()
183 nwam_value_t *valuep) in nwam_value_create_boolean_array()
197 nwam_value_t *valuep) in nwam_value_create_int64_array()
211 nwam_value_t *valuep) in nwam_value_create_uint64_array()
225 nwam_value_t *valuep) in nwam_value_create_string_array()
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64()
333 nwam_value_get_string(nwam_value_t value, char **valuep) in nwam_value_get_string()
[all …]
H A Dlibnwam_loc.c198 nwam_value_t val = NULL; in nwam_loc_create()
397 nwam_value_t value) in nwam_loc_set_prop_value()
416 nwam_value_t *valuep) in nwam_loc_get_prop_value()
446 nwam_value_t actval; in nwam_loc_destroy()
653 nwam_value_t val; in nwam_loc_validate_ldap_nameservice()
722 nwam_value_t val; in nwam_loc_validate_all_nameservices()
940 nwam_value_t value) in nwam_loc_validate_prop()
960 nwam_value_t val; in nwam_loc_copy()
1022 nwam_value_t actval; in nwam_loc_is_manual()
1047 nwam_value_t enabledval; in nwam_loc_is_enabled()
[all …]
H A Dlibnwam_enm.c51 static nwam_error_t valid_enm_activation_mode(nwam_value_t);
194 nwam_value_t actval; in enm_selectcb()
298 nwam_value_t value) in nwam_enm_set_prop_value()
317 nwam_value_t *valuep) in nwam_enm_get_prop_value()
324 int (*cb)(const char *, nwam_value_t, void *), in nwam_enm_walk_props() argument
365 valid_enm_activation_mode(nwam_value_t value) in valid_enm_activation_mode()
386 nwam_value_t conditionval = NULL; in nwam_enm_validate()
498 nwam_value_t value) in nwam_enm_validate_prop()
527 nwam_value_t actval; in nwam_enm_is_manual()
552 nwam_value_t enabledval; in nwam_enm_is_enabled()
[all …]
H A Dlibnwam_known_wlan.c50 static nwam_error_t valid_keyname(nwam_value_t);
51 static nwam_error_t valid_keyslot(nwam_value_t);
52 static nwam_error_t valid_secmode(nwam_value_t);
97 nwam_value_t priorityval = NULL; in nwam_known_wlan_create()
168 nwam_value_t priorityval = NULL; in get_wlans_cb()
363 nwam_value_t priorityval; in avoid_priority_collisions_cb()
428 nwam_value_t priorityval; in nwam_known_wlan_commit()
496 valid_keyname(nwam_value_t value) in valid_keyname()
510 valid_keyslot(nwam_value_t value) in valid_keyslot()
524 valid_secmode(nwam_value_t value) in valid_secmode()
[all …]
H A Dlibnwam_util.c573 nwam_valid_boolean(nwam_value_t value) in nwam_valid_boolean()
591 nwam_valid_uint64(nwam_value_t value) in nwam_valid_uint64()
609 nwam_valid_domain(nwam_value_t value) in nwam_valid_domain()
655 nwam_valid_host_v4(nwam_value_t value) in nwam_valid_host_v4()
684 nwam_valid_route_v4(nwam_value_t value) in nwam_valid_route_v4()
700 nwam_valid_host_v6(nwam_value_t value) in nwam_valid_host_v6()
729 nwam_valid_route_v6(nwam_value_t value) in nwam_valid_route_v6()
744 nwam_valid_host_any(nwam_value_t value) in nwam_valid_host_any()
763 nwam_valid_file(nwam_value_t value) in nwam_valid_file()
789 nwam_valid_fmri(nwam_value_t value) in nwam_valid_fmri()
[all …]
H A Dlibnwam_object.c206 nwam_value_t value; in nwam_walk()
325 int (*cb)(const char *, nwam_value_t, void *), in nwam_walk_props() argument
329 nwam_value_t value; in nwam_walk_props()
621 nwam_validate_prop_internal(const char *propname, nwam_value_t value, in nwam_validate_prop_internal()
677 const char *propname, nwam_value_t value) in nwam_validate_prop()
H A Dlibnwam_files.c162 nwam_value_t val = NULL; in nwam_line_to_object()
427 nwam_value_t objnamesval = NULL; in nwam_read_object_from_files_backend()
434 nwam_value_t enmval = NULL, locval = NULL, ncpval = NULL; in nwam_read_object_from_files_backend()
627 nwam_value_t val; in nwam_object_to_line()
830 nwam_value_t value = NULL; in nwam_update_object_in_files_backend()
/illumos-gate/usr/src/lib/libnwam/
H A DREADME183 nwam_value_t *);
210 void nwam_value_free(nwam_value_t);
272 nwam_value_t *value);
277 nwam_value_t value);
282 nwam_value_t value);
318 const char *prop, nwam_value_t value);
322 nwam_value_t *value);
327 nwam_value_t value);
378 const char *prop, nwam_value_t value);
382 nwam_value_t *value);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h225 extern nwam_error_t nwamd_get_ncu_uint(nwam_ncu_handle_t, nwam_value_t *,
227 extern nwam_error_t nwamd_get_ncu_string(nwam_ncu_handle_t, nwam_value_t *,
229 extern nwam_error_t nwamd_get_ncu_boolean(nwam_ncu_handle_t, nwam_value_t *,
H A Dknown_wlans.c318 nwam_value_t priorityval = NULL; in upgrade_known_wifi_nets_config()
319 nwam_value_t bssidsval = NULL; in upgrade_known_wifi_nets_config()
320 nwam_value_t secmodeval = NULL; in upgrade_known_wifi_nets_config()
321 nwam_value_t keynameval = NULL; in upgrade_known_wifi_nets_config()
445 nwam_value_t keynameval = NULL; in known_wlan_get_keyname()
H A Denm.c102 nwam_value_t enabledval; in enm_is_enabled()
123 nwam_value_t activationval; in enm_get_activation_mode()
149 nwam_value_t scriptval = NULL; in nwamd_enm_activate_deactivate_thread()
372 nwam_value_t fmrival; in nwamd_enm_activate()
480 nwam_value_t fmrival; in nwamd_enm_deactivate()
615 nwam_value_t conditionval; in nwamd_enm_check()
H A Dloc.c106 nwam_value_t enabledval; in loc_is_enabled()
131 nwam_value_t activationval; in loc_get_activation_mode()
251 nwam_value_t conditionval; in nwamd_loc_check()
H A Dncu.c86 nwam_value_t val; in nwamd_set_ncu_string()
101 nwam_value_t val; in nwamd_set_ncu_uint()
112 nwamd_get_ncu_string(nwam_ncu_handle_t ncuh, nwam_value_t *val, char ***strval, in nwamd_get_ncu_string()
123 nwamd_get_ncu_uint(nwam_ncu_handle_t ncuh, nwam_value_t *val, in nwamd_get_ncu_uint()
134 nwamd_get_ncu_boolean(nwam_ncu_handle_t ncuh, nwam_value_t *val, in nwamd_get_ncu_boolean()
529 nwam_value_t typeval = NULL; in ncu_create_init_fini_event()
617 nwam_value_t ncu_prop; in populate_common_ncu_properties()
660 nwam_value_t ncu_prop; in populate_link_ncu_properties()
751 nwam_value_t ncu_prop; in populate_ip_ncu_properties()
H A Dncu_phys.c363 nwam_value_t old_key; in find_keyname_cb()
763 nwam_value_t bssidval; in find_bssid_cb()
925 nwam_value_t bssidsval; in bssid_match()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2014 static nwam_value_t
2019 nwam_value_t data; in str_to_nwam_value()
2324 nwam_value_t prop_val; in show_prop_test()
2560 nwam_value_t prop_value; in set_func()
2865 nwam_value_t vals; in listprop()
3241 nwam_value_t values, FILE *of) in write_export_command()
3259 nwam_value_t vals; in export_ncu_callback()
3337 nwam_value_t vals; in export_enm_callback()
3375 nwam_value_t vals; in export_loc_callback()
3419 nwam_value_t vals; in export_wlan_callback()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1294 nwam_value_t keynameval = NULL; in select_wifi_func()