/openbmc/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 70 eprintf("Failed to find PT_NOTE\n"); in init_states() 107 eprintf("CPU #%u: QEMU CPU state size %u doesn't match\n", in init_states() 138 eprintf("Invalid input dump file size\n"); in check_ehdr() 143 eprintf("Invalid ELF signature, input file is not ELF\n"); in check_ehdr() 149 eprintf("Invalid ELF class or byte order, must be 64-bit LE\n"); in check_ehdr() 154 eprintf("Invalid ELF version\n"); in check_ehdr() 159 eprintf("Invalid input dump architecture, only x86_64 is supported\n"); in check_ehdr() 164 eprintf("Invalid ELF type, must be core file\n"); in check_ehdr() 173 eprintf("Invalid number of ELF program headers\n"); in check_ehdr() 180 eprintf("phdrs do not fit in file\n"); in check_ehdr() [all …]
|
H A D | main.c | 49 eprintf("Failed to resolve "#s"\n"), s) 81 eprintf("Failed to extract KDBG header\n"); in get_kdbg() 114 eprintf("Failed to decode KDBG header\n"); in get_kdbg() 122 eprintf("Failed to extract entire KDBG\n"); in get_kdbg() 287 eprintf("Failed to extract KdVersionBlock\n"); in fill_header() 354 eprintf("Failed to read CPU #%d PRCB location\n", i); in fill_context() 359 eprintf("Context for CPU #%d is missing\n", i); in fill_context() 365 eprintf("Failed to read CPU #%d ContextFrame location\n", i); in fill_context() 373 eprintf("Failed to fill CPU #%d context\n", i); in fill_context() 423 eprintf("Failed to open output file \'%s\'\n", name); in write_dump() [all …]
|
H A D | err.h | 11 #define eprintf(...) fprintf(stderr, __VA_ARGS__) macro
|
H A D | pdb.c | 280 eprintf("Failed to map PDB file \'%s\'\n", name); in pdb_init_from_file()
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.h | 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 75 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4);
|
H A D | debug.c | 89 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function 141 eprintf(1, verbose, "\n"); in pr_stat()
|
H A D | ordered-events.c | 14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
|
H A D | python.c | 196 int eprintf(int level, int var, const char *fmt, ...); 198 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
|
H A D | data-convert-bt.c | 43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu.c | 158 eprintf("Cannot setup simplefb: node not found\n"); in meson_vpu_setup_simplefb() 177 eprintf("Cannot setup simplefb: Error reserving memory\n"); in meson_vpu_setup_simplefb() 185 eprintf("Cannot setup simplefb: Error setting properties\n"); in meson_vpu_setup_simplefb()
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 145 static int eprintf(int level, int var, const char *fmt, ...) in eprintf() function 163 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 165 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 168 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 170 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_de2.c | 387 eprintf("Cannot setup simplefb: node not found\n"); in sunxi_simplefb_setup() 395 eprintf("Cannot setup simplefb: Error reserving memory\n"); in sunxi_simplefb_setup() 404 eprintf("Cannot setup simplefb: Error setting properties\n"); in sunxi_simplefb_setup()
|
H A D | sunxi_display.c | 1299 eprintf("Cannot setup simplefb: node not found\n"); 1313 eprintf("Cannot setup simplefb: Error reserving memory\n"); 1321 eprintf("Cannot setup simplefb: Error setting properties\n");
|
/openbmc/u-boot/include/ |
H A D | stdio.h | 51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
|
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/ |
H A D | automake-output.patch | 52 + eprintf("Bad event type received in am_lfun", __FILE__, __LINE__);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca953x.c | 273 eprintf("Error talking to chip at 0x%x\n", chip); in do_pca953x()
|
H A D | tca642x.c | 313 eprintf("Error talking to chip at 0x%x\n", chip); in do_tca642x()
|
/openbmc/u-boot/doc/ |
H A D | README.console | 50 eprintf (to format and put a string to stderr)
|
/openbmc/u-boot/drivers/video/ |
H A D | fsl_dcu_fb.c | 453 eprintf("Cannot setup fb: Error reserving memory\n"); in fsl_dcu_fixedfb_setup()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1634 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()
|