Searched refs:sp_openflags (Results 1 – 4 of 4) sorted by relevance
43 int sp_openflags; /* open flags */ member
309 if (ISSET(sp->sp_openflags, TIOCFLAG_CLOCAL))311 if (ISSET(sp->sp_openflags, TIOCFLAG_CRTSCTS))313 if (ISSET(sp->sp_openflags, TIOCFLAG_MDMBUF))333 if (ISSET(sp->sp_openflags, TIOCFLAG_SOFTCAR) || sp->sp_carrier)448 *((int *)data) = sp->sp_openflags;454 sp->sp_openflags = *((int *)data) &
48 int sp_openflags; /* open flags */ member
372 if (ISSET(sp->sp_openflags, TIOCFLAG_CLOCAL))374 if (ISSET(sp->sp_openflags, TIOCFLAG_CRTSCTS))376 if (ISSET(sp->sp_openflags, TIOCFLAG_MDMBUF))395 if (ISSET(sp->sp_openflags, TIOCFLAG_SOFTCAR) || sp->sp_carrier)512 *((int *)data) = sp->sp_openflags;518 sp->sp_openflags = *((int *)data) &