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

  /src/sys/dev/ppbus/
lptio.h 58 #define LPT_PRIME 0x08 /* enabled printer initialization on open */
lpt.c 197 sc->sc_flags = LPT_PRIME;
454 if ((lpt->sc_flags & LPT_PRIME) && !LPTCTL(dev_id)) {
748 sc->sc_flags = fl & (LPT_PRIME|LPT_AUTOLF);
  /src/usr.sbin/lptctl/
lptctl.c 122 flags |= LPT_PRIME;
124 flags &= ~LPT_PRIME;
191 printf("prime=%s ", (flags & LPT_PRIME) ? "yes" : "no");

Completed in 144 milliseconds