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

Function msglogstr

freebsd/kern/subr_prf.c:1017–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017static void
1018msglogstr(char *str, int pri, int filter_cr)
1019{
1020 if (!msgbufmapped)
1021 return;
1022
1023 msgbuf_addstr(msgbufp, pri, str, filter_cr);
1024}
1025
1026void
1027msgbufinit(void *ptr, int size)

Callers 3

_vprintfFunction · 0.85
log_consoleFunction · 0.85
prf_putbufFunction · 0.85

Calls 1

msgbuf_addstrFunction · 0.85

Tested by

no test coverage detected