Searched refs:nwam_value_create_uint64 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c106 if ((err = nwam_value_create_uint64(0, &priorityval)) != NWAM_SUCCESS)
421 err = nwam_value_create_uint64(priority + 1, &priorityval);
630 if ((err = nwam_value_create_uint64(0, &priorityval))
731 if ((err = nwam_value_create_uint64(secmode, &secmodeval))
758 if ((err = nwam_value_create_uint64(keyslot,
H A Dlibnwam_loc.c222 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, &val))
246 if ((err = nwam_value_create_uint64(NWAM_NAMESERVICES_DNS, &val)) !=
255 if ((err = nwam_value_create_uint64(NWAM_CONFIGSRC_DHCP, &val)) !=
1162 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL,
H A Dlibnwam_ncp.c286 if ((err = nwam_value_create_uint64(NWAM_NCP_DEFAULT_FIXED(name) ?
971 (void) nwam_value_create_uint64(DATALINK_CLASS_PHYS, &val);
980 (void) nwam_value_create_uint64(NWAM_NCU_TYPE_LINK, &val);
1079 (void) nwam_value_create_uint64(NWAM_NCU_TYPE_INTERFACE, &vals);
1626 if ((err = nwam_value_create_uint64(type, &typeval))
1628 (err = nwam_value_create_uint64(class, &classval))
1662 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL,
H A Dlibnwam.h205 extern nwam_error_t nwam_value_create_uint64(uint64_t, nwam_value_t *);
H A Dlibnwam_enm.c133 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL,
H A Dlibnwam_values.c217 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) function

Completed in 232 milliseconds