Searched refs:tty_alloc_mutex (Results 1 – 2 of 2) sorted by relevance
168 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
1051 return (tty_alloc_mutex(tsw, sc, NULL)); in tty_alloc()1055 tty_alloc_mutex(struct ttydevsw *tsw, void *sc, struct mtx *mutex) in tty_alloc_mutex() function