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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dttcompat.h67 mblk_t *t_iocpending; /* ioctl pending successful */ member in struct:__anon9212
H A Dtty.h48 mblk_t *t_iocpending; /* ioctl reply pending successful allocation */ member in struct:tty_common
/opensolaris-onvv-gate/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd84 ignore vc_state::vc_ttycommon.t_iocpending
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_common.c71 if (tc->t_iocpending != NULL) {
74 mp = tc->t_iocpending;
75 tc->t_iocpending = NULL;
411 tmp = tc->t_iocpending;
412 tc->t_iocpending = mp; /* hold this ioctl */
H A Dtty_pts.c255 pty->pt_ttycommon.t_iocpending = NULL;
530 if ((mp = pty->pt_ttycommon.t_iocpending) != NULL) {
532 pty->pt_ttycommon.t_iocpending = NULL;
650 if (pty->pt_ttycommon.t_iocpending)
651 freemsg(pty->pt_ttycommon.t_iocpending);
652 pty->pt_ttycommon.t_iocpending = mp;
661 pty->pt_ttycommon.t_iocpending = mp;
804 if (pty->pt_ttycommon.t_iocpending)
805 freemsg(pty->pt_ttycommon.t_iocpending);
806 pty->pt_ttycommon.t_iocpending
[all...]
H A Dttcompat.c204 tp->t_iocpending = NULL;
306 if ((mp = tp->t_iocpending) != NULL)
484 if ((mp = tp->t_iocpending) != NULL) {
485 tp->t_iocpending = NULL; /* not pending any more */
774 if (tp->t_iocpending != NULL)
775 freemsg(tp->t_iocpending);
776 tp->t_iocpending = mp; /* hold this ioctl */
H A Dwscons.c664 if ((mp = pvc->vc_ttycommon.t_iocpending) != NULL) {
666 pvc->vc_ttycommon.t_iocpending = NULL;
H A Dasy.c1589 async->async_ttycommon.t_iocpending = NULL;
3325 if (tp->t_iocpending != NULL) {
3332 freemsg(async->async_ttycommon.t_iocpending);
3333 async->async_ttycommon.t_iocpending = NULL;
4113 if ((mp = async->async_ttycommon.t_iocpending) != NULL) {
4115 async->async_ttycommon.t_iocpending = NULL;
H A Dvcons.c196 pcommon->t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c538 if (tty->t_iocpending != NULL) {
539 freemsg(tty->t_iocpending);
540 tty->t_iocpending = NULL;
614 if ((mp = sgcnp->sgcn_tty.t_iocpending) != NULL) {
615 sgcnp->sgcn_tty.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c559 if (tty->t_iocpending != NULL) {
560 freemsg(tty->t_iocpending);
561 tty->t_iocpending = NULL;
786 if ((mp = cp->cvc_tty.t_iocpending) != NULL) {
788 cp->cvc_tty.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dqcn.c708 if (tty->t_iocpending != NULL) {
709 freemsg(tty->t_iocpending);
710 tty->t_iocpending = NULL;
812 if ((mp = qcnp->qcn_tty.t_iocpending) == NULL)
815 qcnp->qcn_tty.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/xen/io/
H A Dxencons.c433 async->async_ttycommon.t_iocpending = NULL;
905 if (tp->t_iocpending != NULL) {
912 freemsg(async->async_ttycommon.t_iocpending);
913 async->async_ttycommon.t_iocpending = NULL;
1259 if ((mp = async->async_ttycommon.t_iocpending) != NULL) {
1261 async->async_ttycommon.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_async.c813 za->za_ttycommon.t_iocpending = NULL;
2723 if ((mp = za->za_ttycommon.t_iocpending) != NULL) {
2727 za->za_ttycommon.t_iocpending = NULL;
2748 if (za->za_ttycommon.t_iocpending != NULL) {
2755 freemsg(za->za_ttycommon.t_iocpending);
2756 za->za_ttycommon.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c984 async->async_ttycommon.t_iocpending = NULL;
2781 if (tp->t_iocpending != NULL) {
2788 freemsg(async->async_ttycommon.t_iocpending);
2789 async->async_ttycommon.t_iocpending = NULL;
3523 if ((mp = async->async_ttycommon.t_iocpending) != NULL) {
3525 async->async_ttycommon.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c820 if ((mp = cp->cvc_tty.t_iocpending) != NULL) {
822 cp->cvc_tty.t_iocpending = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1497 tp->t_iocpending = NULL;
2602 if (tp->t_iocpending != NULL) {
2609 freemsg(tp->t_iocpending);
2610 tp->t_iocpending = NULL;

Completed in 245 milliseconds