apic_find_irq
if ((airqp = apic_find_irq(dip, ispec, type)) != NULL) {
if ((irqptr = apic_find_irq(dip, &ispec, type)) == NULL) {
apic_irq_t *apic_find_irq(dev_info_t *, struct intrspec *, int);
if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL)
irqp = apic_find_irq(dip, ispec, hdlp->ih_type);
if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL)
if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type)) == NULL)
extern apic_irq_t *apic_find_irq(dev_info_t *dip, struct intrspec *ispec,
if ((airqp = apic_find_irq(dip, ispec, type)) != NULL) {
if ((irqp = apic_find_irq(dip, ispec, hdlp->ih_type))