/kernel/linux/linux-5.10/arch/x86/boot/ |
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()
|
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()
|
D | string.h | 26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
D | boot.h | 330 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
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()
|
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-5.10/arch/s390/boot/ |
D | string.c | 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()
|
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/arch/ia64/kernel/ |
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()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | procattr.c | 82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | fake_mem.c | 97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
|
/kernel/linux/linux-5.10/lib/ |
D | cmdline.c | 129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
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()
|
/kernel/linux/linux-5.10/drivers/pnp/ |
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()
|
/kernel/linux/linux-5.10/drivers/xen/ |
D | xen-balloon.c | 172 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | early_printk.c | 177 baud = simple_strtoull(s, &e, 0); in early_serial_init()
|
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()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
D | xpram.c | 284 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_quota2.c | 115 e->quota = simple_strtoull(buf, NULL, 0); in quota_proc_write()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | sclp_cpi_sys.c | 335 level = simple_strtoull(buf, &endp, 16); in system_level_store()
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 102 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 105 simple_strtoul(), e simple_strtoull() ignorano volutamente
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | yurex.c | 476 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
D | kaslr.c | 253 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | deprecated.rst | 97 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 100 simple_strtoul(), and simple_strtoull() functions
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | rtas-proc.c | 272 *val = simple_strtoull(buf, &end, 10); in parse_number()
|