Searched defs:__printf (Results 1 – 3 of 3) sorted by relevance
19 typedef __printf(2, 3) void (*ishtp_print_log)(struct ishtp_device *dev, typedef
173 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
181 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef