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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILun.cpp35 static PVSCSILUNDESC g_aVScsiLunTypesSupported[] = variable
53 for (unsigned idxLunType = 0; idxLunType < RT_ELEMENTS(g_aVScsiLunTypesSupported); idxLunType++)
55 if (g_aVScsiLunTypesSupported[idxLunType]->enmLunType == enmLunType)
57 pVScsiLunDesc = g_aVScsiLunTypesSupported[idxLunType];

Completed in 40 milliseconds