Home | History | Annotate | Download | only in ic

Lines Matching defs:zst_swflags

200 	    zst_swflags;	/* TIOCFLAG_SOFTCAR, ... <ttycom.h> */
353 zst->zst_swflags = cf->cf_flags; /* softcar, etc. */
357 if (zst->zst_swflags)
358 aprint_normal(" flags 0x%x", zst->zst_swflags);
595 if (ISSET(zst->zst_swflags, TIOCFLAG_CLOCAL))
597 if (ISSET(zst->zst_swflags, TIOCFLAG_CRTSCTS))
599 if (ISSET(zst->zst_swflags, TIOCFLAG_CDTRCTS))
601 if (ISSET(zst->zst_swflags, TIOCFLAG_MDMBUF))
802 *(int *)data = zst->zst_swflags;
810 zst->zst_swflags = *(int *)data;
991 if (ISSET(zst->zst_swflags, TIOCFLAG_SOFTCAR) ||