Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c148 static void lptintr(void *arg);
386 INTR_TYPE_TTY | INTR_MPSAFE, NULL, lptintr, sc, in lpt_attach()
465 lptintr(sc); in lptout()
820 lptintr(sc); in lptwrite()
859 lptintr(void *arg) in lptintr() function