Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/promif/
H A Dprom_putchar.c44 static int bhcharpos = 0; in prom_putchar() local
52 } while (++bhcharpos % 8); in prom_putchar()
56 bhcharpos = 0; in prom_putchar()
60 if (bhcharpos) in prom_putchar()
61 bhcharpos--; in prom_putchar()
65 bhcharpos++; in prom_putchar()
/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_console.c847 static int bhcharpos = 0; in bcons_putchar() local
860 } while (++bhcharpos % 8); in bcons_putchar()
863 bhcharpos = 0; in bcons_putchar()
868 if (bhcharpos) in bcons_putchar()
869 bhcharpos--; in bcons_putchar()
874 bhcharpos++; in bcons_putchar()