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.c542 UINT8 ForegroundControl; in TerminalConOutSetAttribute() local
580 ForegroundControl = 30; in TerminalConOutSetAttribute()
584 ForegroundControl = 34; in TerminalConOutSetAttribute()
588 ForegroundControl = 32; in TerminalConOutSetAttribute()
592 ForegroundControl = 36; in TerminalConOutSetAttribute()
596 ForegroundControl = 31; in TerminalConOutSetAttribute()
600 ForegroundControl = 35; in TerminalConOutSetAttribute()
604 ForegroundControl = 33; in TerminalConOutSetAttribute()
610 ForegroundControl = 37; in TerminalConOutSetAttribute()
664 mSetAttributeString[FOREGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (ForegroundControl / 10)); in TerminalConOutSetAttribute()
[all …]