Home
last modified time | relevance | path

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

/external/grub/stage2/
Dterm.h35 } color_state; typedef
76 void (*setcolorstate) (color_state state);
102 void console_setcolorstate (color_state state);
114 void serial_setcolorstate (color_state state);
122 void hercules_setcolorstate (color_state state);
Dconsole.c32 static color_state console_color_state = COLOR_STATE_STANDARD;
35 console_setcolorstate (color_state state) in console_setcolorstate()
Dhercules.c35 static color_state herc_color_state = COLOR_STATE_STANDARD;
143 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
Dserial.c424 serial_setcolorstate (color_state state) in serial_setcolorstate()
/external/grub/grub/
Dasmstub.c736 console_setcolorstate (color_state state) in console_setcolorstate()
1260 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
/external/grub/
DChangeLog1061 The state is now defined using an enum called color_state.
1063 * stage2/term.h (color_state): New enum.