pt_send 78 kern/tty_pty.c u_char pt_send; pt_send 367 kern/tty_pty.c pti->pt_send = TIOCPKT_START; pt_send 384 kern/tty_pty.c pti->pt_send |= flush; pt_send 436 kern/tty_pty.c pti->pt_send = 0; pt_send 470 kern/tty_pty.c if (pti->pt_flags&PF_PKT && pti->pt_send) { pt_send 471 kern/tty_pty.c error = ureadc((int)pti->pt_send, uio); pt_send 474 kern/tty_pty.c if (pti->pt_send & TIOCPKT_IOCTL) { pt_send 479 kern/tty_pty.c pti->pt_send = 0; pt_send 625 kern/tty_pty.c ((pti->pt_flags & PF_PKT) && pti->pt_send) || pt_send 639 kern/tty_pty.c if (((pti->pt_flags & PF_PKT) && pti->pt_send) || pt_send 678 kern/tty_pty.c if (((pti->pt_flags & PF_PKT) && pti->pt_send) || pt_send 781 kern/tty_pty.c pti->pt_send |= TIOCPKT_IOCTL; pt_send 788 kern/tty_pty.c pti->pt_send |= TIOCPKT_IOCTL; pt_send 900 kern/tty_pty.c pti->pt_send |= TIOCPKT_IOCTL; pt_send 910 kern/tty_pty.c pti->pt_send &= ~TIOCPKT_NOSTOP; pt_send 911 kern/tty_pty.c pti->pt_send |= TIOCPKT_DOSTOP; pt_send 917 kern/tty_pty.c pti->pt_send &= ~TIOCPKT_DOSTOP; pt_send 918 kern/tty_pty.c pti->pt_send |= TIOCPKT_NOSTOP;