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

/freebsd-10.1-release/sys/sys/
H A Daac_ioctl.h60 #define CTL_CODE(devType, func, meth, acc) (((devType) << 16) | ((acc) << 14) | ((func) << 2) | (meth)) macro
70 #define FSACTL_LNX_SENDFIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2050, \
72 #define FSACTL_LNX_SEND_RAW_SRB CTL_CODE(FILE_DEVICE_CONTROLLER, 2067, \
74 #define FSACTL_LNX_GET_COMM_PERF_DATA CTL_CODE(FILE_DEVICE_CONTROLLER, 2084, \
76 #define FSACTL_LNX_OPENCLS_COMM_PERF_DATA CTL_CODE(FILE_DEVICE_CONTROLLER, \
78 #define FSACTL_LNX_OPEN_GET_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2100, \
80 #define FSACTL_LNX_GET_NEXT_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, 2101, \
82 #define FSACTL_LNX_CLOSE_GET_ADAPTER_FIB CTL_CODE(FILE_DEVICE_CONTROLLER, \
84 #define FSACTL_LNX_CLOSE_ADAPTER_CONFIG CTL_CODE(FILE_DEVICE_CONTROLLER, 2104, \
86 #define FSACTL_LNX_OPEN_ADAPTER_CONFIG CTL_CODE(FILE_DEVICE_CONTROLLE
[all...]
/freebsd-10.1-release/sys/dev/hptmv/
H A Dhptintf.h169 #ifndef CTL_CODE
170 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
173 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhptintf.h211 #ifndef CTL_CODE
212 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
215 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhptintf.h211 #ifndef CTL_CODE
212 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
215 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-10.1-release/sys/dev/hptnr/
H A Dhptintf.h221 #ifndef CTL_CODE
222 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
225 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0)
/freebsd-10.1-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c401 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)

Completed in 258 milliseconds