Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
void
561
cnputs(const char *p)
562
{
563
cnputsn(p, strlen(p));
564
}
565
566
static int consmsgbuf_size = 8192;
567
SYSCTL_INT(_kern, OID_AUTO, consmsgbuf_size, CTLFLAG_RW, &consmsgbuf_size, 0,
Callers
3
_vprintf
Function · 0.85
prf_putbuf
Function · 0.85
cngets
Function · 0.85
Calls
1
cnputsn
Function · 0.85
Tested by
no test coverage detected