Lines Matching refs:mp_flags
536 SET(mbpp->mp_flags, MBPPF_WAKEUP);
568 SET(mtty->mp_flags, MTTYF_RING_OVERFLOW);
597 SET(mtty->mp_flags, MTTYF_CARRIER_CHANGED);
636 SET(mbpp->mp_flags, MBPPF_WAKEUP);
645 if( !ISSET(mtty->mp_flags, MTTYF_STOP) ) {
649 if( ISSET(mtty->mp_flags, MTTYF_SET_BREAK) ) {
653 CLR(mtty->mp_flags, MTTYF_SET_BREAK);
657 if( ISSET(mtty->mp_flags, MTTYF_CLR_BREAK) ) {
660 CLR(mtty->mp_flags, MTTYF_CLR_BREAK);
690 if( mtty->mp_txc == 0 || ISSET(mtty->mp_flags, MTTYF_STOP) ) {
696 CLR(mtty->mp_flags, MTTYF_STOP);
698 SET(mtty->mp_flags, MTTYF_DONE);
771 flags = mp->mp_flags;
772 CLR(mp->mp_flags, MTTYF_DONE | MTTYF_CARRIER_CHANGED | MTTYF_RING_OVERFLOW);
804 if( !ISSET(mp->mp_flags, MBPPF_OPEN) )
808 flags = mp->mp_flags;
809 CLR(mp->mp_flags, MBPPF_WAKEUP);
1096 SET(mp->mp_flags, MTTYF_SET_BREAK);
1101 SET(mp->mp_flags, MTTYF_CLR_BREAK);
1171 SET(mp->mp_flags, MTTYF_STOP);
1461 if( ISSET(mp->mp_flags, MBPPF_OPEN) ) {
1465 SET(mp->mp_flags, MBPPF_OPEN);
1484 mp->mp_flags = 0;
1501 mp->mp_flags = 0;
1570 SET(mp->mp_flags, MBPPF_UIO);
1576 SET(mp->mp_flags, MBPPF_TIMEOUT);
1592 if( !ISSET(mp->mp_flags, MBPPF_UIO) )
1615 if( !ISSET(mp->mp_flags, MBPPF_UIO) )
1623 SET(mp->mp_flags, MBPPF_DELAY);
1646 if( ISSET(mp->mp_flags, MBPPF_TIMEOUT) ) {
1648 CLR(mp->mp_flags, MBPPF_TIMEOUT);
1650 if( ISSET(mp->mp_flags, MBPPF_DELAY) ) {
1652 CLR(mp->mp_flags, MBPPF_DELAY);
1672 CLR(mp->mp_flags, MBPPF_UIO | MBPPF_TIMEOUT);
1681 CLR(mp->mp_flags, MBPPF_DELAY);