Home | History | Annotate | Download | only in nlm

Lines Matching defs:nh_monstate

257 	enum nlm_host_state nh_monstate; /* (l) local NSM monitoring state */
752 host->nh_monstate = NLM_MONITORED;
802 && host->nh_monstate != NLM_RECOVERING
805 host->nh_monstate = NLM_RECOVERING;
864 host->nh_monstate = NLM_UNMONITORED;
882 "monitored", CTLFLAG_RD, &host->nh_monstate, 0, "");
961 if (host->nh_monstate == NLM_MONITORED
1188 host->nh_monstate = NLM_UNMONITORED;
1215 if (host->nh_monstate != NLM_UNMONITORED) {
1219 host->nh_monstate = NLM_MONITORED;
1251 host->nh_monstate = NLM_MONITOR_FAILED;
1256 host->nh_monstate = NLM_MONITORED;