Searched defs:conditionval (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c615 nwam_value_t conditionval; local
682 NWAM_ENM_PROP_CONDITIONS, &conditionval) != NWAM_SUCCESS) {
687 if (nwam_value_get_string_array(conditionval,
691 nwam_value_free(conditionval);
712 nwam_value_free(conditionval);
H A Dloc.c251 nwam_value_t conditionval; local
296 NWAM_LOC_PROP_CONDITIONS, &conditionval) != NWAM_SUCCESS) {
301 if (nwam_value_get_string_array(conditionval,
305 nwam_value_free(conditionval);
319 nwam_value_free(conditionval);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c386 nwam_value_t conditionval = NULL; local
435 &conditionval) != NWAM_SUCCESS) {
444 if (nwam_value_get_string_array(conditionval, &conditions,
446 nwam_value_free(conditionval);
452 nwam_value_free(conditionval);
464 nwam_value_free(conditionval);
474 nwam_value_free(conditionval);
480 nwam_value_free(conditionval);
H A Dlibnwam_loc.c833 nwam_value_t activationval, conditionval, nameservicesval; local
874 &conditionval) != NWAM_SUCCESS) {
883 if (nwam_value_get_string_array(conditionval, &conditions,
885 nwam_value_free(conditionval);
891 nwam_value_free(conditionval);
903 nwam_value_free(conditionval);
913 nwam_value_free(conditionval);
919 nwam_value_free(conditionval);

Completed in 73 milliseconds