| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | cpu.c | 148 u64 va_start = 0; in mmu_setup() local 163 if (va_start >= CONFIG_SYS_PCIE1_VIRT_ADDR && in mmu_setup() 164 va_start < (CONFIG_SYS_PCIE1_VIRT_ADDR + in mmu_setup() 167 CONFIG_SYS_PCIE1_PHYS_BASE + va_start, in mmu_setup() 170 else if (va_start >= CONFIG_SYS_PCIE2_VIRT_ADDR && in mmu_setup() 171 va_start < (CONFIG_SYS_PCIE2_VIRT_ADDR + in mmu_setup() 174 CONFIG_SYS_PCIE2_PHYS_BASE + va_start, in mmu_setup() 178 va_start, in mmu_setup() 180 va_start += BLOCK_SIZE_L2; in mmu_setup()
|
| /openbmc/qemu/util/ |
| H A D | error.c | 88 va_start(ap, fmt); in error_set_internal() 99 va_start(ap, fmt); in error_setg_internal() 111 va_start(ap, fmt); in error_setg_errno_internal() 146 va_start(ap, fmt); in error_prepend() 166 va_start(ap, fmt); in error_append_hint() 190 va_start(ap, fmt); in error_setg_win32_internal() 260 va_start(ap, fmt); in error_reportf_err() 271 va_start(ap, fmt); in warn_reportf_err() 309 va_start(ap, fmt); in error_propagate_prepend()
|
| H A D | error-report.c | 37 va_start(ap, fmt); in error_printf() 265 va_start(ap, fmt); in error_report() 280 va_start(ap, fmt); in warn_report() 296 va_start(ap, fmt); in info_report() 315 va_start(ap, fmt); in error_report_once_cond() 335 va_start(ap, fmt); in warn_report_once_cond()
|
| H A D | qemu-print.c | 39 va_start(ap, fmt); in qemu_printf() 66 va_start(ap, fmt); in qemu_fprintf()
|
| /openbmc/u-boot/tools/gdb/ |
| H A D | error.c | 22 va_start(args, fmt); in Warning() 36 va_start(args, fmt); in Error() 54 va_start(args, fmt); in Perror()
|
| /openbmc/phosphor-mboxd/test/ |
| H A D | system.c | 44 va_start(ap, request); in ioctl() 55 va_start(ap, request); in ioctl() 75 va_start(ap, request); in ioctl()
|
| /openbmc/hiomapd/test/ |
| H A D | system.c | 43 va_start(ap, request); in ioctl() 54 va_start(ap, request); in ioctl() 74 va_start(ap, request); in ioctl()
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/ |
| H A D | error.h | 22 va_start(ap, format); in error() 48 va_start(ap, format); in error_at_line()
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | trace.hpp | 63 va_start(args, format); in inf() 72 va_start(args, format); in err()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | 0004-nss-disable-Wvarargs-with-clang.patch | 13 ocsp.c:2220:22: error: passing an object that undergoes default argument promotion to 'va_start' ha… 14 va_start(ap, responseType0); 20 …ing.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+correct+type+to+va_start
|
| /openbmc/qemu/tests/tcg/minilib/ |
| H A D | printf.c | 17 #define va_start(ap, X) __builtin_va_start(ap, X) macro 56 va_start(ap, fmt); in ml_printf()
|
| /openbmc/ipmitool/lib/ |
| H A D | log.c | 66 va_start(vptr, format); in lprintf() 88 va_start(vptr, format); in lperror()
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/ |
| H A D | 0001-Add-fcntl64-wrapper.patch | 24 +#include <stdarg.h> /* va_list, va_start, va_end */ 37 + va_start(ap, cmd);
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | hei_user_interface.cpp | 137 va_start(args, format); in hei_inf() 148 va_start(args, format); in hei_err()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-bus-helper.c | 99 va_start(ap, fmt); in xs_node_printf() 135 va_start(ap, fmt); in xs_node_scanf() 149 va_start(ap, path_fmt); in xs_node_read()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqmp.c | 206 va_start(ap, fmt); in qmp_fd() 216 va_start(ap, fmt); in qmp_fd_send() 237 va_start(ap, fmt); in qmp_fd_send_raw()
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | vss-debug.cpp | 23 va_start(args, fmt); in qga_debug_internal()
|
| /openbmc/phosphor-logging/lib/ |
| H A D | sdjournal.cpp | 20 va_start(args, fmt); in journal_send()
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | libc.h | 44 #define va_start(ap, X) __builtin_va_start(ap, X) macro
|
| /openbmc/u-boot/lib/ |
| H A D | panic.c | 42 va_start(args, fmt); in panic()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | libqos-spapr.c | 23 va_start(ap, cmdline_fmt); in qtest_spapr_boot()
|
| H A D | libqos-pc.c | 23 va_start(ap, cmdline_fmt); in qtest_pc_boot()
|
| /openbmc/libcper/ |
| H A D | log.c | 24 va_start(ap, fmt); in cper_print_log()
|
| /openbmc/qemu/fsdev/ |
| H A D | 9p-marshal.c | 36 va_start(ap, fmt); in v9fs_string_sprintf()
|
| /openbmc/u-boot/test/ |
| H A D | ut.c | 29 va_start(args, fmt); in ut_failf()
|