Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty.c296 TTY_LOCK_OWNED(tp); /* debug assert */ in tty_unlock()
310 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyopen()
345 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyclose()
432 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyinput()
828 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyoutput()
1010 TTY_LOCK_OWNED(tp); /* debug assert */ in ttioctl_locked()
1546 TTY_LOCK_OWNED(tp); in ttyselect()
1617 TTY_LOCK_OWNED(tp); /* debug assert */ in ttnread()
1656 TTY_LOCK_OWNED(tp); /* debug assert */ in ttywait()
1692 TTY_LOCK_OWNED(tp); /* debug assert */ in ttystop()
[all …]
H A Dtty_ptmx.c568 TTY_LOCK_OWNED(tp); in ptsd_kqops_common()
612 TTY_LOCK_OWNED(tp); in ptsd_kqops_event()
844 TTY_LOCK_OWNED(tp); in ptmx_kqops_common()
894 TTY_LOCK_OWNED(tp); in ptmx_kqops_event()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h340 #define TTY_LOCK_OWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_OWNED) macro