Lines Matching refs:t_iocpending
254 pty->pt_ttycommon.t_iocpending = NULL; in ptslopen()
531 if ((mp = pty->pt_ttycommon.t_iocpending) != NULL) { in ptslreioctl()
533 pty->pt_ttycommon.t_iocpending = NULL; in ptslreioctl()
651 if (pty->pt_ttycommon.t_iocpending) in ptslioctl()
652 freemsg(pty->pt_ttycommon.t_iocpending); in ptslioctl()
653 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
662 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
805 if (pty->pt_ttycommon.t_iocpending) in ptslioctl()
806 freemsg(pty->pt_ttycommon.t_iocpending); in ptslioctl()
807 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
815 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()