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