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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h96 #define ISCSI_IOCTL (('i' << 24) | ('S' << 16) | ('C' << 8)) macro
97 #define ISCSI_CREATE_OID (ISCSI_IOCTL | 2)
98 #define ISCSI_LOGIN (ISCSI_IOCTL | 3)
99 #define ISCSI_LOGOUT (ISCSI_IOCTL | 4)
100 #define ISCSI_PARAM_GET (ISCSI_IOCTL | 5)
101 #define ISCSI_PARAM_SET (ISCSI_IOCTL | 6)
102 #define ISCSI_TARGET_PARAM_CLEAR (ISCSI_IOCTL | 8)
103 #define ISCSI_TARGET_OID_LIST_GET (ISCSI_IOCTL | 9)
104 #define ISCSI_TARGET_PROPS_GET (ISCSI_IOCTL | 10)
105 #define ISCSI_TARGET_PROPS_SET (ISCSI_IOCTL | 1
[all...]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h103 #define ISCSI_IOCTL (('i' << 24) | ('S' << 16) | ('C' << 8)) macro
104 #define ISCSI_CREATE_OID (ISCSI_IOCTL | 2)
105 #define ISCSI_LOGIN (ISCSI_IOCTL | 3)
106 #define ISCSI_LOGOUT (ISCSI_IOCTL | 4)
107 #define ISCSI_PARAM_GET (ISCSI_IOCTL | 5)
108 #define ISCSI_PARAM_SET (ISCSI_IOCTL | 6)
109 #define ISCSI_TARGET_PARAM_CLEAR (ISCSI_IOCTL | 8)
110 #define ISCSI_TARGET_OID_LIST_GET (ISCSI_IOCTL | 9)
111 #define ISCSI_TARGET_PROPS_GET (ISCSI_IOCTL | 10)
112 #define ISCSI_TARGET_PROPS_SET (ISCSI_IOCTL | 1
[all...]

Completed in 64 milliseconds