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

  /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;
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;

Completed in 21 milliseconds