Searched refs:UidStrIndex (Results 1 – 1 of 1) sorted by relevance
488 UINT8 UidStrIndex; in DevPathToTextAcpiEx() local493 UidStrIndex = 1; in DevPathToTextAcpiEx()497 Strings[UidStrIndex] = NULL; in DevPathToTextAcpiEx()514 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()515 UefiDevicePathLibCatPrint (Str, "PciRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()524 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()525 UefiDevicePathLibCatPrint (Str, "PcieRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()558 ((Strings[UidStrIndex] != NULL) && (*Strings[UidStrIndex] != '\0'))) in DevPathToTextAcpiEx()568 Strings[UidStrIndex] in DevPathToTextAcpiEx()576 Strings[UidStrIndex] in DevPathToTextAcpiEx()[all …]