Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c70 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 Dmain.c49 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 Derr.h11 #define eprintf(...) fprintf(stderr, __VA_ARGS__) macro
H A Dpdb.c280 eprintf("Failed to map PDB file \'%s\'\n", name); in pdb_init_from_file()
/openbmc/linux/tools/perf/util/
H A Ddebug.h22 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 Ddebug.c89 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
141 eprintf(1, verbose, "\n"); in pr_stat()
H A Dordered-events.c14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
H A Dpython.c196 int eprintf(int level, int var, const char *fmt, ...);
198 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
H A Ddata-convert-bt.c43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu.c158 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 Dmain.c145 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 Dsunxi_de2.c387 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 Dsunxi_display.c1299 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 Dstdio.h51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch52 + eprintf("Bad event type received in am_lfun", __FILE__, __LINE__);
/openbmc/u-boot/drivers/gpio/
H A Dpca953x.c273 eprintf("Error talking to chip at 0x%x\n", chip); in do_pca953x()
H A Dtca642x.c313 eprintf("Error talking to chip at 0x%x\n", chip); in do_tca642x()
/openbmc/u-boot/doc/
H A DREADME.console50 eprintf (to format and put a string to stderr)
/openbmc/u-boot/drivers/video/
H A Dfsl_dcu_fb.c453 eprintf("Cannot setup fb: Error reserving memory\n"); in fsl_dcu_fixedfb_setup()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1634 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()