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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c56 console_setcolor (int normal_color, int highlight_color) argument
58 console_normal_color = normal_color;
H A Dterm.h81 void (*setcolor) (int normal_color, int highlight_color);
110 void console_setcolor (int normal_color, int highlight_color);
130 void hercules_setcolor (int normal_color, int highlight_color);
144 void graphics_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;
H A Dgraphics.c308 void graphics_setcolor (int normal_color, int highlight_color) { argument
309 graphics_normal_color = normal_color;
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/
H A Dvga_common.c40 grub_console_cur_color = term->normal_color & 0x7f;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterm.h220 grub_uint8_t normal_color; member in struct:grub_term_output
395 grub_uint8_t normal_color, grub_uint8_t highlight_color)
397 term->normal_color = normal_color;
457 grub_uint8_t *normal_color, grub_uint8_t *highlight_color)
459 *normal_color = term->normal_color;
394 grub_term_setcolor(struct grub_term_output *term, grub_uint8_t normal_color, grub_uint8_t highlight_color) argument
456 grub_term_getcolor(struct grub_term_output *term, grub_uint8_t *normal_color, grub_uint8_t *highlight_color) argument
/osnet-11/usr/src/grub/grub2/grub-core/term/arc/
H A Dconsole.c105 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/pc/
H A Dvga_text.c167 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
H A Dconsole.c271 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c262 efi_call_2 (o->set_attributes, o, term->normal_color & 0x7f);
317 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c85 grub_console_cur_color = term->normal_color;
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c214 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c745 console_setcolor (int normal_color, int highlight_color) argument
1276 hercules_setcolor (int normal_color, int highlight_color) argument
1278 console_setcolor (normal_color, highlight_color);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c294 fg = term->normal_color & 0x0f;
295 bg = term->normal_color >> 4;
H A Dserial.c122 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,
H A Dgfxterm.c1049 virtual_screen.term_color = term->normal_color;
1281 .normal_color = GRUB_TERM_DEFAULT_NORMAL_COLOR,

Completed in 30 milliseconds