Searched refs:user_tcflag_t (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtermios.h278 typedef __uint64_t user_tcflag_t; typedef
288 user_tcflag_t c_iflag; /* input flags */
289 user_tcflag_t c_oflag; /* output flags */
290 user_tcflag_t c_cflag; /* control flags */
291 user_tcflag_t c_lflag; /* local flags */
/xnu-2422.115.4/bsd/kern/
H A Dtty.c242 out->c_iflag = (user_tcflag_t)in->c_iflag;
243 out->c_oflag = (user_tcflag_t)in->c_oflag;
244 out->c_cflag = (user_tcflag_t)in->c_cflag;
245 out->c_lflag = (user_tcflag_t)in->c_lflag;

Completed in 33 milliseconds