Searched refs:UidStrIndex (Results 1 – 1 of 1) sorted by relevance
484 UINT8 UidStrIndex; in DevPathToTextAcpiEx() local489 UidStrIndex = 1; in DevPathToTextAcpiEx()493 Strings[UidStrIndex] = NULL; in DevPathToTextAcpiEx()510 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()511 UefiDevicePathLibCatPrint (Str, "PciRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()520 if (Strings[UidStrIndex] != NULL) { in DevPathToTextAcpiEx()521 UefiDevicePathLibCatPrint (Str, "PcieRoot(%s)", Strings[UidStrIndex]); in DevPathToTextAcpiEx()554 ((Strings[UidStrIndex] != NULL) && (*Strings[UidStrIndex] != '\0'))) in DevPathToTextAcpiEx()564 Strings[UidStrIndex] in DevPathToTextAcpiEx()572 Strings[UidStrIndex] in DevPathToTextAcpiEx()[all …]