Home
last modified time | relevance | path

Searched refs:pt_ucntl (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dtty_dev.h43 u_char pt_ucntl; member
H A Dtty_dev.c521 pti->pt_ucntl = 0; in ptcopen()
667 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
668 error = ureadc((int)pti->pt_ucntl, uio);
672 pti->pt_ucntl = 0;
834 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))) {
1163 pti->pt_ucntl = (u_char)cmd;
H A Dtty_ptmx.c864 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()