Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c953 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiEx() local
963 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiEx()
966 Length = (UINT16)(Length + StrLen (UIDSTRStr) + 1); in DevPathFromTextAcpiEx()
980 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiEx()
1002 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiExp() local
1009 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiExp()
1010 Length = (UINT16)(sizeof (ACPI_EXTENDED_HID_DEVICE_PATH) + StrLen (UIDSTRStr) + 3); in DevPathFromTextAcpiExp()
1040 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiExp()