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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDblk.c106 CONST CHAR16 *BlockName; local
148 BlockName = ShellCommandLineGetRawValue(Package, 1);
182 if (gEfiShellProtocol->GetDevicePathFromMap(BlockName) == NULL) {
183 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, BlockName);
186 DevPath = (EFI_DEVICE_PATH_PROTOCOL*)gEfiShellProtocol->GetDevicePathFromMap(BlockName);
188 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_MAP_PROTOCOL), gShellDebug1HiiHandle, BlockName, L"BlockIo");
191 ShellStatus = DisplayTheBlocks(gEfiShellProtocol->GetDevicePathFromMap(BlockName), Lba, (UINT8)BlockCount);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c352 Initialize Request Element of a Question. <RequestElement> ::= '&'<BlockName> | '&'<Label>
403 Question->BlockName = AllocateCopyPool ((StrLen + 1) * sizeof (CHAR16), RequestElement);
664 if (Statement->BlockName != NULL) {
665 FreePool (Statement->BlockName);
H A DSetup.h379 CHAR16 *BlockName; // Buffer storage block name: "OFFSET=...WIDTH=..." member in struct:__anon11281
H A DSetup.c1441 // <ConfigRequest> ::= <ConfigHdr> + <BlockName> ||
1446 Length += StrLen (Question->BlockName);
1456 StrCat (ConfigRequest, Question->BlockName);
1793 // <ConfigResp> ::= <ConfigHdr> + <BlockName> + "&VALUE=" + "<HexCh>StorageWidth * 2" ||
1797 Length = StrLen (Question->BlockName) + 7;
1811 StrCat (ConfigResp, Question->BlockName);
2573 // <ConfigRequest> ::= <ConfigHdr> + <BlockName> ||
2578 Length += StrLen (Question->BlockName);
2588 StrCat (ConfigRequest, Question->BlockName);

Completed in 92 milliseconds