Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c125 cyclic_id_t ntwdt_cycl_id; member
271 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
665 (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) || in ntwdt_cyclic_softint()
740 if (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) { in ntwdt_start_timer()
741 ntwdt_ptr->ntwdt_cycl_id = cyclic_add(hdlr, when); in ntwdt_start_timer()
755 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) { in ntwdt_stop_timer()
756 cyclic_remove(ntwdt_ptr->ntwdt_cycl_id); in ntwdt_stop_timer()
762 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c396 cyclic_id_t ntwdt_cycl_id; member
617 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
1461 (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) || in ntwdt_cyclic_softint()
1595 if (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) in ntwdt_start_timer()
1596 ntwdt_ptr->ntwdt_cycl_id = cyclic_add(hdlr, when); in ntwdt_start_timer()
1617 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) in ntwdt_stop_timer()
1618 cyclic_remove(ntwdt_ptr->ntwdt_cycl_id); in ntwdt_stop_timer()
1622 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()