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

Function cnputs

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

Source from the content-addressed store, hash-verified

558}
559
560void
561cnputs(const char *p)
562{
563 cnputsn(p, strlen(p));
564}
565
566static int consmsgbuf_size = 8192;
567SYSCTL_INT(_kern, OID_AUTO, consmsgbuf_size, CTLFLAG_RW, &consmsgbuf_size, 0,

Callers 3

_vprintfFunction · 0.85
prf_putbufFunction · 0.85
cngetsFunction · 0.85

Calls 1

cnputsnFunction · 0.85

Tested by

no test coverage detected