Searched refs:normal_color (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dconsole.c56 console_setcolor (int normal_color, int highlight_color) argument
58 console_normal_color = normal_color;
H A Dterm.h79 void (*setcolor) (int normal_color, int highlight_color);
103 void console_setcolor (int normal_color, int highlight_color);
123 void hercules_setcolor (int normal_color, int highlight_color);
H A Dhercules.c164 hercules_setcolor (int normal_color, int highlight_color) argument
166 herc_normal_color = normal_color;
/external/grub/grub/
H A Dasmstub.c743 console_setcolor (int normal_color, int highlight_color) argument
1266 hercules_setcolor (int normal_color, int highlight_color) argument
1268 console_setcolor (normal_color, highlight_color);

Completed in 73 milliseconds