Lines Matching refs:UidStrIndex
487 UINT8 UidStrIndex; in DevPathToTextAcpiEx() local
492 UidStrIndex = 1; in DevPathToTextAcpiEx()
496 Strings[UidStrIndex] = NULL; in DevPathToTextAcpiEx()
513 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()
514 UefiDevicePathLibCatPrint (Str, "PciRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()
523 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()
524 UefiDevicePathLibCatPrint (Str, "PcieRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()
557 ((Strings[UidStrIndex] != NULL) && (*Strings[UidStrIndex] != '\0'))) in DevPathToTextAcpiEx()
567 Strings[UidStrIndex] in DevPathToTextAcpiEx()
575 Strings[UidStrIndex] in DevPathToTextAcpiEx()
592 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()
593 UefiDevicePathLibCatPrint (Str, "%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()
606 Strings[UidStrIndex] != NULL ? Strings[UidStrIndex] : '\0' in DevPathToTextAcpiEx()