Searched refs:IOSRAM_IOC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramio.h99 #define IOSRAM_IOC ('i' << 8) macro
101 #define IOSRAM_RD (int)(IOSRAM_IOC|1)
102 #define IOSRAM_WR (int)(IOSRAM_IOC|2)
103 #define IOSRAM_GET_FLAG (int)(IOSRAM_IOC|3)
104 #define IOSRAM_SET_FLAG (int)(IOSRAM_IOC|4)
105 #define IOSRAM_TOC (int)(IOSRAM_IOC|5)
106 #define IOSRAM_SEND_INTR (int)(IOSRAM_IOC|6)
107 #define IOSRAM_REG_CBACK (int)(IOSRAM_IOC|7)
108 #define IOSRAM_UNREG_CBACK (int)(IOSRAM_IOC|8)
109 #define IOSRAM_PRINT_CBACK (int)(IOSRAM_IOC|
[all...]

Completed in 44 milliseconds