Searched defs:priorityval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dknown_wlans.c318 nwam_value_t priorityval = NULL; local
334 if ((err = nwam_value_create_uint64(priority, &priorityval))
343 NWAM_KNOWN_WLAN_PROP_PRIORITY, priorityval);
344 nwam_value_free(priorityval);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c97 nwam_value_t priorityval = NULL; local
112 if ((err = nwam_value_create_uint64(0, &priorityval)) != NWAM_SUCCESS)
115 NWAM_KNOWN_WLAN_PROP_PRIORITY, priorityval);
118 nwam_value_free(priorityval);
168 nwam_value_t priorityval = NULL; local
188 NWAM_KNOWN_WLAN_PROP_PRIORITY, &priorityval)) != NWAM_SUCCESS ||
189 (err = nwam_value_get_uint64(priorityval,
192 nwam_value_free(priorityval);
196 nwam_value_free(priorityval);
363 nwam_value_t priorityval; local
428 nwam_value_t priorityval; local
586 nwam_value_t secmodeval = NULL, priorityval = NULL; local
[all...]

Completed in 58 milliseconds