Searched refs:DriveInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHostHardwareLinux.h39 struct DriveInfo struct in class:VBoxMainDriveInfo
51 DriveInfo(const RTCString &aDevice, function in struct:VBoxMainDriveInfo::DriveInfo
61 typedef std::vector<DriveInfo> DriveInfoList;
110 typedef VBoxMainDriveInfo::DriveInfo DriveInfo; typedef
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c129 DRIVE_INFO *DriveInfo
140 DriveInfo : pointer to DRIVE_INFO structure receiving drive information.
163 DriveInfo->VolumeLetter = VolumeLetter;
205 DriveInfo->DiskNumber = (UINT) -1;
212 DriveInfo->DiskNumber = StorageDeviceNumber.DeviceNumber;
219 DriveInfo->DriveType = NULL;
222 DriveInfo->DriveType = &DriveTypeDesc[Index];
227 if (DriveInfo->DriveType == NULL) {
248 DRIVE_INFO DriveInfo; local
254 if (GetDriveInfo ('A' + (CHAR) Index, &DriveInfo)) {
581 DRIVE_INFO DriveInfo; local
[all...]
/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp306 pList->push_back(DriveInfo(szPath, "", szDesc));
367 pList->push_back(DriveInfo(szReal, szUdi, szDesc));
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp550 pList->push_back(DriveInfo(szReal, szUdi, szDesc));
778 pList->push_back(DriveInfo(dev.getNode(), dev.getUdi(),

Completed in 48 milliseconds