Home
last modified time | relevance | path

Searched defs:__printf (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dintel-ish-client-if.h19 typedef __printf(2, 3) void (*ishtp_print_log)(struct ishtp_device *dev, typedef
Dcompiler_attributes.h173 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
Dkdb.h181 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef