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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h256 #define _SBD_IOC (('D' << 16) | ('R' << 8)) macro
258 #define SBD_CMD_ASSIGN (_SBD_IOC | 0x01)
259 #define SBD_CMD_UNASSIGN (_SBD_IOC | 0x02)
260 #define SBD_CMD_POWERON (_SBD_IOC | 0x03)
261 #define SBD_CMD_POWEROFF (_SBD_IOC | 0x04)
262 #define SBD_CMD_TEST (_SBD_IOC | 0x05)
263 #define SBD_CMD_CONNECT (_SBD_IOC | 0x06)
264 #define SBD_CMD_CONFIGURE (_SBD_IOC | 0x07)
265 #define SBD_CMD_UNCONFIGURE (_SBD_IOC | 0x08)
266 #define SBD_CMD_DISCONNECT (_SBD_IOC |
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h259 #define _SBD_IOC (('D' << 16) | ('R' << 8)) macro
261 #define SBD_CMD_ASSIGN (_SBD_IOC | 0x01)
262 #define SBD_CMD_UNASSIGN (_SBD_IOC | 0x02)
263 #define SBD_CMD_POWERON (_SBD_IOC | 0x03)
264 #define SBD_CMD_POWEROFF (_SBD_IOC | 0x04)
265 #define SBD_CMD_TEST (_SBD_IOC | 0x05)
266 #define SBD_CMD_CONNECT (_SBD_IOC | 0x06)
267 #define SBD_CMD_CONFIGURE (_SBD_IOC | 0x07)
268 #define SBD_CMD_UNCONFIGURE (_SBD_IOC | 0x08)
269 #define SBD_CMD_DISCONNECT (_SBD_IOC |
[all...]

Completed in 219 milliseconds