Home
last modified time | relevance | path

Searched refs:simple_strtoull (Results 1 – 21 of 21) sorted by relevance

/linux/arch/x86/boot/
H A Dearly_serial_console.c71 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 Dstring.c112 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()
/linux/drivers/firmware/efi/libstub/
H A Dstring.c133 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 Dgop.c46 m = simple_strtoull(option, &option, 0); in parse_modenum()
63 w = simple_strtoull(option, &option, 10); in parse_res()
66 h = simple_strtoull(option, &option, 10); in parse_res()
76 d = simple_strtoull(option, &option, 10); in parse_res()
/linux/lib/
H A Dcmdline.c64 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 Dvsprintf.c111 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
115 EXPORT_SYMBOL(simple_strtoull);
127 return simple_strtoull(cp, endp, base); in simple_strtoul()
/linux/security/apparmor/
H A Dprocattr.c81 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/linux/drivers/pnp/
H A Dinterface.c320 *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 Dxen-balloon.c171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()
/linux/arch/x86/kernel/
H A Dearly_printk.c186 baud = simple_strtoull(s, &e, 0); in early_serial_init()
/linux/drivers/usb/misc/
H A Dyurex.c480 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
/linux/arch/x86/boot/compressed/
H A Dkaslr.c222 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
/linux/Documentation/process/
H A Ddeprecated.rst112 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
115 simple_strtoul(), and simple_strtoull() functions
/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst121 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
124 simple_strtoul(), e simple_strtoull() ignorano volutamente
/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst120 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
123 simple_strtoull() explícitamente ignoran los desbordamientos, lo que puede
/linux/block/
H A Dbfq-cgroup.c1093 v = simple_strtoull(buf, &endp, 0); in bfq_io_set_weight()
/linux/drivers/scsi/
H A Dscsi_sysfs.c126 *val = simple_strtoull(src, &last, 0); in check_set()
/linux/mm/
H A Dmm_init.c262 coremem = simple_strtoull(p, &endptr, 0); in cmdline_parse_core()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c206 ae = simple_strtoull(str, &end, 10); in qat_uclo_parse_num()
/linux/drivers/tty/serial/
H A Dserial_core.c2137 *addr = simple_strtoull(p, NULL, 0); in uart_parse_earlycon()
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst294 simple_strtoull() functions explicitly ignore overflows, which