Searched refs:ih_state (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c324 hdlp->ih_state = DDI_IHDL_STATE_ALLOC;
359 (hdlp->ih_state != DDI_IHDL_STATE_ADDED)) ||
360 ((hdlp->ih_state != DDI_IHDL_STATE_ALLOC) &&
488 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) {
584 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) {
622 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) {
639 hdlp->ih_state = DDI_IHDL_STATE_ADDED;
666 if ((hdlp->ih_state == DDI_IHDL_STATE_ALLOC) || /* intr handle alloc? */
688 dup_hdlp->ih_state = DDI_IHDL_STATE_ADDED;
715 if (hdlp->ih_state !
[all...]
H A Dddi_intr_impl.c495 if (hdlp->ih_state != DDI_IHDL_STATE_ENABLE) {
526 if ((hdlp->ih_state != DDI_IHDL_STATE_ENABLE) ||
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_var.h69 int ih_state; /* interrupt valid state */ member in struct:niumx_ih
H A Dniumx.c236 if (ih_p->ih_state == HV_INTR_VALID)
290 ih_p->ih_state = HV_INTR_NOTVALID;
941 ih_p->ih_state = valid;
1022 if (ih_p->ih_state == HV_INTR_VALID)
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_pec.c157 hdl.ih_state = DDI_IHDL_STATE_ALLOC;
251 hdl.ih_state = DDI_IHDL_STATE_ALLOC;
H A Dpx.c644 hdl.ih_state = DDI_IHDL_STATE_ALLOC;
697 hdl.ih_state = DDI_IHDL_STATE_ALLOC;
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c110 if ((ih_p->ih_state != DDI_IHDL_STATE_ENABLE) ||
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h83 uint_t ih_state; /* interrupt handle state */ member in struct:ddi_intr_handle_impl
126 /* values for ih_state (strictly for interrupt handle) */
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c247 info.intr_state = niumx_state.niumx_ihtable[i].ih_state;

Completed in 318 milliseconds