Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 14 of 14) 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/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/u-boot/include/
H A Dstdio.h51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
/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/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/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0002-compiler-rt-support-a-new-embedded-linux-target.patch110 +# + eprintf is obsolete anyway