Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlptio.h20 #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */ macro
H A Dlpt.c921 case LPT_IRQ : in lptioctl()
/freebsd/usr.sbin/lptcontrol/
H A Dlptcontrol.c101 if (ioctl(fd, LPT_IRQ, &irq_status) < 0) in main()