Home
last modified time | relevance | path

Searched refs:conditionval (Results 1 – 4 of 4) sorted by relevance

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