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

Function cvmx_dvprintf

freebsd/mips/cavium/octeon_machdep.c:452–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 "String to display on LED display");
451
452void
453cvmx_dvprintf(const char *fmt, va_list ap)
454{
455 if (!bootverbose)
456 return;
457 vprintf(fmt, ap);
458}
459
460void
461cvmx_dprintf(const char *fmt, ...)

Callers 1

cvmx_dprintfFunction · 0.70

Calls 1

vprintfFunction · 0.50

Tested by

no test coverage detected