Home
last modified time | relevance | path

Searched refs:nwam_value_create_uint64 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c112 if ((err = nwam_value_create_uint64(0, &priorityval)) != NWAM_SUCCESS) in nwam_known_wlan_create()
393 err = nwam_value_create_uint64(priority + 1, &priorityval); in avoid_priority_collisions_cb()
604 if ((err = nwam_value_create_uint64(0, &priorityval)) in nwam_known_wlan_add_to_known_wlans()
705 if ((err = nwam_value_create_uint64(secmode, &secmodeval)) in nwam_known_wlan_add_to_known_wlans()
732 if ((err = nwam_value_create_uint64(keyslot, in nwam_known_wlan_add_to_known_wlans()
H A Dlibnwam_loc.c213 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, &val)) in nwam_loc_create()
239 if ((err = nwam_value_create_uint64(NWAM_NAMESERVICES_DNS, &val)) != in nwam_loc_create()
248 if ((err = nwam_value_create_uint64(NWAM_CONFIGSRC_DHCP, &val)) != in nwam_loc_create()
973 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, in nwam_loc_copy()
H A Dmapfile-vers49 nwam_value_create_uint64;
H A Dlibnwam_ncp.c813 if ((err = nwam_value_create_uint64(type, &typeval)) in nwam_ncu_create()
815 (err = nwam_value_create_uint64(class, &classval)) in nwam_ncu_create()
844 (err = nwam_value_create_uint64(NWAM_ADDRSRC_DHCP, in nwam_ncu_create()
864 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, in nwam_ncu_create()
H A Dlibnwam_enm.c137 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, in nwam_enm_create()
H A Dlibnwam.h160 extern nwam_error_t nwam_value_create_uint64(uint64_t, nwam_value_t *);
H A Dlibnwam_values.c218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) in nwam_value_create_uint64() function
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dknown_wlans.c334 if ((err = nwam_value_create_uint64(priority, &priorityval)) in upgrade_known_wifi_nets_config()
413 if ((err = nwam_value_create_uint64(nsa.nsa_secmode, in upgrade_known_wifi_nets_config()
/illumos-gate/usr/src/lib/libnwam/
H A DREADME184 nwam_error_t nwam_value_create_uint64(uint64_t, nwam_value_t *);