Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c395 ntwdt_wdog_t *ntwdt_wdog_state; /* wdog state */ member
624 ntwdt_ptr->ntwdt_wdog_state = in ntwdt_attach()
626 wdog_state = ntwdt_ptr->ntwdt_wdog_state; in ntwdt_attach()
699 ntwdt_ptr->ntwdt_wdog_state = NULL; in ntwdt_attach()
822 mutex_destroy(&ntwdt_ptr->ntwdt_wdog_state->ntwdt_event_lock); in ntwdt_detach()
823 mutex_destroy(&ntwdt_ptr->ntwdt_wdog_state->ntwdt_wdog_mutex); in ntwdt_detach()
824 kmem_free(ntwdt_ptr->ntwdt_wdog_state, in ntwdt_detach()
826 ntwdt_ptr->ntwdt_wdog_state = NULL; in ntwdt_detach()
887 &sbbc_msg, NULL, &ntwdt_ptr->ntwdt_wdog_state->ntwdt_event_lock); in ntwdt_add_mbox_handlers()
993 mutex_enter(&ntwdt_ptr->ntwdt_wdog_state->ntwdt_wdog_mutex); in ntwdt_open()
[all …]