Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/oea/
Dofw_consinit.c183 struct usb_kbd_ihandles *ukbds; in ofwoea_cnprobe_keyboard() local
300 if (OF_call_method("`usb-kbd-ihandles", kstdin, 0, 1, &ukbds) >= 0 && in ofwoea_cnprobe_keyboard()
301 ukbds != NULL && ukbds->ihandle != 0 && in ofwoea_cnprobe_keyboard()
302 OF_instance_to_package(ukbds->ihandle) != -1) { in ofwoea_cnprobe_keyboard()