Searched refs:DeviceType (Results 1 – 7 of 7) sorted by relevance
48 uint16_t DeviceType; in smb2_ioctl() local143 DeviceType = fsctl.CtlCode >> 16; in smb2_ioctl()144 switch (DeviceType) { in smb2_ioctl()
196 uint32_t DeviceType; in smb2_qfs_device() local203 DeviceType = FILE_DEVICE_DISK; in smb2_qfs_device()208 DeviceType, in smb2_qfs_device()
169 OUT UINT8 *DeviceType
1228 UINT16 DeviceType; member
114 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument115 (((DeviceType) << 16) | ((Access) << 14) | \
293 UINT32 DeviceType; member
963 uint8_t DeviceType:5; member