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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c81 DRIVE_TYPE_DESC *DriveType; member in struct:_DRIVE_INFO
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c111 DRIVE_TYPE_DESC *DriveType; member in struct:_DRIVE_INFO
151 UINT DriveType; local
158 DriveType = GetDriveType(RootPath);
159 if (DriveType != DRIVE_REMOVABLE && DriveType != DRIVE_FIXED) {
219 DriveInfo->DriveType = NULL;
221 if (DriveType == DriveTypeDesc[Index].Type) {
222 DriveInfo->DriveType = &DriveTypeDesc[Index];
227 if (DriveInfo->DriveType == NULL) {
261 DriveInfo.DriveType
[all...]

Completed in 1652 milliseconds