Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c712 if (sm_state != hostp->nh_state) { in nlm_resume_zone()
1270 hostp->nh_state = state; in nlm_host_notify_server()
1320 hostp->nh_state = state; in nlm_host_notify_client()
1402 host->nh_state = 0; in nlm_host_create()
1870 if (state != 0 && host->nh_state == 0) { in nlm_host_monitor()
1876 host->nh_state = state; in nlm_host_monitor()
1926 return (hostp->nh_state); in nlm_host_get_state()
H A Dnlm_impl.h360 int32_t nh_state; /* (z) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c360 mdb_printf(" State: %d\n", nh.nh_state); in nlm_host_dcmd()