| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/ |
| H A D | memtester.c | 175 if (strict_strtoul(argv[1], 0, &arg[0]) < 0) in do_memtester() 179 if (strict_strtoul(argv[2], 0, &arg[1]) < 0) in do_memtester() 183 if (strict_strtoul(argv[3], 0, &testenable) < 0) in do_memtester() 187 if (strict_strtoul(argv[4], 0, &err_exit) < 0) in do_memtester() 191 if (strict_strtoul(argv[5], 0, &fix_bit) < 0) in do_memtester() 195 if (strict_strtoul(argv[6], 0, &fix_level) < 0) in do_memtester() 199 if (strict_strtoul(argv[7], 0, &loops) < 0) in do_memtester()
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | common.c | 59 strict_strtoul(p, 16, &rootfssize); in set_km_env() 224 rc = strict_strtoul(p, 16, &ivmbid); in do_checkboardidhwk() 231 rc = strict_strtoul(p, 16, &ivmhwkey); in do_checkboardidhwk() 241 rc = strict_strtoul(p, 16, &envbid); in do_checkboardidhwk() 244 rc = strict_strtoul(p, 16, &envhwkey); in do_checkboardidhwk()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | _exports.h | 38 EXPORT_FUNC(strict_strtoul, int, strict_strtoul,
|
| H A D | exports.h | 28 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res);
|
| H A D | vsprintf.h | 41 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ethsw.c | 775 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_port() 799 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_vlan() 818 if (strict_strtoul(argv[*argc_nr + 2], 10, &val) != -EINVAL) { in keyword_match_vlan() 841 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_pvid() 892 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_aggr()
|
| H A D | mem.c | 880 if (strict_strtoul(argv[1], 16, &start) < 0) in do_mem_mtest() 884 if (strict_strtoul(argv[2], 16, &end) < 0) in do_mem_mtest() 888 if (strict_strtoul(argv[3], 16, &pattern) < 0) in do_mem_mtest() 892 if (strict_strtoul(argv[4], 16, &iteration_limit) < 0) in do_mem_mtest()
|
| H A D | pxe.c | 254 if (strict_strtoul(tftp_filesize, 16, &config_file_size) < 0) in get_pxe_file() 385 err = strict_strtoul(pxefile_addr_str, 16, in do_pxe_get() 434 if (strict_strtoul(envaddr, 16, &file_addr) < 0) in get_relfile_envaddr() 1586 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_pxe_boot() 1693 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_sysboot()
|
| H A D | net.c | 328 if (strict_strtoul(argv[1], 16, &save_addr) < 0 || in netboot_common() 329 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
|
| H A D | elf.c | 165 if (argc >= 1 && strict_strtoul(argv[0], 16, &addr) != -EINVAL) { in do_bootelf()
|
| H A D | cros_ec.c | 291 strict_strtoul(buf, 16, &result); in do_cros_ec()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | vid.c | 381 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 565 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 669 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_override()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | strto.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.su | |
| H A D | strto.c | 53 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res) in strict_strtoul() function
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/ |
| H A D | stressapptest.c | 1161 if (strict_strtoul(argv[1], 0, &test_time_sec) < 0) in do_stressapptest() 1167 if (strict_strtoul(argv[2], 0, &sat.total_test_size_mb) < 0) in do_stressapptest() 1173 if (strict_strtoul(argv[3], 0, &sat.total_start_addr) < 0) in do_stressapptest() 1179 if (strict_strtoul(argv[4], 0, &page_size_kb) < 0) in do_stressapptest()
|
| /OK3568_Linux_fs/external/dpdk/pcie/igb_uio/ |
| H A D | compat.h | 62 #define kstrtoul strict_strtoul
|
| /OK3568_Linux_fs/u-boot/board/freescale/t4qds/ |
| H A D | t4240qds.c | 270 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 876 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_adjust()
|
| /OK3568_Linux_fs/u-boot/board/Synology/ds414/ |
| H A D | cmd_syno.c | 108 if (strict_strtoul(csump, 10, &c) || c != csum) { in do_syno_populate()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/ |
| H A D | stm32_sdram.c | 270 strict_strtoul(bank_name, 10, in stm32_fmc_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/ddr_dq_eye/ |
| H A D | ddr_dq_eye.c | 212 if (strict_strtoul(argv[1], 0, &freq_mhz) < 0) in do_ddr_dq_eye()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 439 if (strict_strtoul(s, 16, &machid) < 0) { in boot_jump_linux()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 838 if (strict_strtoul(end, 10, &id) < 0) in of_alias_scan()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 81 if (!strict_strtoul(name + len, 10, &offset)) in dm_gpio_lookup_name()
|
| /OK3568_Linux_fs/u-boot/board/freescale/b4860qds/ |
| H A D | b4860qds.c | 200 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()
|