Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c158 ddi_softintr_t softintr_id; /* soft interrupt id */ member
379 if (ddi_add_softintr(dip, DDI_SOFTINT_LOW, &softsp->softintr_id, in power_attach()
524 if (softsp->softintr_id != NULL) in power_high_intr()
525 ddi_trigger_softintr(softsp->softintr_id); in power_high_intr()
982 if (((struct power_soft_state *)ctx)->softintr_id != NULL) in power_acpi_fixed_event()
984 ((struct power_soft_state *)ctx)->softintr_id); in power_acpi_fixed_event()
H A Dbofi.c1813 ep->softintr_id = NULL; in bofi_errdef_alloc()
1814 return (ddi_add_softintr(our_dip, DDI_SOFTINT_MED, &ep->softintr_id, in bofi_errdef_alloc()
1892 if (ep->softintr_id) in bofi_errdef_free()
1893 ddi_remove_softintr(ep->softintr_id); in bofi_errdef_free()
2278 (uintptr_t)edp->errdef_handle)->softintr_id); in log_acc_event()
4491 ddi_trigger_softintr(ep->softintr_id); in bofi_post_event()
4564 ddi_trigger_softintr(ep->softintr_id); in bofi_fm_ereport_callback()
H A Decpp.c685 &pp->softintr_id, 0, 0, ecpp_softintr, in ecpp_attach()
732 ddi_remove_softintr(pp->softintr_id); in ecpp_attach()
807 ddi_remove_softintr(pp->softintr_id); in ecpp_detach()
3366 ddi_trigger_softintr(pp->softintr_id); in ecpp_pio_ihdlr()
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h43 ddi_softintr_t softintr_id; member
H A Decppvar.h189 ddi_softintr_t softintr_id; member