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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c42 #include "conditions.h"
50 * manually or in response to network conditions.
365 * Activate the ENM, either in response to an enable event or conditions
618 char **conditions; local
688 &conditions, &nelem) != NWAM_SUCCESS) {
695 conditions, nelem);
697 nlog(LOG_DEBUG, "nwamd_enm_check: conditions for enm %s "
H A Dloc.c43 #include "conditions.h"
164 * their conditions for activation.
255 char **conditions; local
302 &conditions, &nelem) != NWAM_SUCCESS) {
308 satisfied = nwamd_check_conditions(activation, conditions,
313 conditions, nelem);
368 * check the activation-mode and conditions. If not, enable the NoNet
H A Dconditions.c39 #include "conditions.h"
45 * conditions.c - contains routines which check state to see if activation
46 * conditions for NWAM objects are satisfied and rates activation conditions to
49 * If the activation-mode is CONDITIONAL_ANY or CONDITIONAL_ALL, the conditions
54 * one of the conditions is true; if the activation-mode is CONDITIONAL_ALL,
55 * the condition is satisfied only if all of the conditions are true.
62 /* NCP, NCU, ENM and location conditions */
72 /* IP address conditions */
76 /* domainname conditions */
747 nwamd_rate_conditions(nwam_activation_mode_t activation_mode, char **conditions, uint_t num_conditions) argument
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c46 * available conditions (an IP address is present, a location is active etc).
387 char **conditions, *name; local
441 * Are conditions self-referential? In other words, do any
442 * of the activation conditions refer to this ENM?
444 if (nwam_value_get_string_array(conditionval, &conditions,
458 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_loc.c47 * available conditions (an IP address is present, an ENM is active etc).
513 char **conditions; local
518 if (nwam_value_get_string_array(value, &conditions, &numvalues)
525 if (nwam_condition_string_to_condition(conditions[i],
835 char **conditions, *name; local
880 * Are conditions self-referential? In other words, do any
881 * of the activation conditions refer to this location?
883 if (nwam_value_get_string_array(conditionval, &conditions,
897 if (nwam_condition_string_to_condition(conditions[i],
H A Dlibnwam_util.c424 return ("conditions for activation are unmet");
550 char **conditions; local
555 if (nwam_value_get_string_array(value, &conditions, &numvalues)
562 if (nwam_condition_string_to_condition(conditions[i],

Completed in 149 milliseconds