HomeSort by: relevance | last modified time | path
    Searched refs:LPT_IEEE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ppbus/
lptio.h 56 #define LPT_IEEE 0x02 /* enabled IEEE 1284 negotiation */
lpt.c 711 fl |= LPT_IEEE;
736 val = (fl & LPT_IEEE);
  /src/usr.sbin/lptctl/
lptctl.c 104 flags |= LPT_IEEE;
106 flags &= ~LPT_IEEE;
189 printf("ieee=%s ", (flags & LPT_IEEE) ? "yes" : "no");

Completed in 14 milliseconds