Lines Matching refs:format
204 * debug_text_event() - writes string debug entry in ascii format to active
224 * IMPORTANT: Use "%s" in sprintf format strings with care! Only pointers are
229 __attribute__ ((format(printf, 3, 4)));
232 * debug_sprintf_event() - writes debug entry with format string
238 * @_fmt: format string for debug entry
330 * debug_text_exception() - writes string debug entry in ascii format to active
352 * IMPORTANT: Use "%s" in sprintf format strings with care! Only pointers are
357 __attribute__ ((format(printf, 3, 4)));
361 * debug_sprintf_exception() - writes debug entry with format string and
368 * @_fmt: format string for debug entry