Searched defs:psm_intr_ops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_types.h185 int (*psm_intr_ops)(dev_info_t *dip, ddi_intr_handle_impl_t *handle, member in struct:psm_ops
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c157 int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, psm_intr_op_t, variable
893 /* no psm_intr_ops function */
894 total_ops = OFFSETOF(struct psm_ops, psm_intr_ops) /
990 if (pops->psm_intr_ops)
991 psm_intr_ops = pops->psm_intr_ops;

Completed in 63 milliseconds