/openbmc/u-boot/board/keymile/common/ |
H A D | common.c | 58 strict_strtoul(p, 16, &rootfssize); in set_km_env() 223 rc = strict_strtoul(p, 16, &ivmbid); in do_checkboardidhwk() 230 rc = strict_strtoul(p, 16, &ivmhwkey); in do_checkboardidhwk() 240 rc = strict_strtoul(p, 16, &envbid); in do_checkboardidhwk() 243 rc = strict_strtoul(p, 16, &envhwkey); in do_checkboardidhwk()
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | dramtest.c | 165 if (strict_strtoul(argv[3], 16, &length) < 0) in do_ast_dramtest() 168 if (strict_strtoul(argv[2], 10, &block) < 0) in do_ast_dramtest() 171 if (strict_strtoul(argv[1], 10, &Testcounter) < 0) in do_ast_dramtest()
|
/openbmc/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 | 40 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res);
|
/openbmc/u-boot/cmd/ |
H A D | tpm-v2.c | 255 if (strict_strtoul(argv[1], 0, &max_tries)) in do_tpm_dam_parameters() 258 if (strict_strtoul(argv[2], 0, &recovery_time)) in do_tpm_dam_parameters() 261 if (strict_strtoul(argv[3], 0, &lockout_recovery)) in do_tpm_dam_parameters()
|
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 | net.c | 229 if (strict_strtoul(argv[1], 16, &save_addr) < 0 || in netboot_common() 230 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
|
H A D | mem.c | 877 if (strict_strtoul(argv[1], 16, &start) < 0) in do_mem_mtest() 881 if (strict_strtoul(argv[2], 16, &end) < 0) in do_mem_mtest() 885 if (strict_strtoul(argv[3], 16, &pattern) < 0) in do_mem_mtest() 889 if (strict_strtoul(argv[4], 16, &iteration_limit) < 0) in do_mem_mtest()
|
H A D | pxe.c | 253 if (strict_strtoul(tftp_filesize, 16, &config_file_size) < 0) in get_pxe_file() 384 err = strict_strtoul(pxefile_addr_str, 16, in do_pxe_get() 433 if (strict_strtoul(envaddr, 16, &file_addr) < 0) in get_relfile_envaddr() 1633 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_pxe_boot() 1740 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_sysboot()
|
H A D | nvedit_efi.c | 260 if (strict_strtoul(data, 16, &hex_value) < 0) in append_value()
|
H A D | cros_ec.c | 286 strict_strtoul(buf, 16, &result); in do_cros_ec()
|
H A D | elf.c | 292 if (argc >= 1 && strict_strtoul(argv[0], 16, &addr) != -EINVAL) { in do_bootelf()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | vid.c | 546 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 744 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 851 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_override()
|
/openbmc/u-boot/lib/ |
H A D | strto.c | 53 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res) in strict_strtoul() function
|
/openbmc/u-boot/board/Synology/ds414/ |
H A D | cmd_syno.c | 106 if (strict_strtoul(csump, 10, &c) || c != csum) { in do_syno_populate()
|
/openbmc/u-boot/board/freescale/t4qds/ |
H A D | t4240qds.c | 269 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd() 875 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_adjust()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 376 if (strict_strtoul(s, 16, &machid) < 0) { in boot_jump_linux()
|
/openbmc/u-boot/drivers/ram/ |
H A D | stm32_sdram.c | 303 strict_strtoul(bank_name, 10, in stm32_fmc_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 780 if (strict_strtoul(end, 10, &id) < 0) in of_alias_scan()
|
/openbmc/u-boot/board/freescale/b4860qds/ |
H A D | b4860qds.c | 199 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 80 if (!strict_strtoul(name + len, 10, &offset)) in dm_gpio_lookup_name()
|