Searched refs:sGetChanStatusLo (Results 1 – 2 of 2) sorted by relevance
808 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat) macro
852 return (sGetChanStatusLo(&info->channel) & CD_ACT) ? 1 : 0; in carrier_raised()1133 ChanStatus = sGetChanStatusLo(&info->channel); in rp_tiocmget()1440 if (sGetChanStatusLo(cp) & TXSHRMT) in rp_wait_until_sent()