Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Divintr.c294 rem_softintr(uint64_t softint_id) in rem_softintr() argument
296 intr_vec_t *iv_p = (intr_vec_t *)softint_id; in rem_softintr()
329 update_softint_arg2(uint64_t softint_id, caddr_t intr_arg2) in update_softint_arg2() argument
331 intr_vec_t *iv_p = (intr_vec_t *)softint_id; in update_softint_arg2()
346 update_softint_pri(uint64_t softint_id, uint_t pil) in update_softint_pri() argument
348 intr_vec_t *iv_p = (intr_vec_t *)softint_id; in update_softint_pri()
/titanic_44/usr/src/uts/sun4/sys/
H A Divintr.h124 extern int rem_softintr(uint64_t softint_id);
125 extern int update_softint_arg2(uint64_t softint_id, caddr_t intr_arg2);
126 extern int update_softint_pri(uint64_t softint_id, uint_t pil);
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h473 ddi_softintr_t softint_id; /* soft interrupt handler ID */ member
652 ddi_softintr_t softint_id; /* soft interrupt handler id */ member
/titanic_44/usr/src/uts/common/io/aac/
H A Daac.h424 ddi_softintr_t softint_id; /* soft intr */ member
H A Daac.c1807 ddi_trigger_softintr(softs->softint_id); in aac_soft_callback()
2264 if (ddi_add_softintr(dip, DDI_SOFTINT_LOW, &softs->softint_id, in aac_register_intrs()
2279 ddi_remove_softintr(softs->softint_id); in aac_unregister_intrs()
5980 ddi_trigger_softintr(softs->softint_id); in aac_start_io()
6284 ddi_trigger_softintr(softs->softint_id); in aac_do_poll_io()
/titanic_44/usr/src/uts/common/pcmcia/cs/
H A Dcs.c386 ddi_remove_softintr(cs_globals.softint_id); in cs_deinit()
2615 ddi_trigger_softintr(sp->softint_id); in cs_event()
8158 &sp->softint_id,
8168 cs_globals.softint_id = sp->softint_id;
8179 sp->softint_id = cs_globals.softint_id;