Home
last modified time | relevance | path

Searched refs:TS_XCLUDE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h50 #define TS_XCLUDE 0x00000001 /* tty is open for exclusive use */ macro
H A Dldterm.h257 #define TS_XCLUDE 0x00000001 /* exclusive-use flag against open */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c67 tc->t_flags &= ~TS_XCLUDE; in ttycommon_close()
228 tc->t_flags |= TS_XCLUDE; in ttycommon_ioctl()
237 tc->t_flags &= ~TS_XCLUDE; in ttycommon_ioctl()
H A Dtty_pts.c260 } else if ((pty->pt_ttycommon.t_flags & TS_XCLUDE) && in ptslopen()
H A Dvcons.c382 if ((pvc->vc_ttycommon.t_flags & TS_XCLUDE) && in vt_open()
H A Dasy.c1604 if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in asyopen()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c823 } else if ((za->za_ttycommon.t_flags & TS_XCLUDE) && in zsa_open()
3354 if (za->za_ttycommon.t_flags & TS_XCLUDE) printf(" t_fl:TS_XCLUDE"); in zsa_print_info()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c443 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in xenconsopen()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1416 if ((pp->port_ttycommon.t_flags & TS_XCLUDE) && in usbser_open_setup()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c995 } else if ((async->async_ttycommon.t_flags & TS_XCLUDE) && in asyopen()