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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dspinconsole.c89 static unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */ local
103 efi_cons_efiputchar((char)tw_chars);
105 vidc_biosputchar((char)tw_chars);
107 tw_chars = (tw_chars >> 8) | ((tw_chars & (unsigned long)0xFF) << 24);

Completed in 194 milliseconds