Searched defs:__printf (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
/linux-6.1.9/tools/lib/perf/ |
D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/linux-6.1.9/tools/include/linux/ |
D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/linux-6.1.9/include/linux/ |
D | intel-ish-client-if.h | 19 typedef __printf(2, 3) void (*ishtp_print_log)(struct ishtp_device *dev, typedef
|
D | compiler_attributes.h | 167 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
|
D | kdb.h | 181 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef
|
/linux-6.1.9/tools/virtio/linux/ |
D | kernel.h | 49 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf.c | 69 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|