HomeSort by: relevance | last modified time | path
    Searched defs:nh_monstate (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 257 enum nlm_host_state nh_monstate; /* (l) local NSM monitoring state */ member in struct:nlm_host
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
    [all...]

Completed in 22 milliseconds