Searched refs:CIDStr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c487 CHAR8 *CIDStr; local
494 CIDStr = UIDStr + AsciiStrLen (UIDStr) + 1;
518 if ((*HIDStr == '\0') && (*CIDStr == '\0') && (AcpiEx->UID == 0)) {
547 UefiDevicePathLibCatPrint (Str, "%s)", CIDStr);
559 CIDStr,
H A Defivar-dp-parse.c949 CHAR16 *CIDStr; local
959 CIDStr = GetNextParamStr (&TextDeviceNode);
975 AcpiEx->CID = EisaIdFromText (CIDStr);
1001 CHAR16 *CIDStr; local
1008 CIDStr = GetNextParamStr (&TextDeviceNode);
1018 AcpiEx->CID = EisaIdFromText (CIDStr);

Completed in 65 milliseconds