Searched refs:GetDeviceType (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiIo.h275 EFI_SCSI_IO_PROTOCOL_GET_DEVICE_TYPE GetDeviceType; member in struct:_EFI_SCSI_IO_PROTOCOL
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumEnumerator.cpp556 UIMedium uimedium(cmedium, UIMediumDefs::mediumTypeToLocal(cmedium.GetDeviceType()));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c158 Status = ScsiIo->GetDeviceType (ScsiIo, &DeviceType);
243 ScsiIo->GetDeviceType (ScsiIo, &(ScsiDiskDevice->DeviceType));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c1138 ScsiIoDevice->ScsiIo.GetDeviceType = ScsiGetDeviceType;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h3889 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_2.h4093 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_0.h4360 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_1.h4734 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_2.h5649 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_3.h11219 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMedium_vtbl
11398 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType); member in struct:IMediumVtbl
11575 #define IMedium_get_DeviceType(p, aDeviceType) ((p)->lpVtbl->GetDeviceType(p, aDeviceType))
11576 #define IMedium_GetDeviceType(p, aDeviceType) ((p)->lpVtbl->GetDeviceType(p, aDeviceType))

Completed in 335 milliseconds