Home
last modified time | relevance | path

Searched refs:DriveTypeDesc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c92 DRIVE_TYPE_DESC DriveTypeDesc[] = { variable
215 for (Index = 0; DriveTypeDesc[Index].Description != NULL; Index ++) { in GetDriveInfo()
216 if (DriveType == DriveTypeDesc[Index].Type) { in GetDriveInfo()
217 DriveInfo->DriveType = &DriveTypeDesc[Index]; in GetDriveInfo()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c62 DRIVE_TYPE_DESC DriveTypeDesc[] = { variable