Searched refs:va_start (Results 1 - 25 of 53) sorted by relevance

123

/u-boot/tools/gdb/
H A Derror.c22 va_start(args, fmt);
36 va_start(args, fmt);
54 va_start(args, fmt);
/u-boot/lib/
H A Dpanic.c45 va_start(args, fmt);
H A Dtpm-common.c29 va_start(args, format);
91 va_start(args, format);
H A Dtiny-printf.c351 va_start(va, fmt);
370 va_start(va, fmt);
403 va_start(va, fmt);
H A Dvsprintf.c766 va_start(args, fmt);
778 va_start(args, fmt);
808 va_start(args, fmt);
820 va_start(args, fmt);
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c156 u64 va_start = 0; local
171 if (va_start >= CFG_SYS_PCIE1_VIRT_ADDR &&
172 va_start < (CFG_SYS_PCIE1_VIRT_ADDR +
175 CFG_SYS_PCIE1_PHYS_BASE + va_start,
178 else if (va_start >= CFG_SYS_PCIE2_VIRT_ADDR &&
179 va_start < (CFG_SYS_PCIE2_VIRT_ADDR +
182 CFG_SYS_PCIE2_PHYS_BASE + va_start,
186 va_start,
188 va_start += BLOCK_SIZE_L2;
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand_compat.c34 va_start(ap, fmt);
/u-boot/test/
H A Dut.c35 va_start(args, fmt);
74 va_start(args, fmt);
95 va_start(args, fmt);
130 va_start(args, fmt);
157 va_start(args, fmt);
/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c49 va_start(ap, message);
H A Davb_util.c338 va_start(ap, str);
/u-boot/common/
H A Dcli_hush_modern.c106 va_start(args, format);
123 va_start(p, s);
H A Dlog_syslog.c22 va_start(args, fmt);
H A Dcli.c179 va_start(args, fmt);
H A Dlog.c273 va_start(args, fmt);
281 va_start(args, fmt);
/u-boot/scripts/dtc/
H A Dutil.h45 va_start(ap, str);
H A Ddtc-lexer.l307 va_start(ap, fmt);
H A Dsrcpos.c288 va_start(va, fmt);
H A Dutil.c62 va_start(ap, fmt);
/u-boot/drivers/fastboot/
H A Dfb_common.c49 va_start(args, format);
/u-boot/scripts/kconfig/
H A Dutil.c71 va_start(ap, fmt);
H A Dzconf.y606 va_start(ap, err);
618 va_start(ap, err);
/u-boot/lib/efi_selftest/
H A Defi_selftest_console.c175 va_start(args, fmt);
/u-boot/scripts/basic/
H A Dfixdep.c120 va_start(ap, format);
/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c71 va_start(ap, flag);
/u-boot/cmd/
H A Dprintf.c143 va_start(args, format);

Completed in 302 milliseconds

123