Home
last modified time | relevance | path

Searched refs:tty_gone (Results 1 – 6 of 6) sorted by relevance

/components/lwp/terminal/
A Dterminal.h300 MPASS(!tty_gone(tp)); in ttydevsw_open()
308 MPASS(!tty_gone(tp)); in ttydevsw_close()
316 MPASS(!tty_gone(tp)); in ttydevsw_outwakeup()
328 MPASS(!tty_gone(tp)); in ttydevsw_inwakeup()
341 MPASS(!tty_gone(tp)); in ttydevsw_ioctl()
350 MPASS(!tty_gone(tp)); in ttydevsw_cioctl()
357 MPASS(!tty_gone(tp)); in ttydevsw_param()
364 MPASS(!tty_gone(tp)); in ttydevsw_modem()
372 MPASS(!tty_gone(tp)); in ttydevsw_mmap()
380 MPASS(!tty_gone(tp)); in ttydevsw_pktnotify()
[all …]
/components/lwp/terminal/freebsd/
A Dtty.c231 if (!tty_gone(tp)) in ttydev_leave()
247 if (!tty_gone(tp)) in ttydev_leave()
266 if (tty_gone(tp)) in ttydev_open()
907 MPASS(!tty_gone(tp)); in tty_rel_gone()
939 if (tty_gone(tp)) in tty_drop_ctty()
1030 MPASS(!tty_gone(tp)); in tty_wait()
1035 if (tty_gone(tp)) in tty_wait()
1051 MPASS(!tty_gone(tp)); in tty_timedwait()
1056 if (tty_gone(tp)) in tty_timedwait()
1390 if (tty_gone(tp)) in tty_ioctl()
[all …]
A Dtty_inq.c146 if (tty_gone(tp)) in ttyinq_setsize()
267 if (tty_gone(tp)) in ttyinq_read_uio()
A Dtty_outq.c124 if (tty_gone(tp)) in ttyoutq_setsize()
A Dtty_compat.c115 MPASS(!tty_gone(tp)); in lwp_tty_bg_stop()
135 if (tty_gone(tp)) in lwp_tty_bg_stop()
A Dtty_ttydisc.c516 if (tty_gone(tp)) in ttydisc_write()
608 if (!tty_gone(tp)) in ttydisc_write()

Completed in 24 milliseconds