Searched defs:enmLunType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILun.cpp41 VBOXDDU_DECL(int) VSCSILunCreate(PVSCSILUN phVScsiLun, VSCSILUNTYPE enmLunType, argument
49 AssertReturn( enmLunType > VSCSILUNTYPE_INVALID
50 && enmLunType < VSCSILUNTYPE_LAST, VERR_INVALID_PARAMETER);
55 if (g_aVScsiLunTypesSupported[idxLunType]->enmLunType == enmLunType)
H A DVSCSIInternal.h179 VSCSILUNTYPE enmLunType; member in struct:VSCSILUNDESC
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp964 VSCSILUNTYPE enmLunType; local
968 enmLunType = VSCSILUNTYPE_SBC;
972 enmLunType = VSCSILUNTYPE_MMC;
996 rc = VSCSILunCreate(&pThis->hVScsiLun, enmLunType, &pThis->VScsiIoCallbacks,

Completed in 94 milliseconds