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

/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp48 mStorageControllerType(StorageControllerType_PIIX4),
64 StorageControllerType_T mStorageControllerType; member in struct:BackupableStorageControllerData
181 m->bd->mStorageControllerType = StorageControllerType_PIIX4;
185 m->bd->mStorageControllerType = StorageControllerType_IntelAhci;
189 m->bd->mStorageControllerType = StorageControllerType_LsiLogic;
193 m->bd->mStorageControllerType = StorageControllerType_I82078;
197 m->bd->mStorageControllerType = StorageControllerType_LsiLogicSas;
200 m->bd->mStorageControllerType = StorageControllerType_USB;
348 *aControllerType = m->bd->mStorageControllerType;
409 m->bd->mStorageControllerType
[all...]

Completed in 33 milliseconds