| /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, NULL, 0); in parse_console_uart8250()
|
| H A D | string.c | 119 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 147 return -simple_strtoull(cp + 1, endp, base); in simple_strtol() 149 return simple_strtoull(cp, endp, base); in simple_strtol()
|
| /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 | 46 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/security/apparmor/ |
| H A D | procattr.c | 83 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
| /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/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 | 980 from = simple_strtoull(p + 1, &p, 0); in parse_memmap_one() 982 to = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_cpi_sys.c | 334 level = simple_strtoull(buf, &endp, 16); in system_level_store()
|
| /linux/drivers/usb/misc/ |
| H A D | yurex.c | 480 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
|
| /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
|
| /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/translations/pt_BR/process/ |
| H A D | deprecated.rst | 111 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull() 114 simple_strtoull() ignoram explicitamente estouros de capacidade (*overflows*),
|
| /linux/lib/ |
| H A D | vsprintf.c | 104 * simple_strtoull - convert a string to an unsigned long long 112 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 116 EXPORT_SYMBOL(simple_strtoull); 128 return simple_strtoull(cp, endp, base); in simple_strtoul()
|
| /linux/block/ |
| H A D | bfq-cgroup.c | 1117 v = simple_strtoull(buf, &endp, 0); in bfq_io_set_weight()
|
| /linux/drivers/scsi/ |
| H A D | scsi_sysfs.c | 126 *val = simple_strtoull(src, &last, 0); in check_set()
|