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

/darwin-on-arm/xnu/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.c247 u_char pt_ucntl; member in struct:ptmx_ioctl
922 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
923 error = ureadc((int)pti->pt_ucntl, uio);
926 pti->pt_ucntl = 0;
1118 (pti->pt_flags & PF_UCNTL && pti->pt_ucntl))) {
1456 pti->pt_ucntl = (u_char)cmd;

Completed in 22 milliseconds