Home
last modified time | relevance | path

Searched refs:va_start (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c148 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 Derror.c88 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 Derror-report.c37 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 Dqemu-print.c39 va_start(ap, fmt); in qemu_printf()
66 va_start(ap, fmt); in qemu_fprintf()
/openbmc/u-boot/tools/gdb/
H A Derror.c22 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 Dsystem.c44 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 Dsystem.c43 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 Derror.h22 va_start(ap, format); in error()
48 va_start(ap, format); in error_at_line()
/openbmc/openpower-hw-diags/util/
H A Dtrace.hpp63 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 D0004-nss-disable-Wvarargs-with-clang.patch13 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 Dprintf.c17 #define va_start(ap, X) __builtin_va_start(ap, X) macro
56 va_start(ap, fmt); in ml_printf()
/openbmc/ipmitool/lib/
H A Dlog.c66 va_start(vptr, format); in lprintf()
88 va_start(vptr, format); in lperror()
/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/
H A D0001-Add-fcntl64-wrapper.patch24 +#include <stdarg.h> /* va_list, va_start, va_end */
37 + va_start(ap, cmd);
/openbmc/openpower-hw-diags/analyzer/
H A Dhei_user_interface.cpp137 va_start(args, format); in hei_inf()
148 va_start(args, format); in hei_err()
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c99 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 Dlibqmp.c206 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 Dvss-debug.cpp23 va_start(args, fmt); in qga_debug_internal()
/openbmc/phosphor-logging/lib/
H A Dsdjournal.cpp20 va_start(args, fmt); in journal_send()
/openbmc/qemu/tests/multiboot/
H A Dlibc.h44 #define va_start(ap, X) __builtin_va_start(ap, X) macro
/openbmc/u-boot/lib/
H A Dpanic.c42 va_start(args, fmt); in panic()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-spapr.c23 va_start(ap, cmdline_fmt); in qtest_spapr_boot()
H A Dlibqos-pc.c23 va_start(ap, cmdline_fmt); in qtest_pc_boot()
/openbmc/libcper/
H A Dlog.c24 va_start(ap, fmt); in cper_print_log()
/openbmc/qemu/fsdev/
H A D9p-marshal.c36 va_start(ap, fmt); in v9fs_string_sprintf()
/openbmc/u-boot/test/
H A Dut.c29 va_start(args, fmt); in ut_failf()

12345