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

  /src/sys/dev/ppbus/
lptio.h 57 #define LPT_INTR 0x04 /* enabled interrupts (not polling) */
lpt.c 718 fl |= LPT_INTR;
742 val = (fl & LPT_INTR);
  /src/usr.sbin/lptctl/
lptctl.c 113 flags |= LPT_INTR;
115 flags &= ~LPT_INTR;
190 printf("intr=%s ", (flags & LPT_INTR) ? "yes" : "no");

Completed in 14 milliseconds