Searched refs:rule_state (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.h78 void hm_handle_rule(int* rule_state, int (*rule) (int action));
H A DhealthMonitor.c2251 * arguments: rule_state = previous state of the rule rule = Function
2257 * In the switch loop, depending on the previous rule state (the rule_state) and
2266 hm_handle_rule(int *rule_state, int (*rule) (int)) argument
2271 if (*rule_state == NOTINIT) {
2272 *rule_state = INIT;
2277 switch (*rule_state) {
2281 *rule_state = OPEN;
2287 *rule_state = CLOSE;
2290 *rule_state = CONTINUE;
2296 *rule_state
[all...]

Completed in 16 milliseconds