Home
last modified time | relevance | path

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

/openbsd/sys/arch/macppc/dev/
H A Dakbd_machdep.c83 adb_polledkey = -1; in akbd_cngetc()
85 while (adb_polledkey == -1) { in akbd_cngetc()
92 key = adb_polledkey; in akbd_cngetc()
/openbsd/sys/dev/adb/
H A Dakbdvar.h68 extern int adb_polledkey;
H A Dakbd.c526 int adb_polledkey; variable
542 adb_polledkey = key; in akbd_input()