Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c48 uint16_t DeviceType; in smb2_ioctl() local
143 DeviceType = fsctl.CtlCode >> 16; in smb2_ioctl()
144 switch (DeviceType) { in smb2_ioctl()
H A Dsmb2_qinfo_fs.c196 uint32_t DeviceType; in smb2_qfs_device() local
203 DeviceType = FILE_DEVICE_DISK; in smb2_qfs_device()
208 DeviceType, in smb2_qfs_device()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DScsiIo.h169 OUT UINT8 *DeviceType
H A DDevicePath.h1228 UINT16 DeviceType; member
/illumos-gate/usr/src/uts/common/smb/
H A Dwinioctl.h114 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument
115 (((DeviceType) << 16) | ((Access) << 14) | \
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DUefiTcgPlatform.h293 UINT32 DeviceType; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h963 uint8_t DeviceType:5; member