Searched refs:async_ttycommon (Results 1 – 6 of 6) sorted by relevance
72 #define async_stopc async_ttycommon.t_stopc73 #define async_startc async_ttycommon.t_startc951 async->async_ttycommon.t_cflag = CIBAUDEXT | CBAUDEXT | in asyopen()953 async->async_ttycommon.t_cflag |= ((B115200 << IBSHIFT) in asyopen()955 async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL; in asyopen()957 async->async_ttycommon.t_cflag = B9600 & CBAUD; in asyopen()958 async->async_ttycommon.t_cflag |= ((B9600 << IBSHIFT) in asyopen()960 async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL; in asyopen()974 async->async_ttycommon.t_cflag = in asyopen()983 async->async_ttycommon.t_iflag = 0; in asyopen()[all …]
432 async->async_ttycommon.t_iflag = 0; in xenconsopen()433 async->async_ttycommon.t_iocpending = NULL; in xenconsopen()434 async->async_ttycommon.t_size.ws_row = 0; in xenconsopen()435 async->async_ttycommon.t_size.ws_col = 0; in xenconsopen()436 async->async_ttycommon.t_size.ws_xpixel = 0; in xenconsopen()437 async->async_ttycommon.t_size.ws_ypixel = 0; in xenconsopen()443 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in xenconsopen()449 async->async_ttycommon.t_flags |= TS_SOFTCAR; in xenconsopen()451 async->async_ttycommon.t_readq = rq; in xenconsopen()452 async->async_ttycommon.t_writeq = WR(rq); in xenconsopen()[all …]
107 #define async_stopc async_ttycommon.t_stopc108 #define async_startc async_ttycommon.t_startc145 tty_common_t async_ttycommon; /* tty driver common data */ member
106 #define async_stopc async_ttycommon.t_stopc107 #define async_startc async_ttycommon.t_startc835 int rate = BAUDINDEX(async->async_ttycommon.t_cflag); in asy_wait_baudrate()896 q = async->async_ttycommon.t_writeq; in async_process_suspq()2276 async->async_ttycommon.t_cflag = termiosp->c_cflag; in asyopen()2286 async->async_ttycommon.t_cflag = asy->asy_cflag; in asyopen()2288 async->async_ttycommon.t_iflag = 0; in asyopen()2289 async->async_ttycommon.t_iocpending = NULL; in asyopen()2290 async->async_ttycommon.t_size.ws_row = 0; in asyopen()2291 async->async_ttycommon.t_size.ws_col = 0; in asyopen()[all …]
288 tty_common_t async_ttycommon; /* tty driver common data */ member
405 tty_common_t async_ttycommon; /* tty driver common data */ member