Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
void
453
cvmx_dvprintf(const char *fmt, va_list ap)
454
{
455
if (!bootverbose)
456
return;
457
vprintf(fmt, ap);
458
}
459
460
void
461
cvmx_dprintf(const char *fmt, ...)
Callers
1
cvmx_dprintf
Function · 0.70
Calls
1
vprintf
Function · 0.50
Tested by
no test coverage detected