Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c254 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 …]
H A Dtty_common.c70 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()
H A Dttcompat.c206 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()
H A Dwscons.c811 if ((mp = pvc->vc_ttycommon.t_iocpending) != NULL) { in wcreioctl()
813 pvc->vc_ttycommon.t_iocpending = NULL; in wcreioctl()
H A Dasy.c1592 async->async_ttycommon.t_iocpending = NULL; in asyopen()
3358 if (tp->t_iocpending != NULL) { in async_ioctl()
3365 freemsg(async->async_ttycommon.t_iocpending); in async_ioctl()
3366 async->async_ttycommon.t_iocpending = NULL; in async_ioctl()
4152 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in async_reioctl()
4154 async->async_ttycommon.t_iocpending = NULL; in async_reioctl()
H A Dvcons.c196 pcommon->t_iocpending = NULL; in vt_init_ttycommon()
/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h46 mblk_t *t_iocpending; /* ioctl reply pending successful allocation */ member
H A Dttcompat.h67 mblk_t *t_iocpending; /* ioctl pending successful */ member
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c538 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()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c708 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()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c433 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()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c814 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()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c984 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()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1498 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()