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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h48 #define PCITOOL_IOC (('P' << 24) | ('C' << 16) | ('T' << 8)) macro
51 #define PCITOOL_DEVICE_GET_REG (PCITOOL_IOC | 1)
52 #define PCITOOL_DEVICE_SET_REG (PCITOOL_IOC | 2)
55 #define PCITOOL_NEXUS_GET_REG (PCITOOL_IOC | 3)
56 #define PCITOOL_NEXUS_SET_REG (PCITOOL_IOC | 4)
59 #define PCITOOL_DEVICE_GET_INTR (PCITOOL_IOC | 5)
60 #define PCITOOL_DEVICE_SET_INTR (PCITOOL_IOC | 6)
63 #define PCITOOL_SYSTEM_INTR_INFO (PCITOOL_IOC | 8)

Completed in 46 milliseconds