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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c1747 CHAR8 *UriStr; local
1754 UriStr = AllocatePool (UriLength + 1);
1755 ASSERT (UriStr != NULL);
1757 CopyMem (UriStr, Uri->Uri, UriLength);
1758 UriStr[UriLength] = '\0';
1759 UefiDevicePathLibCatPrint (Str, "Uri(%s)", UriStr);
1760 FreePool (UriStr);
H A Defivar-dp-parse.c2859 CHAR16 *UriStr; local
2863 UriStr = GetNextParamStr (&TextDeviceNode);
2864 UriLength = StrnLenS (UriStr, MAX_UINT16 - sizeof (URI_DEVICE_PATH));
2872 Uri->Uri[UriLength] = (CHAR8) UriStr[UriLength];

Completed in 36 milliseconds