Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c626 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_suspend_zone()
628 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_suspend_zone()
1205 ASSERT(hostp->nh_flags & NLM_NH_INIDLE); in nlm_host_unregister()
1212 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_host_unregister()
1638 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_host_find_locked()
1640 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_host_find_locked()
1774 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_host_find_by_sysid()
1776 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_host_find_by_sysid()
1822 hostp->nh_flags |= NLM_NH_INIDLE; in nlm_host_release_locked()
2588 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_zone_unexport()
[all …]
H A Dnlm_impl.h310 #define NLM_NH_INIDLE 0x04 macro
H A Dnlm_service.c1112 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_do_free_all()
1115 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_do_free_all()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c123 NLM_NH_INIDLE,
124 NLM_NH_INIDLE },