Searched refs:nwam_value_get_uint64 (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_known_wlan.c | 198 (err = nwam_value_get_uint64(priorityval, 411 err = nwam_value_get_uint64(priorityval, &priority); 484 err = nwam_value_get_uint64(priorityval, &(pcd.priority)); 540 if (nwam_value_get_uint64(value, &keyslot) != NWAM_SUCCESS) 554 if (nwam_value_get_uint64(value, &secmode) != NWAM_SUCCESS)
|
H A D | libnwam_enm.c | 225 if (nwam_value_get_uint64(actval, &activation) != NWAM_SUCCESS) { 397 if (nwam_value_get_uint64(value, &activation_mode) != NWAM_SUCCESS) 452 if (nwam_value_get_uint64(activationval, &activation) 561 err = nwam_value_get_uint64(actval, &activation);
|
H A D | libnwam_ncp.c | 935 err = nwam_value_get_uint64(fixedval, &enumval); 1478 (err = nwam_value_get_uint64(classval, &class)) != NWAM_SUCCESS) { 1895 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS) { 2479 err = nwam_value_get_uint64(typeval, &type); 2499 err = nwam_value_get_uint64(classval, &class); 2523 err = nwam_value_get_uint64(actval, &activation); 2847 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS) { 2857 if (nwam_value_get_uint64(classval, &class) != NWAM_SUCCESS) { 2908 if (nwam_value_get_uint64(value, &mgmt_type) != NWAM_SUCCESS || 2920 if (nwam_value_get_uint64(valu [all...] |
H A D | libnwam_loc.c | 341 if (nwam_value_get_uint64(activationval, &activation) != NWAM_SUCCESS) { 602 if (nwam_value_get_uint64(value, &activation_mode) != NWAM_SUCCESS) 744 if ((err = nwam_value_get_uint64(actval, &activation)) 1035 if (nwam_value_get_uint64(activationval, &activation) 1219 err = nwam_value_get_uint64(actval, &activation);
|
H A D | libnwam.h | 218 extern nwam_error_t nwam_value_get_uint64(nwam_value_t, uint64_t *);
|
H A D | libnwam_values.c | 304 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) function
|
Completed in 87 milliseconds