/openbmc/linux/arch/x86/boot/ |
H A D | early_serial_console.c | 71 port = simple_strtoull(arg + pos, &e, 16); in parse_earlyprintk() 92 baud = simple_strtoull(arg + pos, &e, 0); in parse_earlyprintk() 133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250() 135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250() 140 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
|
H A D | string.c | 120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 148 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 150 return simple_strtoull(cp, endp, base); in simple_strtol()
|
H A D | string.h | 28 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
/openbmc/linux/arch/s390/boot/ |
H A D | string.c | 71 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function 100 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 102 return simple_strtoull(cp, endp, base); in simple_strtol()
|
H A D | pgm_check_info.c | 44 start = simple_strtoull(pivot, &endp, 16); in findsym() 45 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
|
H A D | ipl_parm.c | 234 val = simple_strtoull(str, &endp, 0); in modify_fac_list() 240 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | string.c | 133 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 161 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 163 return simple_strtoull(cp, endp, base); in simple_strtol()
|
H A D | gop.c | 45 m = simple_strtoull(option, &option, 0); in parse_modenum() 62 w = simple_strtoull(option, &option, 10); in parse_res() 65 h = simple_strtoull(option, &option, 10); in parse_res() 75 d = simple_strtoull(option, &option, 10); in parse_res()
|
/openbmc/linux/lib/ |
H A D | cmdline.c | 64 value = -simple_strtoull(++cur, str, 0); in get_option() 66 value = simple_strtoull(cur, str, 0); in get_option() 154 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
H A D | test_scanf.c | 723 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 10); in test_simple_strtoull() 724 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0); in test_simple_strtoull() 725 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16); in test_simple_strtoull() 726 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16); in test_simple_strtoull() 727 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0); in test_simple_strtoull()
|
/openbmc/u-boot/cmd/ |
H A D | unzip.c | 65 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite() 67 szexpected = simple_strtoull(argv[7], in do_gzwrite()
|
H A D | fdt.c | 570 addr = simple_strtoull(argv[2], NULL, 16); in do_fdt() 571 size = simple_strtoull(argv[3], NULL, 16); in do_fdt() 603 addr = simple_strtoull(argv[3], NULL, 16); in do_fdt() 604 size = simple_strtoull(argv[4], NULL, 16); in do_fdt()
|
H A D | mem.c | 135 writeval = simple_strtoull(argv[2], NULL, 16); in do_mem_mw() 499 data = simple_strtoull(argv[3], NULL, 16); in do_mem_loopw() 1027 i = simple_strtoull(console_buffer, &endp, 16); in mod_mem()
|
H A D | ubi.c | 531 id = simple_strtoull(argv[5], NULL, 16); in do_ubi() 548 size = simple_strtoull(argv[3], NULL, 16); in do_ubi()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | err_inject.c | 71 name[cpu] = simple_strtoull(buf, NULL, 16); \ 85 unsigned long call_start = simple_strtoull(buf, NULL, 16); in show() 142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
|
/openbmc/u-boot/lib/ |
H A D | strto.c | 108 unsigned long long result = simple_strtoull(cp, endp, base); in ustrtoull() 127 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
|
H A D | uuid.c | 181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | cmds.c | 27 src_addr = simple_strtoull(argv[2], NULL, 16); in do_zynqmp_verify_secure() 31 key_ptr = (uint8_t *)(uintptr_t)simple_strtoull(argv[4], in do_zynqmp_verify_secure()
|
/openbmc/u-boot/include/ |
H A D | vsprintf.h | 41 unsigned long long simple_strtoull(const char *cp, char **endp,
|
/openbmc/linux/security/apparmor/ |
H A D | procattr.c | 79 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | if.c | 127 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write() 133 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
|
/openbmc/linux/drivers/pnp/ |
H A D | interface.c | 320 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value() 325 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | utils.c | 192 serial = simple_strtoull(serial_string, NULL, 16); in omap_die_id_get_board_serial()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | fake_mem.c | 100 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 1562 mc_fw_addr = simple_strtoull(argv[3], NULL, 16); in do_fsl_mc() 1563 mc_dpc_addr = simple_strtoull(argv[4], NULL, in do_fsl_mc() 1580 aiop_fw_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc() 1610 mc_dpl_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
|