| /OK3568_Linux_fs/kernel/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 | 26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | string.c | 84 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 112 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 114 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()
|
| /OK3568_Linux_fs/kernel/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 | ipl_parm.c | 206 val = simple_strtoull(str, &endp, 0); in modify_fac_list() 212 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | unzip.c | 66 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite() 68 szexpected = simple_strtoull(argv[7], in do_gzwrite()
|
| H A D | fdt.c | 532 addr = simple_strtoull(argv[2], NULL, 16); in do_fdt() 533 size = simple_strtoull(argv[3], NULL, 16); in do_fdt() 565 addr = simple_strtoull(argv[3], NULL, 16); in do_fdt() 566 size = simple_strtoull(argv[4], NULL, 16); in do_fdt()
|
| H A D | mem.c | 137 writeval = simple_strtoull(argv[2], NULL, 16); in do_mem_mw() 502 data = simple_strtoull(argv[3], NULL, 16); in do_mem_loopw() 1030 i = simple_strtoull(console_buffer, &endp, 16); in mod_mem()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 110 unsigned long long result = simple_strtoull(cp, endp, base); in ustrtoull() 131 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
|
| H A D | strto.su | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | strto.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | vsprintf.h | 42 unsigned long long simple_strtoull(const char *cp, char **endp,
|
| /OK3568_Linux_fs/u-boot/board/rockchip/gva_rk3229/ |
| H A D | gva_rk3229.c | 100 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | procattr.c | 82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | fake_mem.c | 97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | cmdline.c | 129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | interface.c | 319 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value() 324 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | mc.c | 1423 mc_fw_addr = simple_strtoull(argv[3], NULL, 16); in do_fsl_mc() 1424 mc_dpc_addr = simple_strtoull(argv[4], NULL, in do_fsl_mc() 1441 aiop_fw_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc() 1471 mc_dpl_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/ |
| H A D | evb-rk3399.c | 183 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | utils.c | 188 serial = simple_strtoull(serial_string, NULL, 16); in omap_die_id_get_board_serial()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 202 simple_strtoull
|