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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c1562 CHAR16 *ConnectStr; local
1574 ConnectStr = GetNextParamStr (&TextDeviceNode);
1621 if (StrCmp (ConnectStr, "Expanded") == 0) {
1623 } else if (StrCmp (ConnectStr, "Direct") == 0) {
1626 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1));
1659 CHAR16 *ConnectStr; local
1672 ConnectStr = GetNextParamStr (&TextDeviceNode);
1719 if (StrCmp (ConnectStr, "Expanded") == 0) {
1721 } else if (StrCmp (ConnectStr, "Direct") == 0) {
1724 Uint16 = ((UINT16) Strtoi (ConnectStr)
[all...]

Completed in 48 milliseconds