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

Function vlog

freebsd/kern/subr_prf.c:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void
328vlog(int level, const char *fmt, va_list ap)
329{
330
331 (void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap);
332 msgbuftrigger = 1;
333}
334
335#define CONSCHUNK 128
336

Callers 3

logFunction · 0.70
witness_voutputFunction · 0.70
if_printfFunction · 0.50

Calls 1

_vprintfFunction · 0.85

Tested by

no test coverage detected