Searched refs:TS_XCLUDE (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtty.h52 #define TS_XCLUDE 0x00000001 /* tty is open for exclusive use */ macro
H A Dldterm.h259 #define TS_XCLUDE 0x00000001 /* exclusive-use flag against open */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_common.c68 tc->t_flags &= ~TS_XCLUDE;
229 tc->t_flags |= TS_XCLUDE;
238 tc->t_flags &= ~TS_XCLUDE;
H A Dtty_pts.c261 } else if ((pty->pt_ttycommon.t_flags & TS_XCLUDE) &&
H A Dvcons.c382 if ((pvc->vc_ttycommon.t_flags & TS_XCLUDE) &&
H A Dasy.c1601 if ((async->async_ttycommon.t_flags & TS_XCLUDE) &&
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_async.c822 } else if ((za->za_ttycommon.t_flags & TS_XCLUDE) &&
3351 if (za->za_ttycommon.t_flags & TS_XCLUDE) printf(" t_fl:TS_XCLUDE");
/opensolaris-onvv-gate/usr/src/uts/common/xen/io/
H A Dxencons.c443 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) &&
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1415 if ((pp->port_ttycommon.t_flags & TS_XCLUDE) &&
/opensolaris-onvv-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1964 (uqi->sm_ttycommon->t_flags & TS_XCLUDE) &&
1970 /* NB TS_XCLUDE cant be set during open so NOTREACHED */
1971 /* force any waiters to yield TS_XCLUDE */
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c995 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) &&

Completed in 115 milliseconds