Searched refs:mSubsystemTypes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h135 static STRING_LOOKUP mSubsystemTypes[] = { variable
H A DEfiRom.c1540 for (Index = 0; mSubsystemTypes[Index].Name != NULL; Index++) {
1541 if (mSubsystemTypes[Index].Value == SubsystemType) {
1542 return mSubsystemTypes[Index].Name;

Completed in 44 milliseconds