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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c110 int new_SWAP_state = OK; variable
2616 new_SWAP_state = INFO;
2619 new_SWAP_state = WARNING;
2622 new_SWAP_state = ERROR;
2625 new_SWAP_state = OK;
2630 strcpy((char *) status, conv_alarm_state(new_SWAP_state));
2640 strcpy((char *) status, conv_alarm_state(new_SWAP_state));
2641 if (new_SWAP_state > prev_SWAP_state) {
2645 prev_SWAP_state = new_SWAP_state;
2652 strcpy((char *) status, conv_alarm_state(new_SWAP_state));
[all...]

Completed in 17 milliseconds