Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h43 u_char pt_ucntl; member
H A Dtty_dev.c512 pti->pt_ucntl = 0; in ptcopen()
629 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
630 error = ureadc((int)pti->pt_ucntl, uio);
634 pti->pt_ucntl = 0;
796 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))) {
1110 pti->pt_ucntl = (u_char)cmd;
H A Dtty_ptmx.c853 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()