Searched defs:BackgroundControl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c512 UINT8 BackgroundControl; local
596 BackgroundControl = 40;
600 BackgroundControl = 44;
604 BackgroundControl = 42;
608 BackgroundControl = 46;
612 BackgroundControl = 41;
616 BackgroundControl = 45;
620 BackgroundControl = 43;
626 BackgroundControl = 47;
635 mSetAttributeString[BACKGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (BackgroundControl / 1
[all...]

Completed in 69 milliseconds