Symbol: nh_flags
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
362
nh.nh_flags, nh.nh_flags, host_flag_bits);
usr/src/uts/common/klm/nlm_impl.c
1206
ASSERT(hostp->nh_flags & NLM_NH_INIDLE);
usr/src/uts/common/klm/nlm_impl.c
1213
hostp->nh_flags &= ~NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
1324
if (hostp->nh_flags & NLM_NH_RECLAIM) {
usr/src/uts/common/klm/nlm_impl.c
1333
hostp->nh_flags |= NLM_NH_RECLAIM;
usr/src/uts/common/klm/nlm_impl.c
1372
} while (hostp->nh_flags & NLM_NH_RECLAIM);
usr/src/uts/common/klm/nlm_impl.c
1412
host->nh_flags = 0;
usr/src/uts/common/klm/nlm_impl.c
1646
if (hostp->nh_flags & NLM_NH_INIDLE) {
usr/src/uts/common/klm/nlm_impl.c
1648
hostp->nh_flags &= ~NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
1801
if (hostp->nh_flags & NLM_NH_INIDLE) {
usr/src/uts/common/klm/nlm_impl.c
1803
hostp->nh_flags &= ~NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
1847
ASSERT((hostp->nh_flags & NLM_NH_INIDLE) == 0);
usr/src/uts/common/klm/nlm_impl.c
1849
hostp->nh_flags |= NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
1873
if (!(host->nh_flags & NLM_NH_MONITORED))
usr/src/uts/common/klm/nlm_impl.c
1876
host->nh_flags &= ~NLM_NH_MONITORED;
usr/src/uts/common/klm/nlm_impl.c
1907
if (host->nh_flags & NLM_NH_MONITORED) {
usr/src/uts/common/klm/nlm_impl.c
1912
host->nh_flags |= NLM_NH_MONITORED;
usr/src/uts/common/klm/nlm_impl.c
1924
host->nh_flags &= ~NLM_NH_MONITORED;
usr/src/uts/common/klm/nlm_impl.c
1942
host->nh_flags &= ~NLM_NH_MONITORED;
usr/src/uts/common/klm/nlm_impl.c
2615
if (hostp->nh_flags & NLM_NH_INIDLE) {
usr/src/uts/common/klm/nlm_impl.c
2617
hostp->nh_flags &= ~NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
447
if ((hostp->nh_flags & NLM_NH_INIDLE) == 0 ||
usr/src/uts/common/klm/nlm_impl.c
515
hostp->nh_flags &= ~NLM_NH_RECLAIM;
usr/src/uts/common/klm/nlm_impl.c
627
if (hostp->nh_flags & NLM_NH_INIDLE) {
usr/src/uts/common/klm/nlm_impl.c
629
hostp->nh_flags &= ~NLM_NH_INIDLE;
usr/src/uts/common/klm/nlm_impl.c
646
hostp->nh_flags |= NLM_NH_SUSPEND;
usr/src/uts/common/klm/nlm_impl.c
693
if (!(hostp->nh_flags & NLM_NH_SUSPEND))
usr/src/uts/common/klm/nlm_impl.c
738
hostp->nh_flags &= ~NLM_NH_SUSPEND;
usr/src/uts/common/klm/nlm_service.c
1122
if (hostp->nh_flags & NLM_NH_INIDLE) {
usr/src/uts/common/klm/nlm_service.c
1125
hostp->nh_flags &= ~NLM_NH_INIDLE;