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

/freebsd-10-stable/sys/dev/ppbus/
H A Dlpt.c148 static void lptintr(void *arg);
391 INTR_TYPE_TTY | INTR_MPSAFE, NULL, lptintr, sc,
470 lptintr(sc);
830 lptintr(sc);
863 * lptintr -- handle printer interrupts which occur when the printer is
869 lptintr(void *arg) function

Completed in 109 milliseconds