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.c972 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiEx() local
982 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiEx()
985 Length = (UINT16)(Length + StrLen (UIDSTRStr) + 1); in DevPathFromTextAcpiEx()
1000 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiEx()
1023 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiExp() local
1030 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiExp()
1031 Length = (UINT16)(sizeof (ACPI_EXTENDED_HID_DEVICE_PATH) + StrLen (UIDSTRStr) + 3); in DevPathFromTextAcpiExp()
1065 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiExp()