Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConOut.c513 UINT8 ForegroundControl; in TerminalConOutSetAttribute() local
551 ForegroundControl = 30; in TerminalConOutSetAttribute()
555 ForegroundControl = 34; in TerminalConOutSetAttribute()
559 ForegroundControl = 32; in TerminalConOutSetAttribute()
563 ForegroundControl = 36; in TerminalConOutSetAttribute()
567 ForegroundControl = 31; in TerminalConOutSetAttribute()
571 ForegroundControl = 35; in TerminalConOutSetAttribute()
575 ForegroundControl = 33; in TerminalConOutSetAttribute()
581 ForegroundControl = 37; in TerminalConOutSetAttribute()
635 mSetAttributeString[FOREGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (ForegroundControl / 10)); in TerminalConOutSetAttribute()
[all …]