/kernel/linux/linux-5.10/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 | 115 * simple_strtoull - convert a string to an unsigned long long 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() 328 * Used as a replacement for the obsolete simple_strtoull. Return code must 365 * Used as a replacement for the simple_strtoull.
|
H A D | string.h | 26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
/kernel/linux/linux-6.6/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 | 115 * simple_strtoull - convert a string to an unsigned long long 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() 328 * Used as a replacement for the obsolete simple_strtoull. Return code must 365 * Used as a replacement for the simple_strtoull.
|
H A D | string.h | 28 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | string.c | 64 * simple_strtoull - convert a string to an unsigned long long 70 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function 99 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 101 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()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | string.c | 78 * simple_strtoull - convert a string to an unsigned long long 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()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | string.c | 65 * simple_strtoull - convert a string to an unsigned long long 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | string.c | 127 * simple_strtoull - convert a string to an unsigned long long 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 store_call_start() 142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
|
/kernel/linux/linux-6.6/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 store_call_start() 142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | procattr.c | 82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | procattr.c | 79 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | fake_mem.c | 97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
|
/kernel/linux/linux-5.10/lib/ |
H A D | cmdline.c | 129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kstrtox.h | 147 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | xen-balloon.c | 171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()
|