| 1999 | } |
| 2000 | |
| 2001 | dev_t |
| 2002 | tty_udev(struct tty *tp) |
| 2003 | { |
| 2004 | |
| 2005 | if (tp->t_dev) |
| 2006 | return (dev2udev(tp->t_dev)); |
| 2007 | else |
| 2008 | return (NODEV); |
| 2009 | } |
| 2010 | |
| 2011 | int |
| 2012 | tty_checkoutq(struct tty *tp) |
no outgoing calls
no test coverage detected