Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dntwdt.c115 } ntwdt_runstate_t; typedef
124 ntwdt_runstate_t *ntwdt_run_state; /* wdog state */
141 static void ntwdt_arm_watchdog(ntwdt_runstate_t *ntwdt_state);
241 ntwdt_runstate_t *ntwdt_runstatep = NULL; in ntwdt_attach()
279 kmem_zalloc(sizeof (ntwdt_runstate_t), KM_SLEEP); in ntwdt_attach()
334 kmem_free(ntwdt_runstatep, sizeof (ntwdt_runstate_t)); in ntwdt_attach()
403 sizeof (ntwdt_runstate_t)); in ntwdt_detach()
474 ntwdt_runstate_t *ntwdt_state; in ntwdt_ioctl()
653 ntwdt_runstate_t *ntwdt_state; in ntwdt_cyclic_softint()
712 ntwdt_arm_watchdog(ntwdt_runstate_t *ntwdt_state) in ntwdt_arm_watchdog()
[all …]