Lines Matching defs:ddi_intr_alloc

151 ddi_intr_alloc(dev_info_t *dip, ddi_intr_handle_t *h_array, int type, int inum,
158 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: name %s dip 0x%p "
165 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: "
173 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: type %x not "
181 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: inum %d is already "
189 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: no "
197 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: type %x "
204 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: Requested "
212 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: no of interrupts "
216 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: count %d "
224 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: "
238 cmn_err(CE_WARN, "ddi_intr_alloc: "
253 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: max # of intrs %d "
258 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: requested # of "
262 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: "
284 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: allocation "
292 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: get priority "
297 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: getting capability\n"));
301 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: get capability "
332 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_alloc: hdlp = 0x%p\n",
1221 if ((ret = ddi_intr_alloc(dip, hdl_p, DDI_INTR_TYPE_FIXED,
1225 "ddi_intr_alloc failed, ret 0x%x\n", ret));
1295 if ((ret = ddi_intr_alloc(dip, hdl_p,
1299 "ddi_intr_alloc failed, ret 0x%x\n", ret));
1344 if ((ret = ddi_intr_alloc(dip, hdl_p, DDI_INTR_TYPE_FIXED,
1347 "ddi_intr_alloc failed, ret 0x%x\n", ret));