Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dserial.c29 #define COMP_BS_BIOS 0x02 macro
39 static int composite_bitset = COMP_BS_SERIAL | COMP_BS_BIOS;
412 composite_bitset &= ~COMP_BS_BIOS; in serial_gotoxy()
427 composite_bitset &= ~COMP_BS_BIOS; in serial_cls()
441 composite_bitset &= ~COMP_BS_BIOS; in serial_setcolorstate()
455 if (composite_bitset & COMP_BS_BIOS) in composite_putchar()