Home
last modified time | relevance | path

Searched refs:TTY_LOCK_OWNED (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/kern/ !
H A Dtty.c332 TTY_LOCK_OWNED(tp); /* debug assert */ in tty_unlock()
348 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyopen()
383 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyclose()
493 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyinput()
889 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyoutput()
1071 TTY_LOCK_OWNED(tp); /* debug assert */ in ttioctl_locked()
1657 TTY_LOCK_OWNED(tp); in ttyselect()
1728 TTY_LOCK_OWNED(tp); /* debug assert */ in ttnread()
1767 TTY_LOCK_OWNED(tp); /* debug assert */ in ttywait()
1803 TTY_LOCK_OWNED(tp); /* debug assert */ in ttystop()
[all …]
H A Dtty_ptmx.c579 TTY_LOCK_OWNED(tp); in ptsd_kqops_common()
623 TTY_LOCK_OWNED(tp); in ptsd_kqops_event()
859 TTY_LOCK_OWNED(tp); in ptmx_kqops_common()
909 TTY_LOCK_OWNED(tp); in ptmx_kqops_event()
/xnu-12377.41.6/bsd/sys/ !
H A Dtty.h344 #define TTY_LOCK_OWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_OWNED) macro