MCPcopy 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
806int 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

fprintfFunction · 0.85
printfFunction · 0.85
usb_debugFunction · 0.85
printkFunction · 0.85
usageFunction · 0.85

Calls 1

printf_coreFunction · 0.85

Tested by 1

printkFunction · 0.68