Home
last modified time | relevance | path

Searched refs:t_excl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c66 mutex_enter(&tc->t_excl); in ttycommon_close()
75 mutex_exit(&tc->t_excl); in ttycommon_close()
84 mutex_exit(&tc->t_excl); in ttycommon_close()
162 mutex_enter(&tc->t_excl); in ttycommon_ioctl()
167 mutex_exit(&tc->t_excl); in ttycommon_ioctl()
194 mutex_enter(&tc->t_excl); in ttycommon_ioctl()
197 mutex_exit(&tc->t_excl); in ttycommon_ioctl()
213 mutex_enter(&tc->t_excl); in ttycommon_ioctl()
216 mutex_exit(&tc->t_excl); in ttycommon_ioctl()
219 mutex_exit(&tc->t_excl); in ttycommon_ioctl()
[all …]
H A Dtty_pts.c699 mutex_enter(&tc->t_excl); in ptslioctl()
704 mutex_exit(&tc->t_excl); in ptslioctl()
728 mutex_enter(&tc->t_excl); in ptslioctl()
731 mutex_exit(&tc->t_excl); in ptslioctl()
753 mutex_enter(&tc->t_excl); in ptslioctl()
756 mutex_exit(&tc->t_excl); in ptslioctl()
761 mutex_exit(&tc->t_excl); in ptslioctl()
H A Dwscons.c1546 mutex_enter(&pvc->vc_ttycommon.t_excl); in wc_get_size()
1551 mutex_exit(&pvc->vc_ttycommon.t_excl); in wc_get_size()
H A Dvcons.c169 mutex_init(&pcommon->t_excl, NULL, MUTEX_DEFAULT, NULL); in vt_init_ttycommon()
/illumos-gate/usr/src/uts/common/sys/
H A Dtty.h47 kmutex_t t_excl; /* keeps struct consistent */ member