Home
last modified time | relevance | path

Searched refs:CidStrIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar-dp-format.c485 UINT8 CidStrIndex; in DevPathToTextAcpiEx() local
490 CidStrIndex = 2; in DevPathToTextAcpiEx()
494 Strings[CidStrIndex] = NULL; in DevPathToTextAcpiEx()
553 ((Strings[CidStrIndex] != NULL) && (*Strings[CidStrIndex] == '\0')) && in DevPathToTextAcpiEx()
583 if (Strings[CidStrIndex] != NULL) { in DevPathToTextAcpiEx()
584 UefiDevicePathLibCatPrint (Str, "%s,", Strings[CidStrIndex]); in DevPathToTextAcpiEx()
602 Strings[CidStrIndex] != NULL ? Strings[CidStrIndex] : '\0', in DevPathToTextAcpiEx()