Home
last modified time | relevance | path

Searched refs:PCITOOL_DEVICE_SET_INTR (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A DIntrs.xs77 ret = ioctl(fd, PCITOOL_DEVICE_SET_INTR, &iset);
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h60 #define PCITOOL_DEVICE_SET_INTR (PCITOOL_IOC | 6) macro
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c190 case PCITOOL_DEVICE_SET_INTR: in niumx_ioctl()
512 case PCITOOL_DEVICE_SET_INTR: in niumxtool_intr()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c224 case PCITOOL_DEVICE_SET_INTR: in px_ioctl()
H A Dpx_tools.c415 case PCITOOL_DEVICE_SET_INTR: in pxtool_intr()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c288 case PCITOOL_DEVICE_SET_INTR: in pci_ioctl()
H A Dpci_tools.c531 case PCITOOL_DEVICE_SET_INTR: in pcitool_intr_admn()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c519 case PCITOOL_DEVICE_SET_INTR: in pcitool_intr_admn()
H A Dpci_common.c1103 case PCITOOL_DEVICE_SET_INTR: in pci_common_ioctl()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1715 if (ioctl(fd, PCITOOL_DEVICE_SET_INTR, &iset) != 0) { in set_interrupts()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1700 err = ldi_ioctl(lh, PCITOOL_DEVICE_SET_INTR, (intptr_t)&iset, FKIOCTL, in mac_set_intr()