Searched refs:tty_gone (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dttydevsw.h88 MPASS(!tty_gone(tp));
98 MPASS(!tty_gone(tp));
108 MPASS(!tty_gone(tp));
122 MPASS(!tty_gone(tp));
136 MPASS(!tty_gone(tp));
147 MPASS(!tty_gone(tp));
156 MPASS(!tty_gone(tp));
165 MPASS(!tty_gone(tp));
175 MPASS(!tty_gone(tp));
185 MPASS(!tty_gone(t
[all...]
H A Dttyhook.h80 MPASS(!tty_gone(tp));
89 MPASS(!tty_gone(tp));
98 MPASS(!tty_gone(tp));
107 MPASS(!tty_gone(tp));
116 MPASS(!tty_gone(tp));
125 MPASS(!tty_gone(tp));
134 MPASS(!tty_gone(tp));
H A Dtty.h207 #define tty_gone(tp) ((tp)->t_flags & TF_GONE) macro
/freebsd-11-stable/sys/dev/snp/
H A Dsnp.c163 if (tp == NULL || tty_gone(tp))
180 if (tty_gone(tp)) {
203 if (tp == NULL || tty_gone(tp))
216 if (tty_gone(tp)) {
/freebsd-11-stable/sys/kern/
H A Dtty.c210 if (tty_gone(tp) || !tty_opened(tp)) {
238 if (!tty_gone(tp))
252 if (!tty_gone(tp))
273 if (tty_gone(tp)) {
693 if (tty_gone(tp) || tp->t_flags & TF_ZOMBIE) {
717 if (tty_gone(tp)) {
796 if (tty_gone(tp))
827 if (tty_gone(tp)) {
1173 MPASS(!tty_gone(tp));
1204 if (tty_gone(t
[all...]
H A Dtty_inq.c137 if (tty_gone(tp)) {
255 if (tty_gone(tp))
H A Dtty_outq.c114 if (tty_gone(tp)) {
H A Dtty_ttydisc.c485 if (tty_gone(tp)) {
559 if (!tty_gone(tp))
1256 if (tty_gone(tp))
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c257 if (tty_gone(tp)) {
278 if (tty_gone(otp)) {
/freebsd-11-stable/sys/netgraph/
H A Dng_tty.c341 if (!tty_gone(tp))
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.c1371 if (tty_gone(tp) ||
1446 if (tty_gone(tp))

Completed in 100 milliseconds