Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/lptctl/
H A Dlptctl.c104 flags |= LPT_IEEE; in main()
106 flags &= ~LPT_IEEE; in main()
189 printf("ieee=%s ", (flags & LPT_IEEE) ? "yes" : "no"); in print_lpt_info()
/netbsd-src/sys/dev/ppbus/
H A Dlptio.h56 #define LPT_IEEE 0x02 /* enabled IEEE 1284 negotiation */ macro
H A Dlpt.c711 fl |= LPT_IEEE; in lptioctl()
736 val = (fl & LPT_IEEE); in lptioctl()