OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_state
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
console.c
32
static
color_state
console_color_state = COLOR_STATE_STANDARD;
35
console_setcolorstate (
color_state
state)
term.h
35
}
color_state
;
typedef in typeref:enum:__anon18481
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);
hercules.c
35
static
color_state
herc_color_state = COLOR_STATE_STANDARD;
143
hercules_setcolorstate (
color_state
state)
serial.c
426
serial_setcolorstate (
color_state
state)
/external/grub/grub/
asmstub.c
736
console_setcolorstate (
color_state
state)
1260
hercules_setcolorstate (
color_state
state)
Completed in 368 milliseconds