HomeSort by relevance Sort by last modified time
    Searched refs:DriveType (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 105 DRIVE_TYPE_DESC *DriveType;
145 UINT DriveType;
152 DriveType = GetDriveType(RootPath);
153 if (DriveType != DRIVE_REMOVABLE && DriveType != DRIVE_FIXED) {
214 DriveInfo->DriveType = NULL;
216 if (DriveType == DriveTypeDesc[Index].Type) {
217 DriveInfo->DriveType = &DriveTypeDesc[Index];
222 if (DriveInfo->DriveType == NULL) {
256 DriveInfo.DriveType->Description
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 75 DRIVE_TYPE_DESC *DriveType;

Completed in 81 milliseconds