/linux-4.4.14/arch/x86/boot/ |
D | early_serial_console.c | 66 port = simple_strtoull(arg + pos, &e, 16); in parse_earlyprintk() 87 baud = simple_strtoull(arg + pos, &e, 0); in parse_earlyprintk() 128 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250() 130 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250() 135 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
|
D | string.c | 99 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
|
D | boot.h | 332 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
|
/linux-4.4.14/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()
|
/linux-4.4.14/lib/ |
D | cmdline.c | 131 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
D | vsprintf.c | 50 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function 65 EXPORT_SYMBOL(simple_strtoull); 77 return simple_strtoull(cp, endp, base); in simple_strtoul() 109 return -simple_strtoull(cp + 1, endp, base); in simple_strtoll() 111 return simple_strtoull(cp, endp, base); in simple_strtoll() 2621 simple_strtoull(str, &next, base); in vsscanf()
|
/linux-4.4.14/security/apparmor/ |
D | procattr.c | 94 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/linux-4.4.14/drivers/pnp/ |
D | interface.c | 318 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value() 323 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | if.c | 137 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write() 143 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
|
/linux-4.4.14/drivers/xen/ |
D | xen-balloon.c | 155 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | fake_mem.c | 211 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
|
/linux-4.4.14/arch/x86/kernel/ |
D | early_printk.c | 178 baud = simple_strtoull(s, &e, 0); in early_serial_init()
|
/linux-4.4.14/drivers/s390/block/ |
D | xpram.c | 282 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cpi_sys.c | 336 level = simple_strtoull(buf, &endp, 16); in system_level_store()
|
/linux-4.4.14/drivers/usb/misc/ |
D | yurex.c | 498 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 395 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1340 whole = simple_strtoull(pbuf, &end, 10); in lprocfs_write_frac_u64_helper() 1353 frac = simple_strtoull(pbuf, &end, 10); in lprocfs_write_frac_u64_helper()
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3004 target->id_ext = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options() 3014 target->ioc_guid = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options() 3056 target->service_id = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options() 3110 target->initiator_ext = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_main.c | 362 val = simple_strtoull(arg, &endp, 0); in kdbgetu64arg() 366 val = simple_strtoull(arg, &endp, 16); in kdbgetu64arg()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 113 opts->pid = simple_strtoull(str, NULL, 0); in parse_options()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_sysfs.c | 93 *val = simple_strtoull(src, &last, 0); in check_set()
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 1240 sd->cno = simple_strtoull(args[0].from, in nilfs_identify()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 1529 tmp = simple_strtoull(p, &p, 0); in o2hb_region_start_block_store()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 2160 v = simple_strtoull(buf, &endp, 0); in cfq_set_weight_on_dfl()
|