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