Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c78 extern unsigned short *kb_status;
79 #define kb_flag ((unsigned char *)&kb_status[BIOS_KB_FLAG])
80 #define kb_flag_1 ((unsigned char *)&kb_status[BIOS_KB_FLAG_1])
/titanic_50/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c45 unsigned char *kb_status = NULL; variable
136 kb_status = (unsigned char *)vaddr; in bcons_init_xen()