MCPcopy 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
1258void
1259sbuf_putbuf(struct sbuf *sb)
1260{
1261
1262 prf_putbuf(sbuf_data(sb), TOLOG | TOCONS, -1);
1263}
1264#else
1265void
1266sbuf_putbuf(struct sbuf *sb)

Callers

nothing calls this directly

Calls 3

prf_putbufFunction · 0.85
sbuf_dataFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected