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

  /src/sys/sys/
ioctl_compat.h 139 #define PASS8 0x08000000
158 #define LPASS8 (PASS8>>16)
  /src/sys/compat/common/
tty_43.c 319 SET(flags, ISSET(tp->t_flags, LITOUT|PASS8));
324 SET(flags, PASS8);
414 if (ISSET(flags, RAW|LITOUT|PASS8)) {
417 if (!ISSET(flags, RAW|PASS8))
482 if (ISSET(flags, RAW|LITOUT|PASS8)) {
485 if (!ISSET(flags, RAW|PASS8))
  /src/usr.sbin/lpr/lpd/
ttcompat.c 80 SET(flags, PASS8);
137 if (ISSET(flags, RAW|LITOUT|PASS8)) {
140 if (!ISSET(flags, RAW|PASS8))
  /src/lib/librpcsvc/
rex.x 143 const PASS8 = 0x08000000;
  /src/libexec/getty/
subr.c 462 if (ISSET(flags, RAW|LITOUT|PASS8)) {
465 if (!ISSET(flags, RAW|PASS8))

Completed in 15 milliseconds