Searched refs:pcommon (Results 1 – 2 of 2) sorted by relevance
164 vt_init_ttycommon(tty_common_t *pcommon) in vt_init_ttycommon() argument169 mutex_init(&pcommon->t_excl, NULL, MUTEX_DEFAULT, NULL); in vt_init_ttycommon()170 pcommon->t_iflag = 0; in vt_init_ttycommon()182 pcommon->t_cflag = termiosp->c_cflag; in vt_init_ttycommon()196 pcommon->t_iocpending = NULL; in vt_init_ttycommon()
226 typedef struct pcommon { struct