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

/freebsd-12-stable/sys/sys/
H A Daac_ioctl.h62 #define CTL_CODE(devType, func, meth, acc) (((devType) << 16) | ((acc) << 14) | ((func) << 2) | (meth)) macro
72 #define FSACTL_LNX_SENDFIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2050, \
74 #define FSACTL_LNX_SEND_RAW_SRB CTL_CODE(FILE_DEVICE_CONTROLLER, 2067, \
76 #define FSACTL_LNX_GET_COMM_PERF_DATA CTL_CODE(FILE_DEVICE_CONTROLLER, 2084, \
78 #define FSACTL_LNX_OPENCLS_COMM_PERF_DATA CTL_CODE(FILE_DEVICE_CONTROLLER, \
80 #define FSACTL_LNX_OPEN_GET_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2100, \
82 #define FSACTL_LNX_GET_NEXT_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2101, \
84 #define FSACTL_LNX_CLOSE_GET_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, \
86 #define FSACTL_LNX_CLOSE_ADAPTER_CONFIG CTL_CODE(FILE_DEVICE_CONTROLLER, 2104, \
88 #define FSACTL_LNX_OPEN_ADAPTER_CONFIG CTL_CODE(FILE_DEVICE_CONTROLLE
[all...]
/freebsd-12-stable/sys/net/
H A Dnetmap_legacy.h204 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \
206 #define _IO_direct(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \
/freebsd-12-stable/sys/dev/hptmv/
H A Dhptintf.h171 #ifndef CTL_CODE
172 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
175 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h213 #ifndef CTL_CODE
214 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
217 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h227 #ifndef CTL_CODE
228 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
231 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h223 #ifndef CTL_CODE
224 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
227 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-12-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c402 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)

Completed in 186 milliseconds