HomeSort by: relevance | last modified time | path
    Searched refs:ukbd (Results 1 - 6 of 6) sorted by relevancy

  /src/share/wscons/keymaps/
Makefile 21 ukbd.be.azerty \
22 ukbd.any.powerbook
  /src/sys/arch/powerpc/oea/
ofw_consinit.c 41 #include "ukbd.h"
184 int ukbd; local in function:ofwoea_cnprobe_keyboard
251 * Tell the ukbd driver that it is the console.
309 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 &&
310 ukbd != 0 &&
311 OF_instance_to_package(ukbd) != -1) {
314 kstdin = ukbd;
  /src/sys/arch/playstation2/conf/
config.playstation2 72 ukbd* at uhidev? reportid ?
73 wskbd* at ukbd? console ? mux 1
  /src/sys/arch/hpcmips/conf/
TX3922 193 ukbd* at uhidev? reportid ?
194 wskbd* at ukbd? console ? mux 1
  /src/share/man/man4/
Makefile 94 ukbd.4 ukyopon.4 ulpt.4 umass.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 \
  /src/sys/dev/usb/
ukbd.c 1 /* $NetBSD: ukbd.c,v 1.165 2024/12/10 11:21:30 mlelstv Exp $ */
38 __KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.165 2024/12/10 11:21:30 mlelstv Exp $");
405 CFATTACH_DECL2_NEW(ukbd, sizeof(struct ukbd_softc), ukbd_match, ukbd_attach,
606 /* No need to do reference counting of ukbd, wskbd has all the goo. */

Completed in 15 milliseconds