Lines Matching refs:ISCSI_IOCTL

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