Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c639 static void psmintr(void *);
1964 error = bus_setup_intr(dev, sc->intr, INTR_TYPE_TTY, NULL, psmintr, sc,
2928 psmintr(sc);
2987 psmintr(void *arg) function