Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c324 hdlp->ih_state = DDI_IHDL_STATE_ALLOC; in ddi_intr_alloc()
360 ((hdlp->ih_state != DDI_IHDL_STATE_ALLOC) && in ddi_intr_free()
488 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_set_cap()
584 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_set_pri()
622 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_add_handler()
666 if ((hdlp->ih_state == DDI_IHDL_STATE_ALLOC) || /* intr handle alloc? */ in ddi_intr_dup_handler()
733 hdlp->ih_state = DDI_IHDL_STATE_ALLOC; in ddi_intr_remove_handler()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_pec.c157 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pec_msg_add_intr()
251 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pec_msg_rem_intr()
H A Dpx.c642 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_setup()
695 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h127 #define DDI_IHDL_STATE_ALLOC 0x01 /* Allocated. ddi_intr_alloc() called */ macro