Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ vprintf
Function
vprintf
payloads/libpayload/libc/printf.c:806–811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
804
}
805
806
int vprintf(const char *fmt, va_list ap)
807
{
808
struct printf_spec ps = { vprintf_write, NULL };
809
810
return printf_core(fmt, &ps, ap);
811
}
Callers
5
fprintf
Function · 0.85
printf
Function · 0.85
usb_debug
Function · 0.85
printk
Function · 0.85
usage
Function · 0.85
Calls
1
printf_core
Function · 0.85
Tested by
1
printk
Function · 0.68