MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tty_udev

Function tty_udev

freebsd/kern/tty.c:2001–2009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

ptsdev_statFunction · 0.70
ptsdev_fill_kinfoFunction · 0.70
acct_processFunction · 0.70
fill_kinfo_proc_pgrpFunction · 0.70
sysctl_kern_proc_iterateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected