coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vtxprintf.h File Reference
#include <stdarg.h>
Include dependency graph for vtxprintf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int vtxprintf (void(*tx_byte)(unsigned char byte, void *data), const char *fmt, va_list args, void *data)
 

Function Documentation

◆ vtxprintf()

int vtxprintf ( void(*)(unsigned char byte, void *data)  tx_byte,
const char *  fmt,
va_list  args,
void data 
)

Definition at line 102 of file vtxprintf.c.

References __fallthrough, args, base, call_tx, count, isdigit(), LARGE, LEFT, number(), PLUS, s, SIGN, skip_atoi(), SPACE, SPECIAL, strnlen(), va_arg, and ZEROPAD.

Referenced by vprintk(), vsnprintf(), and wrap_interactive_printf().

Here is the call graph for this function:
Here is the caller graph for this function: