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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c1561 CHAR16 *LocationStr; local
1573 LocationStr = GetNextParamStr (&TextDeviceNode);
1608 if (StrCmp (LocationStr, "External") == 0) {
1610 } else if (StrCmp (LocationStr, "Internal") == 0) {
1613 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0);
1658 CHAR16 *LocationStr; local
1671 LocationStr = GetNextParamStr (&TextDeviceNode);
1706 if (StrCmp (LocationStr, "External") == 0) {
1708 } else if (StrCmp (LocationStr, "Internal") == 0) {
1711 Uint16 = ((UINT16) Strtoi (LocationStr)
[all...]

Completed in 56 milliseconds