| /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 | 112 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 140 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 142 return simple_strtoull(cp, endp, base); in simple_strtol()
|
| H A D | string.h | 27 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
| H A D | boot.h | 308 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
|
| /linux/arch/s390/boot/ |
| H A D | alternative.c | 66 val = simple_strtoull(str, &endp, 0); in alt_debug_parse() 72 endval = simple_strtoull(str, &endp, 0); in alt_debug_parse() 121 type = simple_strtoull(str, &endp, 0); in alt_debug_setup()
|
| H A D | string.c | 99 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function 128 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 130 return simple_strtoull(cp, endp, base); in simple_strtol()
|
| H A D | ipl_parm.c | 223 val = simple_strtoull(str, &endp, 0); in modify_fac_list() 229 endval = simple_strtoull(str, &endp, 0); in modify_fac_list() 320 boot_console_loglevel = simple_strtoull(val, NULL, 10); in parse_boot_command_line()
|
| H A D | printk.c | 136 start = simple_strtoull(pivot, &endp, 16); in findsym() 137 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
|
| /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()
|
| /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()
|
| /linux/lib/tests/ |
| H A D | scanf_kunit.c | 715 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 10); in test_simple_strtoull() 716 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0); in test_simple_strtoull() 717 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16); in test_simple_strtoull() 718 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16); in test_simple_strtoull() 719 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0); in test_simple_strtoull()
|
| /linux/security/apparmor/ |
| H A D | procattr.c | 81 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | if.c | 125 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write() 131 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
|
| /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()
|
| /linux/drivers/xen/ |
| H A D | xen-balloon.c | 171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()
|
| /linux/include/linux/ |
| H A D | kstrtox.h | 148 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
|
| /linux/drivers/s390/char/ |
| H A D | sclp_cpi_sys.c | 335 level = simple_strtoull(buf, &endp, 16); in system_level_store()
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 186 baud = simple_strtoull(s, &e, 0); in early_serial_init()
|
| H A D | e820.c | 955 from = simple_strtoull(p + 1, &p, 0); in parse_memmap_one() 957 to = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
|
| /linux/drivers/usb/misc/ |
| H A D | yurex.c | 480 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 222 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | deprecated.rst | 121 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 124 simple_strtoul(), e simple_strtoull() ignorano volutamente
|
| /linux/Documentation/process/ |
| H A D | deprecated.rst | 112 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 115 simple_strtoul(), and simple_strtoull() functions
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | deprecated.rst | 120 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 123 simple_strtoull() explícitamente ignoran los desbordamientos, lo que puede
|