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

Function vprintf

freebsd/kern/subr_prf.c:413–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413int
414vprintf(const char *fmt, va_list ap)
415{
416 int retval;
417
418 retval = _vprintf(-1, TOCONS | TOLOG, fmt, ap);
419
420 if (!KERNEL_PANICKED())
421 msgbuftrigger = 1;
422
423 return (retval);
424}
425
426static void
427prf_putbuf(char *bufr, int flags, int pri)

Callers 15

epoch_trace_reportFunction · 0.70
uprintfFunction · 0.70
printfFunction · 0.70
vn_printfFunction · 0.70
vpanicFunction · 0.70
ReportFunction · 0.70
witness_warnFunction · 0.70
witness_voutputFunction · 0.70
vcmn_errFunction · 0.50
__dprintfFunction · 0.50
printf_colorFunction · 0.50
ziprintfFunction · 0.50

Calls 1

_vprintfFunction · 0.85

Tested by

no test coverage detected