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

Function ttyconsdev_write

freebsd/kern/tty.c:2200–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2198}
2199
2200static int
2201ttyconsdev_write(struct cdev *dev, struct uio *uio, int ioflag)
2202{
2203
2204 log_console(uio);
2205
2206 return (ttydev_write(dev, uio, ioflag));
2207}
2208
2209/*
2210 * /dev/console is a little different than normal TTY's. When opened,

Callers

nothing calls this directly

Calls 2

log_consoleFunction · 0.85
ttydev_writeFunction · 0.85

Tested by

no test coverage detected