Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h471 ddi_softintr_t softint_id; /* soft interrupt handler ID */ member
650 ddi_softintr_t softint_id; /* soft interrupt handler id */ member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h424 ddi_softintr_t softint_id; /* soft intr */ member
H A Daac.c1809 ddi_trigger_softintr(softs->softint_id); in aac_soft_callback()
2266 if (ddi_add_softintr(dip, DDI_SOFTINT_LOW, &softs->softint_id, in aac_register_intrs()
2281 ddi_remove_softintr(softs->softint_id); in aac_unregister_intrs()
5986 ddi_trigger_softintr(softs->softint_id); in aac_start_io()
6290 ddi_trigger_softintr(softs->softint_id); in aac_do_poll_io()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c384 ddi_remove_softintr(cs_globals.softint_id); in cs_deinit()
2613 ddi_trigger_softintr(sp->softint_id); in cs_event()
8156 &sp->softint_id,
8166 cs_globals.softint_id = sp->softint_id;
8177 sp->softint_id = cs_globals.softint_id;