Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dspinconsole.c104 static unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */ in spinc_putchar() local
117 parent->c_out(parent, (char)tw_chars); in spinc_putchar()
119 tw_chars = (tw_chars >> 8) | ((tw_chars & (unsigned long)0xFF) << 24); in spinc_putchar()