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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditTitleBar.c100 TITLE_BAR_COLOR_UNION Orig; local
109 Orig.Data = gST->ConOut->Mode->Attribute;
110 New.Colors.Foreground = Orig.Colors.Background;
111 New.Colors.Background = Orig.Colors.Foreground;
132 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
203 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
H A DEditStatusBar.c97 STATUS_BAR_COLOR_UNION Orig; local
113 Orig.Data = gST->ConOut->Mode->Attribute;
114 New.Colors.Foreground = Orig.Colors.Background;
115 New.Colors.Background = Orig.Colors.Foreground;
157 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
H A DEditInputBar.c130 INPUT_BAR_COLOR_UNION Orig; local
153 Orig.Data = gST->ConOut->Mode->Attribute;
154 New.Colors.Foreground = Orig.Colors.Background;
155 New.Colors.Background = Orig.Colors.Foreground;
180 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
257 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Dinterceptor.h43 gThis->CONCAT(SERVICE, Orig).b = ORIG_SERVICE->b; \
55 ORIG_SERVICE->b = gThis->CONCAT(SERVICE,Orig).b; \
H A DVBoxInterceptor.h105 UINT32 off = (UINT32)(uintptr_t)&(((typeof(gThis))0)->CONCAT(SERVICE,Orig).func_name); \
109 gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
118 UINT32 off = (UINT32)(uintptr_t)&(((typeof(gThis))0)->CONCAT(SERVICE,Orig).func_name); \
122 r =gThis->CONCAT(SERVICE,Orig).func_name(ARGS(nparams)); \
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCIShared.h35 enum { Orig = 0x01, Null = 0x02 }; enumerator in enum:CIShared::Data::__anon16059
37 Data() : cnt( 1 ), state( Orig ) {}
38 Data( const Data &d ) : D( d ), cnt( 1 ), state( d.state & (~Orig) ) {}
41 state &= ~Orig;
315 d->state &= ~Data::Orig;
317 d->state |= Data::Orig;
320 d->state |= Data::Orig;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1479 EFI_FILE_PROTOCOL *Orig; member in struct:__anon12746
1499 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->SetPosition(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, Position);
1519 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->GetPosition(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, Position);
1549 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->GetInfo(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, InformationType, BufferSize, Buffer);
1578 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->SetInfo(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, InformationType, BufferSize, Buffer);
1602 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c244 @param[in] Orig The original color.
254 IN HEFI_EDITOR_COLOR_UNION Orig,
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
550 HEFI_EDITOR_COLOR_UNION Orig; local
582 Orig = HMainEditor.ColorAttributes;
583 New.Colors.Foreground = Orig
250 HBufferImagePrintLine( IN HEFI_EDITOR_LINE *Line, IN UINTN Row, IN UINTN FRow, IN HEFI_EDITOR_COLOR_UNION Orig, IN HEFI_EDITOR_COLOR_UNION New ) argument
749 HEFI_EDITOR_COLOR_UNION Orig; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c270 EFI_EDITOR_COLOR_UNION Orig; local
302 Orig = MainEditor.ColorAttributes;
303 New.Colors.Foreground = Orig.Colors.Background;
304 New.Colors.Background = Orig.Colors.Foreground;
385 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);

Completed in 96 milliseconds