Home
last modified time | relevance | path

Searched refs:ddi_intr_dup_handler (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h175 int ddi_intr_dup_handler(ddi_intr_handle_t org, int vector,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h127 #pragma weak ddi_intr_dup_handler macro
141 extern int ddi_intr_dup_handler();
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c646 ddi_intr_dup_handler(ddi_intr_handle_t org, int dup_inum, in ddi_intr_dup_handler() function
/illumos-gate/usr/src/man/man9f/
H A DMakefile199 ddi_intr_dup_handler.9f \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc454 file path=usr/share/man/man9f/ddi_intr_dup_handler.9f
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17661 if ((ret = ddi_intr_dup_handler(ha->htable[0], (int)i, in ql_setup_msix()