Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtty_pts.c254 pty->pt_ttycommon.t_iocpending = NULL; in ptslopen()
529 if ((mp = pty->pt_ttycommon.t_iocpending) != NULL) { in ptslreioctl()
531 pty->pt_ttycommon.t_iocpending = NULL; in ptslreioctl()
649 if (pty->pt_ttycommon.t_iocpending) in ptslioctl()
650 freemsg(pty->pt_ttycommon.t_iocpending); in ptslioctl()
651 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
660 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
803 if (pty->pt_ttycommon.t_iocpending) in ptslioctl()
804 freemsg(pty->pt_ttycommon.t_iocpending); in ptslioctl()
805 pty->pt_ttycommon.t_iocpending = mp; in ptslioctl()
[all …]
H A Dtty_common.c69 if (tc->t_iocpending != NULL) { in ttycommon_close()
72 mp = tc->t_iocpending; in ttycommon_close()
73 tc->t_iocpending = NULL; in ttycommon_close()
409 tmp = tc->t_iocpending; in ttycommon_ioctl()
410 tc->t_iocpending = mp; /* hold this ioctl */ in ttycommon_ioctl()
H A Dttcompat.c204 tp->t_iocpending = NULL; in ttcompatopen()
306 if ((mp = tp->t_iocpending) != NULL) in ttcompatclose()
484 if ((mp = tp->t_iocpending) != NULL) { in ttcompat_reioctl()
485 tp->t_iocpending = NULL; /* not pending any more */ in ttcompat_reioctl()
774 if (tp->t_iocpending != NULL) in ttcompat_do_ioctl()
775 freemsg(tp->t_iocpending); in ttcompat_do_ioctl()
776 tp->t_iocpending = mp; /* hold this ioctl */ in ttcompat_do_ioctl()
H A Dwscons.c664 if ((mp = pvc->vc_ttycommon.t_iocpending) != NULL) { in wcreioctl()
666 pvc->vc_ttycommon.t_iocpending = NULL; in wcreioctl()
H A Dasy.c1590 async->async_ttycommon.t_iocpending = NULL; in asyopen()
3326 if (tp->t_iocpending != NULL) { in async_ioctl()
3333 freemsg(async->async_ttycommon.t_iocpending); in async_ioctl()
3334 async->async_ttycommon.t_iocpending = NULL; in async_ioctl()
4114 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in async_reioctl()
4116 async->async_ttycommon.t_iocpending = NULL; in async_reioctl()
H A Dvcons.c196 pcommon->t_iocpending = NULL; in vt_init_ttycommon()
/titanic_41/usr/src/uts/common/sys/
H A Dtty.h48 mblk_t *t_iocpending; /* ioctl reply pending successful allocation */ member
H A Dttcompat.h67 mblk_t *t_iocpending; /* ioctl pending successful */ member
/titanic_41/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c559 if (tty->t_iocpending != NULL) { in cvc_ioctl()
560 freemsg(tty->t_iocpending); in cvc_ioctl()
561 tty->t_iocpending = NULL; in cvc_ioctl()
786 if ((mp = cp->cvc_tty.t_iocpending) != NULL) { in cvc_reioctl()
788 cp->cvc_tty.t_iocpending = NULL; in cvc_reioctl()
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.c433 async->async_ttycommon.t_iocpending = NULL; in xenconsopen()
905 if (tp->t_iocpending != NULL) { in xcasync_ioctl()
912 freemsg(async->async_ttycommon.t_iocpending); in xcasync_ioctl()
913 async->async_ttycommon.t_iocpending = NULL; in xcasync_ioctl()
1259 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in xcasync_reioctl()
1261 async->async_ttycommon.t_iocpending = NULL; in xcasync_reioctl()
/titanic_41/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd84 ignore vc_state::vc_ttycommon.t_iocpending
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c813 za->za_ttycommon.t_iocpending = NULL; in zsa_open()
2723 if ((mp = za->za_ttycommon.t_iocpending) != NULL) { in zsa_reioctl()
2727 za->za_ttycommon.t_iocpending = NULL; in zsa_reioctl()
2748 if (za->za_ttycommon.t_iocpending != NULL) { in zsa_ioctl()
2755 freemsg(za->za_ttycommon.t_iocpending); in zsa_ioctl()
2756 za->za_ttycommon.t_iocpending = NULL; in zsa_ioctl()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c820 if ((mp = cp->cvc_tty.t_iocpending) != NULL) { in cvc_reioctl()
822 cp->cvc_tty.t_iocpending = NULL; in cvc_reioctl()
/titanic_41/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()
3523 if ((mp = async->async_ttycommon.t_iocpending) != NULL) { in async_reioctl()
3525 async->async_ttycommon.t_iocpending = NULL; in async_reioctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1498 tp->t_iocpending = NULL; in usbser_open_init()
2602 if (tp->t_iocpending != NULL) { in usbser_ioctl()
2609 freemsg(tp->t_iocpending); in usbser_ioctl()
2610 tp->t_iocpending = NULL; in usbser_ioctl()