Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_usl_io.h43 unchar kb_table; /* which table to use */ member
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c897 if (kbe.kb_table >= sizeof(linux_keytabs) / sizeof(u_short *) in linux_machdepioctl()
902 kbe.kb_value = linux_keytabs[kbe.kb_table][kbe.kb_index]; in linux_machdepioctl()