/u-boot/lib/efi_selftest/ |
A D | efi_selftest_util.c | 105 int efi_st_strcmp_16_8(const u16 *buf1, const char *buf2) in efi_st_strcmp_16_8() argument 107 for (; *buf1 || *buf2; ++buf1, ++buf2) { in efi_st_strcmp_16_8() 108 if (*buf1 != *buf2) in efi_st_strcmp_16_8() 109 return *buf1 - *buf2; in efi_st_strcmp_16_8()
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | cpu.c | 86 char buf1[32], buf2[32], buf3[32]; in print_cpuinfo() local 92 strmhz(buf2, gd->bus_clk), in print_cpuinfo() 97 strmhz(buf2, gd->arch.inp_clk), in print_cpuinfo() 102 strmhz(buf2, gd->arch.vco_clk)); in print_cpuinfo()
|
/u-boot/arch/m68k/cpu/mcf5227x/ |
A D | cpu.c | 52 char buf1[32], buf2[32], buf3[32]; in print_cpuinfo() local 58 strmhz(buf2, gd->bus_clk), in print_cpuinfo() 62 strmhz(buf2, gd->arch.vco_clk)); in print_cpuinfo()
|
/u-boot/test/lib/ |
A D | string.c | 135 u8 buf2[BUFLEN]; in lib_memcpy() local 144 init_buffer(buf2, 0); in lib_memcpy() 145 ptr = memcpy(buf2 + offset2, buf1 + offset1, in lib_memcpy() 147 ut_asserteq_ptr(buf2 + offset2, (u8 *)ptr); in lib_memcpy() 148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
|
/u-boot/env/ |
A D | common.c | 146 const char *buf2, int buf2_read_fail) in env_check_redund() argument 152 tmp_env2 = (env_t *)buf2; in env_check_redund() 200 const char *buf2, int buf2_read_fail, in env_import_redund() argument 206 ret = env_check_redund(buf1, buf1_read_fail, buf2, buf2_read_fail); in env_import_redund() 214 return env_import((char *)buf2, 1, flags); in env_import_redund() 223 ep = (env_t *)buf2; in env_import_redund()
|
/u-boot/arch/m68k/cpu/mcf523x/ |
A D | cpu.c | 52 char buf1[32], buf2[32]; in print_cpuinfo() local 58 strmhz(buf2, gd->bus_clk)); in print_cpuinfo()
|
/u-boot/tools/gdb/ |
A D | remote.c | 636 char *buf2 = alloca (PBUFSIZ); local 649 p = buf2; 671 fputstrn_unfiltered (buf2, p - buf2, 0, gdb_stdlog); 675 if (SERIAL_WRITE (remote_desc, buf2, p - buf2))
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | cpu.c | 88 char buf1[32], buf2[32]; in print_cpuinfo() local 93 strmhz(buf2, gd->bus_clk)); in print_cpuinfo()
|
/u-boot/arch/m68k/cpu/mcf532x/ |
A D | cpu.c | 92 char buf1[32], buf2[32]; in print_cpuinfo() local 98 strmhz(buf2, gd->bus_clk)); in print_cpuinfo()
|
/u-boot/include/ |
A D | env.h | 337 const char *buf2, int buf2_read_fail); 350 const char *buf2, int buf2_read_fail,
|
A D | efi_selftest.h | 128 int efi_st_strcmp_16_8(const u16 *buf1, const char *buf2);
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cpu.c | 54 char buf1[32], buf2[32]; in checkcpu() local 200 strmhz(buf2, sysinfo.freq_ddrbus)); in checkcpu() 205 strmhz(buf2, sysinfo.freq_ddrbus)); in checkcpu() 212 strmhz(buf2, sysinfo.freq_ddrbus)); in checkcpu() 218 strmhz(buf2, sysinfo.freq_ddrbus)); in checkcpu() 224 strmhz(buf2, sysinfo.freq_ddrbus)); in checkcpu()
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | cpu.c | 41 char buf1[32], buf2[32]; in checkcpu() local 84 strmhz(buf2, sysinfo.freq_systembus)); in checkcpu()
|
/u-boot/drivers/mtd/ubi/ |
A D | crc32.c | 486 unsigned char buf2[SIZE + 4]; in main() local 495 random_garbage(buf2, i); in main() 497 buf3[j] = buf1[j] ^ buf2[j]; in main() 500 crc2 = test_step(INIT2, buf2, i); in main()
|
/u-boot/cmd/ |
A D | mem.c | 247 const void *buf1, *buf2, *base; in do_mem_cmp() local 271 buf2 = map_sysmem(addr2, bytes); in do_mem_cmp() 275 word2 = *(u32 *)buf2; in do_mem_cmp() 278 word2 = *(ulong *)buf2; in do_mem_cmp() 281 word2 = *(u16 *)buf2; in do_mem_cmp() 284 word2 = *(u8 *)buf2; in do_mem_cmp() 296 buf2 += size; in do_mem_cmp() 303 unmap_sysmem(buf2); in do_mem_cmp()
|
/u-boot/arch/m68k/cpu/mcf52x2/ |
A D | cpu.c | 47 char buf1[32], buf2[32]; in print_cpuinfo() local 52 strmhz(buf2, gd->bus_clk)); in print_cpuinfo()
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | cpu.c | 237 char buf1[32], buf2[32]; in print_cpuinfo() local 276 strmhz(buf1, gd->mem_clk/2), strmhz(buf2, gd->mem_clk)); in print_cpuinfo()
|
/u-boot/fs/ubifs/ |
A D | recovery.c | 233 void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; in ubifs_recover_master_node() local 244 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node() 259 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node() 297 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node() 352 vfree(buf2); in ubifs_recover_master_node() 369 vfree(buf2); in ubifs_recover_master_node()
|