Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c76 extern unsigned short *kb_status;
77 #define kb_flag ((unsigned char *)&kb_status[BIOS_KB_FLAG])
78 #define kb_flag_1 ((unsigned char *)&kb_status[BIOS_KB_FLAG_1])
83 static unsigned char *kb_status = ((unsigned char *)BIOS_KB_FLAG); variable
84 #define kb_flag (&kb_status[0])
85 #define kb_flag_1 (&kb_status[1])
/illumos-gate/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()