Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1846 if (!(host->nh_flags & NLM_NH_MONITORED)) in nlm_host_unmonitor()
1849 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_unmonitor()
1880 if (host->nh_flags & NLM_NH_MONITORED) { in nlm_host_monitor()
1885 host->nh_flags |= NLM_NH_MONITORED; in nlm_host_monitor()
1897 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
1915 host->nh_flags &= ~NLM_NH_MONITORED; in nlm_host_monitor()
H A Dnlm_impl.h308 #define NLM_NH_MONITORED 0x01 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c115 NLM_NH_MONITORED,
116 NLM_NH_MONITORED },