Lines Matching defs:ISCSI_IOCTL

96 #define	ISCSI_IOCTL		(('i' << 24) | ('S' << 16) | ('C' << 8))
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 | 11)
106 #define ISCSI_TARGET_ADDRESS_GET (ISCSI_IOCTL | 12)
107 #define ISCSI_CHAP_SET (ISCSI_IOCTL | 13)
108 #define ISCSI_CHAP_GET (ISCSI_IOCTL | 14)
109 #define ISCSI_CHAP_CLEAR (ISCSI_IOCTL | 15)
110 #define ISCSI_STATIC_GET (ISCSI_IOCTL | 16)
111 #define ISCSI_STATIC_SET (ISCSI_IOCTL | 17)
112 #define ISCSI_STATIC_CLEAR (ISCSI_IOCTL | 18)
113 #define ISCSI_DISCOVERY_SET (ISCSI_IOCTL | 19)
114 #define ISCSI_DISCOVERY_GET (ISCSI_IOCTL | 20)
115 #define ISCSI_DISCOVERY_CLEAR (ISCSI_IOCTL | 21)
116 #define ISCSI_DISCOVERY_PROPS (ISCSI_IOCTL | 22)
117 #define ISCSI_DISCOVERY_ADDR_SET (ISCSI_IOCTL | 23)
118 #define ISCSI_DISCOVERY_ADDR_LIST_GET (ISCSI_IOCTL | 24)
119 #define ISCSI_DISCOVERY_ADDR_CLEAR (ISCSI_IOCTL | 25)
120 #define ISCSI_RADIUS_SET (ISCSI_IOCTL | 26)
121 #define ISCSI_RADIUS_GET (ISCSI_IOCTL | 27)
122 #define ISCSI_LUN_OID_LIST_GET (ISCSI_IOCTL | 29)
123 #define ISCSI_LUN_PROPS_GET (ISCSI_IOCTL | 30)
124 #define ISCSI_CONN_OID_LIST_GET (ISCSI_IOCTL | 31)
125 #define ISCSI_CONN_PROPS_GET (ISCSI_IOCTL | 32)
126 #define ISCSI_USCSI (ISCSI_IOCTL | 33)
127 #define ISCSI_SMF_ONLINE (ISCSI_IOCTL | 34)
128 #define ISCSI_DISCOVERY_EVENTS (ISCSI_IOCTL | 35)
129 #define ISCSI_AUTH_SET (ISCSI_IOCTL | 36)
130 #define ISCSI_AUTH_GET (ISCSI_IOCTL | 37)
131 #define ISCSI_AUTH_CLEAR (ISCSI_IOCTL | 38)
132 #define ISCSI_SENDTGTS_GET (ISCSI_IOCTL | 39)
133 #define ISCSI_ISNS_SERVER_ADDR_SET (ISCSI_IOCTL | 40)
134 #define ISCSI_ISNS_SERVER_ADDR_LIST_GET (ISCSI_IOCTL | 41)
135 #define ISCSI_ISNS_SERVER_ADDR_CLEAR (ISCSI_IOCTL | 42)
136 #define ISCSI_ISNS_SERVER_GET (ISCSI_IOCTL | 43)
137 #define ISCSI_GET_CONFIG_SESSIONS (ISCSI_IOCTL | 44)
138 #define ISCSI_SET_CONFIG_SESSIONS (ISCSI_IOCTL | 45)
139 #define ISCSI_INIT_NODE_NAME_SET (ISCSI_IOCTL | 46)
140 #define ISCSI_IS_ACTIVE (ISCSI_IOCTL | 47)
141 #define ISCSI_BOOTPROP_GET (ISCSI_IOCTL | 48)
142 #define ISCSI_SMF_OFFLINE (ISCSI_IOCTL | 49)
143 #define ISCSI_SMF_GET (ISCSI_IOCTL | 50)
144 #define ISCSI_TUNABLE_PARAM_GET (ISCSI_IOCTL | 51)
145 #define ISCSI_TUNABLE_PARAM_SET (ISCSI_IOCTL | 52)
146 #define ISCSI_TARGET_REENUM (ISCSI_IOCTL | 53)
147 #define ISCSI_DB_DUMP (ISCSI_IOCTL | 100) /* DBG */