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

Function cvmx_dprintf

freebsd/mips/cavium/octeon_machdep.c:460–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void
461cvmx_dprintf(const char *fmt, ...)
462{
463 va_list ap;
464
465 va_start(ap, fmt);
466 cvmx_dvprintf(fmt, ap);
467 va_end(ap);
468}
469
470/**
471 * version of printf that works better in exception context.

Callers 2

cvmx_rtc_ds1337_readFunction · 0.70
cvmx_rtc_ds1337_writeFunction · 0.70

Calls 1

cvmx_dvprintfFunction · 0.70

Tested by

no test coverage detected