Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dtty.c296 TTY_LOCK_OWNED(tp); /* debug assert */ in tty_unlock()
310 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyopen()
344 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyclose()
433 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyinput()
829 TTY_LOCK_OWNED(tp); /* debug assert */ in ttyoutput()
1011 TTY_LOCK_OWNED(tp); /* debug assert */ in ttioctl_locked()
1547 TTY_LOCK_OWNED(tp); in ttyselect()
1618 TTY_LOCK_OWNED(tp); /* debug assert */ in ttnread()
1657 TTY_LOCK_OWNED(tp); /* debug assert */ in ttywait()
1693 TTY_LOCK_OWNED(tp); /* debug assert */ in ttystop()
[all …]
H A Dtty_ptmx.c575 TTY_LOCK_OWNED(tp); in ptsd_kqops_common()
619 TTY_LOCK_OWNED(tp); in ptsd_kqops_event()
855 TTY_LOCK_OWNED(tp); in ptmx_kqops_common()
905 TTY_LOCK_OWNED(tp); in ptmx_kqops_event()
/xnu-8796.141.3/bsd/sys/
H A Dtty.h340 #define TTY_LOCK_OWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_OWNED) macro