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

Class callout

freebsd/kern/kern_cons.c:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101static char *consbuf; /* buffer used by `consmsgbuf' */
102static struct callout conscallout; /* callout for outputting to constty */
103struct msgbuf consmsgbuf; /* message buffer for console tty */
104static u_char console_pausing; /* pause after each line during probe */
105static const char console_pausestr[] =

Callers 1

fork_exitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected