Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dtty_dev.h43 u_char pt_ucntl; member
H A Dtty_dev.c526 pti->pt_ucntl = 0; in ptcopen()
672 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
673 error = ureadc((int)pti->pt_ucntl, uio);
677 pti->pt_ucntl = 0;
839 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))) {
1168 pti->pt_ucntl = (u_char)cmd;
H A Dtty_ptmx.c868 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()