Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sbuf_putbuf
Function
sbuf_putbuf
freebsd/kern/subr_prf.c:1258–1263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1256
1257
#ifdef _KERNEL
1258
void
1259
sbuf_putbuf(struct sbuf *sb)
1260
{
1261
1262
prf_putbuf(sbuf_data(sb), TOLOG | TOCONS, -1);
1263
}
1264
#else
1265
void
1266
sbuf_putbuf(struct sbuf *sb)
Callers
nothing calls this directly
Calls
3
prf_putbuf
Function · 0.85
sbuf_data
Function · 0.85
printf
Function · 0.70
Tested by
no test coverage detected