Searched refs:eprintf (Results 1 – 14 of 14) sorted by relevance
| /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/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/u-boot/include/ |
| H A D | stdio.h | 51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
|
| /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/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/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0002-compiler-rt-support-a-new-embedded-linux-target.patch | 110 +# + eprintf is obsolete anyway
|