Searched refs:kbtype (Results 1 – 2 of 2) sorted by relevance
/openbsd/sbin/wsconsctl/ |
H A D | keyboard.c | 43 static u_int kbtype; variable 56 { "type", &kbtype, FMT_KBDTYPE, FLG_RDONLY }, 80 if (field_by_value(keyboard_field_tab, &kbtype)->flags & FLG_GET) in keyboard_get_values() 81 if (ioctl(fd, WSKBDIO_GTYPE, &kbtype) == -1) in keyboard_get_values()
|
/openbsd/sbin/kbd/ |
H A D | kbd_wscons.c | 153 int fd, i, kbtype, t, error = 0; in kbd_list() local 173 if (ioctl(fd, WSKBDIO_GTYPE, &kbtype) == -1) in kbd_list() 175 switch (kbtype) { in kbd_list()
|