Home
last modified time | relevance | path

Searched refs:ttydevsw_open (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDttydevsw.h81 ttydevsw_open(struct tty *tp) in ttydevsw_open() function
/NextBSD/sys/kern/
HDtty.c298 error = ttydevsw_open(tp); in ttydev_open()