Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/wscons/
H A Dwskbdvar.h59 void (*pollc)(void *, int); member
H A Dwsdisplayvar.h149 void (*pollc)(void *, int); member
H A Dwsdisplay.c2129 wsdisplay_console_device->sc_accessops->pollc != NULL)
2130 (*wsdisplay_console_device->sc_accessops->pollc)
H A Dwskbd.c1433 (*wskbd_console_data.t_consops->pollc) in wskbd_cnpollc()