/openbmc/u-boot/cmd/ |
H A D | test.c | 116 expr = simple_strtol(ap[0], NULL, 10) == in do_test() 117 simple_strtol(ap[2], NULL, 10); in do_test() 120 expr = simple_strtol(ap[0], NULL, 10) != in do_test() 121 simple_strtol(ap[2], NULL, 10); in do_test() 124 expr = simple_strtol(ap[0], NULL, 10) < in do_test() 125 simple_strtol(ap[2], NULL, 10); in do_test() 128 expr = simple_strtol(ap[0], NULL, 10) <= in do_test() 129 simple_strtol(ap[2], NULL, 10); in do_test() 132 expr = simple_strtol(ap[0], NULL, 10) > in do_test() 133 simple_strtol(ap[2], NULL, 10); in do_test() [all …]
|
H A D | yaffs2.c | 49 cmd_yaffs_tracemask(1, simple_strtol(argv[1], NULL, 16)); in do_ytrace() 79 mtd_dev = simple_strtol(argv[2], NULL, 16); in do_ydevconfig() 80 start_block = simple_strtol(argv[3], NULL, 16); in do_ydevconfig() 81 end_block = simple_strtol(argv[4], NULL, 16); in do_ydevconfig()
|
H A D | fpga.c | 23 dev = simple_strtol(devstr, NULL, 16); in do_fpga_get_device() 26 dev = simple_strtol(arg, NULL, 16); in do_fpga_get_device() 48 local_fpga_data = simple_strtol(argv[1], NULL, 16); in do_fpga_check_params()
|
H A D | wol.c | 22 wol_set_timeout(simple_strtol(argv[1], NULL, 10) * 1000); in do_wol()
|
H A D | mdio.c | 28 *plo = simple_strtol(input, &end, 16); in extract_range() 33 *phi = simple_strtol(end, NULL, 16); in extract_range()
|
/openbmc/u-boot/common/ |
H A D | splash.c | 71 *x = simple_strtol(s, NULL, 0); in splash_get_pos() 78 *y = simple_strtol(s + 1, NULL, 0); in splash_get_pos()
|
H A D | bootretry.c | 28 retry_time = (int)simple_strtol(s, NULL, 10); in bootretry_init_cmd_timeout()
|
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board.c | 116 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup() 166 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex() 168 unitrd_fixup = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex()
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 1114 p_eng->arg.user_def_val = simple_strtol(argv[9], NULL, 16); in parse_arg_dedicated() 1116 p_eng->arg.delay_scan_range = simple_strtol(argv[8], NULL, 10); in parse_arg_dedicated() 1119 p_eng->arg.phy_addr = simple_strtol(argv[7], NULL, 10); in parse_arg_dedicated() 1121 p_eng->arg.test_mode = simple_strtol(argv[6], NULL, 16); in parse_arg_dedicated() 1124 p_eng->arg.loop_max = simple_strtol(argv[5], NULL, 10); in parse_arg_dedicated() 1130 p_eng->arg.ctrl.w = simple_strtol(argv[4], NULL, 16); in parse_arg_dedicated() 1133 p_eng->arg.run_speed = simple_strtol(argv[3], NULL, 16); in parse_arg_dedicated() 1136 p_eng->arg.mdio_idx = simple_strtol(argv[2], NULL, 10); in parse_arg_dedicated() 1147 p_eng->arg.GARPNumCnt = simple_strtol(argv[7], NULL, 10); in parse_arg_ncsi() 1149 p_eng->arg.ctrl.w = simple_strtol(argv[6], NULL, 16); in parse_arg_ncsi() [all …]
|
/openbmc/u-boot/board/compulab/common/ |
H A D | eeprom.c | 239 int num = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 247 int remainder = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 357 unsigned char day = (unsigned char)simple_strtol(tok1, &endptr, 0); in eeprom_field_update_date() 368 unsigned int year = simple_strtol(tok3, &endptr, 0); in eeprom_field_update_date()
|
/openbmc/u-boot/include/ |
H A D | _exports.h | 40 EXPORT_FUNC(simple_strtol, long, simple_strtol,
|
H A D | vsprintf.h | 43 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
H A D | exports.h | 31 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
/openbmc/u-boot/net/ |
H A D | tftp.c | 633 tftp_block_size_option = simple_strtol(ep, NULL, 10); in tftp_start() 637 timeout_ms = simple_strtol(ep, NULL, 10); in tftp_start() 647 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start() 747 tftp_remote_port = simple_strtol(ep, NULL, 10); in tftp_start() 750 tftp_our_port = simple_strtol(ep, NULL, 10); in tftp_start()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_kdb.c | 107 skip_entries = simple_strtol(argv[1], &cp, 0); in kdb_ftdump() 113 cpu_file = simple_strtol(argv[2], &cp, 0); in kdb_ftdump()
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | work_92105_display.c | 328 hd44780_instruction(simple_strtol(argv[2], NULL, 0)); in do_hd44780() 330 hd44780_write_char(simple_strtol(argv[2], NULL, 0)); in do_hd44780()
|
/openbmc/linux/drivers/misc/ |
H A D | kgdbts.c | 399 int go_back = simple_strtol(arg, NULL, 10); in skip_back_repeat_test() 995 clone_test = simple_strtol(ptr + 1, NULL, 10); in kgdbts_run_tests() 998 do_sys_open_test = simple_strtol(ptr + 1, NULL, 10); in kgdbts_run_tests() 1001 nmi_sleep = simple_strtol(ptr+1, NULL, 10); in kgdbts_run_tests() 1004 sstep_test = simple_strtol(ptr+1, NULL, 10); in kgdbts_run_tests()
|
/openbmc/linux/lib/ |
H A D | parser.c | 79 simple_strtol(s, &args[argc].to, 0); in match_one() 148 val = simple_strtol(buf, &endp, base); in match_number()
|
H A D | test_scanf.c | 750 test_simple_strtoxx(long, simple_strtol, "%ld", 10); in test_simple_strtol() 751 test_simple_strtoxx(long, simple_strtol, "%ld", 0); in test_simple_strtol() 752 test_simple_strtoxx(long, simple_strtol, "%lx", 16); in test_simple_strtol() 753 test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); in test_simple_strtol() 754 test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); in test_simple_strtol()
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | keystone.c | 51 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
|
/openbmc/linux/crypto/ |
H A D | fips.c | 26 fips_enabled = !!simple_strtol(str, NULL, 0); in fips_enable()
|
/openbmc/linux/arch/um/kernel/ |
H A D | exitcode.c | 50 tmp = simple_strtol(buf, &end, 0); in exitcode_proc_write()
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.h | 30 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
/openbmc/linux/arch/s390/boot/ |
H A D | string.c | 97 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 47 val = simple_strtol(p, NULL, base); in sh_check_cmd_arg()
|