Searched refs:TTY_LOCK_OWNED (Results 1 – 3 of 3) sorted by relevance
332 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 …]
579 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()
344 #define TTY_LOCK_OWNED(tp) LCK_MTX_ASSERT(&tp->t_lock, LCK_MTX_ASSERT_OWNED) macro