Searched refs:DbgConsole_PrintfFormattedData (Results 1 – 1 of 1) sorted by relevance
65 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap);173 result = DbgConsole_PrintfFormattedData(DbgConsole_Putchar, fmt_s, formatStringArg); in DbgConsole_Vprintf()569 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap) in DbgConsole_PrintfFormattedData() function