Searched defs:conditions (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c46 * available conditions (an IP address is present, a location is active etc).
415 char **conditions, *name; local
469 * Are conditions self-referential? In other words, do any
470 * of the activation conditions refer to this ENM?
472 if (nwam_value_get_string_array(conditionval, &conditions,
486 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_util.c430 return ("conditions for activation are unmet");
588 char **conditions; local
593 if (nwam_value_get_string_array(value, &conditions, &numvalues)
600 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_loc.c49 * available conditions (an IP address is present, an ENM is active etc).
624 char **conditions; local
629 if (nwam_value_get_string_array(value, &conditions, &numvalues)
636 if (nwam_condition_string_to_condition(conditions[i],
1017 char **conditions, *name; local
1062 * Are conditions self-referential? In other words, do any
1063 * of the activation conditions refer to this location?
1065 if (nwam_value_get_string_array(conditionval, &conditions,
1079 if (nwam_condition_string_to_condition(conditions[i],

Completed in 21 milliseconds