Home | History | Annotate | Download | only in include

Lines Matching refs:fmt_str

165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
167 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,