Searched defs:CTL_CODE (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | aac_ioctl.h | 60 #define CTL_CODE(devType, func, meth, acc) (((devType) << 16) | ((acc) << 14) | ((func) << 2) | (me… macro
|
| /freebsd/sys/dev/hptmv/ |
| H A D | hptintf.h | 170 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
|
| /freebsd/sys/dev/hptrr/ |
| H A D | hptintf.h | 212 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
|
| /freebsd/sys/dev/hptnr/ |
| H A D | hptintf.h | 222 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 226 #define CTL_CODE( DeviceType, Function, Method, Access ) \ macro
|