Searched refs:process_intr_ops (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 62 int process_intr_ops(dev_info_t *, dev_info_t *, ddi_intr_op_t, 64 #pragma weak process_intr_ops macro 651 process_intr_ops(dev_info_t *pdip, dev_info_t *rdip, ddi_intr_op_t op, in process_intr_ops() function 735 return (process_intr_ops(pdip, rdip, op, hdlp, result)); in i_ddi_intr_ops() 760 ret = process_intr_ops(pdip, rdip, op, hdlp, result); in i_ddi_intr_ops()
|