Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c223 tp->t_stop = nottystop; in dcons_open()
519 tp->t_stop = nottystop; in dcons_attach_port()
/dragonfly/sys/sys/
H A Dtty.h248 void nottystop (struct tty *tp, int rw);
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c97 tp->t_stop = nottystop; in vcons_open()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c1035 tp->t_stop = nottystop; in devfs_spec_open()
/dragonfly/sys/kern/
H A Dtty.c2927 nottystop(struct tty *tp, int rw) in nottystop() function
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c732 tp->t_stop = nottystop; in scopen()