Searched refs:gFvFileType (Results 1 – 1 of 1) sorted by relevance
26 GLOBAL_REMOVE_IF_UNREFERENCED CHAR8 *gFvFileType[] = { variable130 … for (Index = 1, BestMatchCount = 0; Index < sizeof (gFvFileType)/sizeof (CHAR8 *); Index++) { in EblDirCmd()131 if (AsciiStriCmp (gFvFileType[Index], Argv[3]) == 0) { in EblDirCmd()137 if (AsciiStrniCmp (Argv[3], gFvFileType[Index], Length) == 0) { in EblDirCmd()183 TypeStr = (Type <= EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE) ? gFvFileType[Type] : "UNKNOWN"; in EblDirCmd()