Home
last modified time | relevance | path

Searched refs:nh_monstate (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c748 host->nh_monstate = NLM_MONITORED; in nlm_client_recovery_start()
798 && host->nh_monstate != NLM_RECOVERING in nlm_host_notify()
801 host->nh_monstate = NLM_RECOVERING; in nlm_host_notify()
860 host->nh_monstate = NLM_UNMONITORED; in nlm_create_host()
879 "monitored", CTLFLAG_RD, &host->nh_monstate, 0, ""); in nlm_create_host()
958 if (host->nh_monstate == NLM_MONITORED in nlm_check_idle()
1184 host->nh_monstate = NLM_UNMONITORED; in nlm_host_unmonitor()
1211 if (host->nh_monstate != NLM_UNMONITORED) { in nlm_host_monitor()
1215 host->nh_monstate = NLM_MONITORED; in nlm_host_monitor()
1247 host->nh_monstate = NLM_MONITOR_FAILED; in nlm_host_monitor()
[all …]