Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dntwdt.c144 static void ntwdt_start_timer(ntwdt_state_t *ntwdt_ptr);
240 ntwdt_state_t *ntwdt_ptr = NULL; /* pointer to ntwdt_runstatep */ in ntwdt_attach() local
265 ntwdt_ptr = ddi_get_soft_state(ntwdt_statep, instance); in ntwdt_attach()
266 ASSERT(ntwdt_ptr != NULL); in ntwdt_attach()
270 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
271 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
272 mutex_init(&ntwdt_ptr->ntwdt_mutex, NULL, in ntwdt_attach()
278 ntwdt_ptr->ntwdt_run_state = in ntwdt_attach()
280 ntwdt_runstatep = ntwdt_ptr->ntwdt_run_state; in ntwdt_attach()
305 NULL, NULL, ntwdt_cyclic_softint, (caddr_t)ntwdt_ptr) in ntwdt_attach()
[all …]
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c430 static void ntwdt_add_callbacks(ntwdt_state_t *ntwdt_ptr);
579 ntwdt_state_t *ntwdt_ptr = NULL; in ntwdt_attach() local
611 ntwdt_ptr = ddi_get_soft_state(ntwdt_statep, instance); in ntwdt_attach()
612 ASSERT(ntwdt_ptr != NULL); in ntwdt_attach()
616 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
617 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
618 mutex_init(&ntwdt_ptr->ntwdt_mutex, NULL, in ntwdt_attach()
624 ntwdt_ptr->ntwdt_wdog_state = in ntwdt_attach()
626 wdog_state = ntwdt_ptr->ntwdt_wdog_state; in ntwdt_attach()
649 (void) ntwdt_read_props(ntwdt_ptr); in ntwdt_attach()
[all …]