Searched refs:PF_PKT (Results 1 – 1 of 1) sorted by relevance
85 #define PF_PKT 0x08 /* packet mode */ macro665 if (pti->pt_flags & PF_PKT && (c = pti->pt_send)) { in ptcread()709 if (pti->pt_flags & (PF_PKT|PF_UCNTL)) { in ptcread()870 ((pti->pt_flags & PF_PKT) && pti->pt_send) || in ptcpoll()927 ((pti->pt_flags & PF_PKT) && pti->pt_send) || in filt_ptcread()937 if (((pti->pt_flags & PF_PKT) && pti->pt_send) || in filt_ptcread()1079 if (pti->pt_flags & PF_PKT) { in ptyioctl()1086 (pti->pt_flags & PF_PKT)) { in ptyioctl()1126 pti->pt_flags |= PF_PKT; in ptyioctl()1128 pti->pt_flags &= ~PF_PKT; in ptyioctl()[all …]