Searched refs:t_iocpending (Results 1 – 14 of 14) sorted by relevance
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()[all …]
70 if (tc->t_iocpending != NULL) { in ttycommon_close()73 mp = tc->t_iocpending; in ttycommon_close()74 tc->t_iocpending = NULL; in ttycommon_close()410 tmp = tc->t_iocpending; in ttycommon_ioctl()411 tc->t_iocpending = mp; /* hold this ioctl */ in ttycommon_ioctl()
206 if ((mp = tp->t_iocpending) != NULL) in ttcompatclose()386 if ((mp = tp->t_iocpending) != NULL) { in ttcompat_reioctl()387 tp->t_iocpending = NULL; /* not pending any more */ in ttcompat_reioctl()676 if (tp->t_iocpending != NULL) in ttcompat_do_ioctl()677 freemsg(tp->t_iocpending); in ttcompat_do_ioctl()678 tp->t_iocpending = mp; /* hold this ioctl */ in ttcompat_do_ioctl()
811 if ((mp = pvc->vc_ttycommon.t_iocpending) != NULL) { in wcreioctl()813 pvc->vc_ttycommon.t_iocpending = NULL; in wcreioctl()
2284 async->async_ttycommon.t_iocpending = NULL; in asyopen()3985 if (tp->t_iocpending != NULL) { in async_ioctl()3992 freemsg(async->async_ttycommon.t_iocpending); in async_ioctl()3993 async->async_ttycommon.t_iocpending = NULL; in async_ioctl()4733 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in async_reioctl()4735 async->async_ttycommon.t_iocpending = NULL; in async_reioctl()
196 pcommon->t_iocpending = NULL; in vt_init_ttycommon()
46 mblk_t *t_iocpending; /* ioctl reply pending successful allocation */ member
67 mblk_t *t_iocpending; /* ioctl pending successful */ member
538 if (tty->t_iocpending != NULL) { in sgcn_ioctl()539 freemsg(tty->t_iocpending); in sgcn_ioctl()540 tty->t_iocpending = NULL; in sgcn_ioctl()614 if ((mp = sgcnp->sgcn_tty.t_iocpending) != NULL) { in sgcn_reioctl()615 sgcnp->sgcn_tty.t_iocpending = NULL; in sgcn_reioctl()
708 if (tty->t_iocpending != NULL) { in qcn_ioctl()709 freemsg(tty->t_iocpending); in qcn_ioctl()710 tty->t_iocpending = NULL; in qcn_ioctl()812 if ((mp = qcnp->qcn_tty.t_iocpending) == NULL) in qcn_reioctl()815 qcnp->qcn_tty.t_iocpending = NULL; in qcn_reioctl()
433 async->async_ttycommon.t_iocpending = NULL; in xenconsopen()909 if (tp->t_iocpending != NULL) { in xcasync_ioctl()916 freemsg(async->async_ttycommon.t_iocpending); in xcasync_ioctl()917 async->async_ttycommon.t_iocpending = NULL; in xcasync_ioctl()1263 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in xcasync_reioctl()1265 async->async_ttycommon.t_iocpending = NULL; in xcasync_reioctl()
814 za->za_ttycommon.t_iocpending = NULL; in zsa_open()2726 if ((mp = za->za_ttycommon.t_iocpending) != NULL) { in zsa_reioctl()2730 za->za_ttycommon.t_iocpending = NULL; in zsa_reioctl()2751 if (za->za_ttycommon.t_iocpending != NULL) { in zsa_ioctl()2758 freemsg(za->za_ttycommon.t_iocpending); in zsa_ioctl()2759 za->za_ttycommon.t_iocpending = NULL; in zsa_ioctl()
984 async->async_ttycommon.t_iocpending = NULL; in asyopen()2781 if (tp->t_iocpending != NULL) { in async_ioctl()2788 freemsg(async->async_ttycommon.t_iocpending); in async_ioctl()2789 async->async_ttycommon.t_iocpending = NULL; in async_ioctl()3525 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in async_reioctl()3527 async->async_ttycommon.t_iocpending = NULL; in async_reioctl()
1498 tp->t_iocpending = NULL; in usbser_open_init()2601 if (tp->t_iocpending != NULL) { in usbser_ioctl()2608 freemsg(tp->t_iocpending); in usbser_ioctl()2609 tp->t_iocpending = NULL; in usbser_ioctl()