Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dtty_pty.c97 #define PF_UCNTL 0x80 /* user control mode */ macro
465 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) { in ptcread()
484 if (pti->pt_flags & (PF_PKT|PF_UCNTL)) in ptcread()
629 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) in filt_ptcread()
703 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in filt_ptcexcept()
831 if (pti->pt_flags & PF_UCNTL) in ptyioctl()
842 pti->pt_flags |= PF_UCNTL; in ptyioctl()
844 pti->pt_flags &= ~PF_UCNTL; in ptyioctl()
900 if (pti->pt_flags & PF_UCNTL && in ptyioctl()