Home
last modified time | relevance | path

Searched refs:PCITOOL_INTR_FLAG_SET_GROUP (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs74 iset.flags = (num_ino > 1) ? PCITOOL_INTR_FLAG_SET_GROUP : 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h138 #define PCITOOL_INTR_FLAG_SET_GROUP 0x1 macro
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c441 if (iset.flags & PCITOOL_INTR_FLAG_SET_GROUP) { in niumxtool_set_intr()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c284 if (iset.flags & PCITOOL_INTR_FLAG_SET_GROUP) { in pxtool_set_intr()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c449 if ((iset.flags & PCITOOL_INTR_FLAG_SET_GROUP) || in pcitool_set_intr()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c223 (iset.flags & PCITOOL_INTR_FLAG_SET_GROUP)) { in pcitool_set_intr()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1712 PCITOOL_INTR_FLAG_SET_GROUP : 0; in set_interrupts()