Home
last modified time | relevance | path

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

/dflybsd-src/lib/libefivar/
H A Defivar-dp-parse.c952 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiEx() local
962 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiEx()
965 Length = (UINT16) (Length + StrLen (UIDSTRStr) + 1); in DevPathFromTextAcpiEx()
979 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiEx()
1001 CHAR16 *UIDSTRStr; in DevPathFromTextAcpiExp() local
1008 UIDSTRStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextAcpiExp()
1009 Length = (UINT16) (sizeof (ACPI_EXTENDED_HID_DEVICE_PATH) + StrLen (UIDSTRStr) + 3); in DevPathFromTextAcpiExp()
1029 StrToAscii (UIDSTRStr, &AsciiStr); in DevPathFromTextAcpiExp()