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

/xnu-2422.115.4/bsd/kern/
H A Dtty_pty.c131 u_char pt_ucntl; member in struct:pt_ioctl
453 pti->pt_ucntl = 0;
523 if (pti->pt_flags&PF_UCNTL && pti->pt_ucntl) {
524 error = ureadc((int)pti->pt_ucntl, uio);
527 pti->pt_ucntl = 0;
617 (pti->pt_flags&PF_UCNTL && pti->pt_ucntl))) {
917 pti->pt_ucntl = (u_char)cmd;
H A Dtty_ptmx.c252 u_char pt_ucntl; member in struct:ptmx_ioctl
931 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
932 error = ureadc((int)pti->pt_ucntl, uio);
935 pti->pt_ucntl = 0;
1127 (pti->pt_flags & PF_UCNTL && pti->pt_ucntl))) {
1472 pti->pt_ucntl = (u_char)cmd;

Completed in 24 milliseconds