31 len = printer->printer( printer->context, format, ap );
45 va_start( ap, format );
46 len = printer->printer( printer->context, format, ap );
int rtems_vprintf(const rtems_printer *printer, const char *format, va_list ap)
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the ...
static bool rtems_print_printer_valid(const rtems_printer *printer)
check if the printer is valid.
User print interface to the bspIO print plug in.
int rtems_printf(const rtems_printer *printer, const char *format,...) RTEMS_PRINTFLIKE(2
Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the ...