Searched refs:StringGuid (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | SetVar.c | 75 CONST CHAR16 *StringGuid; in ShellCommandRunSetVar() local 123 StringGuid = ShellCommandLineGetValue(Package, L"-guid"); in ShellCommandRunSetVar() 124 Status = ConvertStringToGuid(StringGuid, &Guid); in ShellCommandRunSetVar() 126 …Ex(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"setvar", StringGuid); in ShellCommandRunSetVar()
|
D | UefiShellDebug1CommandsLib.c | 284 IN CONST CHAR16 *StringGuid, in ConvertStringToGuid() argument 294 if (StringGuid == NULL) { in ConvertStringToGuid() 296 } else if (StrLen(StringGuid) != 36) { in ConvertStringToGuid() 300 TempCopy = StrnCatGrow(&TempCopy, NULL, StringGuid, 0); in ConvertStringToGuid()
|
D | UefiShellDebug1CommandsLib.h | 106 IN CONST CHAR16 *StringGuid,
|