Home
last modified time | relevance | path

Searched refs:Orig (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditTitleBar.c98 TITLE_BAR_COLOR_UNION Orig; in MainTitleBarRefresh() local
107 Orig.Data = gST->ConOut->Mode->Attribute; in MainTitleBarRefresh()
109 New.Colors.Foreground = Orig.Colors.Background & 0xF; in MainTitleBarRefresh()
110 New.Colors.Background = Orig.Colors.Foreground & 0x7; in MainTitleBarRefresh()
131 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in MainTitleBarRefresh()
204 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in MainTitleBarRefresh()
DEditStatusBar.c94 STATUS_BAR_COLOR_UNION Orig; in StatusBarRefresh() local
110 Orig.Data = gST->ConOut->Mode->Attribute; in StatusBarRefresh()
112 New.Colors.Foreground = Orig.Colors.Background & 0xF; in StatusBarRefresh()
113 New.Colors.Background = Orig.Colors.Foreground & 0x7; in StatusBarRefresh()
155 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in StatusBarRefresh()
DEditInputBar.c126 INPUT_BAR_COLOR_UNION Orig; in InputBarRefresh() local
147 Orig.Data = gST->ConOut->Mode->Attribute; in InputBarRefresh()
149 New.Colors.Foreground = Orig.Colors.Background & 0xF; in InputBarRefresh()
150 New.Colors.Background = Orig.Colors.Foreground & 0x7; in InputBarRefresh()
169 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in InputBarRefresh()
246 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in InputBarRefresh()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c1727 EFI_FILE_PROTOCOL *Orig; member
1747 …return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->SetPosition(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, P… in FileInterfaceFileSetPosition()
1767 …return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->GetPosition(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, P… in FileInterfaceFileGetPosition()
1797 …return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->GetInfo(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, Infor… in FileInterfaceFileGetInfo()
1826 …return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->SetInfo(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, Infor… in FileInterfaceFileSetInfo()
1850 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Flush(((EFI_FILE_PROTOCOL_FILE*)This)->Orig); in FileInterfaceFileFlush()
1884 …return (((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Read(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, BufferS… in FileInterfaceFileRead()
1899 …Status = (((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Read(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, &Size… in FileInterfaceFileRead()
1943 …return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Open(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, NewHandl… in FileInterfaceFileOpen()
1962 Status = ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->Delete(((EFI_FILE_PROTOCOL_FILE*)This)->Orig); in FileInterfaceFileDelete()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DBufferImage.c254 IN HEFI_EDITOR_COLOR_UNION Orig, in HBufferImagePrintLine() argument
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F); in HBufferImagePrintLine()
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F); in HBufferImagePrintLine()
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F); in HBufferImagePrintLine()
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F); in HBufferImagePrintLine()
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F); in HBufferImagePrintLine()
550 HEFI_EDITOR_COLOR_UNION Orig; in HBufferImageRestoreMousePosition() local
582 Orig = HMainEditor.ColorAttributes; in HBufferImageRestoreMousePosition()
584 New.Colors.Foreground = Orig.Colors.Background & 0xF; in HBufferImageRestoreMousePosition()
585 New.Colors.Background = Orig.Colors.Foreground & 0x7; in HBufferImageRestoreMousePosition()
[all …]
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch4753 Orig = MainEditor.ColorAttributes;
4754 - New.Colors.Foreground = Orig.Colors.Background;
4755 - New.Colors.Background = Orig.Colors.Foreground;
4757 + New.Colors.Foreground = Orig.Colors.Foreground;
4758 + New.Colors.Background = Orig.Colors.Background;
4782 - Out->SetAttribute (Out, Orig.Data);
4785 + EFI_TEXT_ATTR (Orig.Colors.Foreground, Orig.Colors.Background)
4831 Orig = MainEditor.ColorAttributes;
4833 New.Colors.Foreground = Orig.Colors.Background;
4834 New.Colors.Background = Orig.Colors.Foreground;
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c265 EFI_EDITOR_COLOR_UNION Orig; in FileBufferRestoreMousePosition() local
297 Orig = MainEditor.ColorAttributes; in FileBufferRestoreMousePosition()
299 New.Colors.Foreground = Orig.Colors.Background & 0xF; in FileBufferRestoreMousePosition()
300 New.Colors.Background = Orig.Colors.Foreground & 0x7; in FileBufferRestoreMousePosition()
381 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data); in FileBufferRestoreMousePosition()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
DIFWIStitch.bat223 echo /nB Do NOT backup BIOS.ROMs. (Default will backup to BIOS.ROM.Orig)