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