Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/
Dearly_serial_console.c66 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()
Dstring.c99 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
Dboot.h332 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
/linux-4.4.14/arch/ia64/kernel/
Derr_inject.c71 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/
Dcmdline.c131 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
Dvsprintf.c50 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/
Dprocattr.c94 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/linux-4.4.14/drivers/pnp/
Dinterface.c318 *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/
Dif.c137 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/
Dxen-balloon.c155 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
/linux-4.4.14/drivers/firmware/efi/
Dfake_mem.c211 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
/linux-4.4.14/arch/x86/kernel/
Dearly_printk.c178 baud = simple_strtoull(s, &e, 0); in early_serial_init()
/linux-4.4.14/drivers/s390/block/
Dxpram.c282 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
/linux-4.4.14/drivers/s390/char/
Dsclp_cpi_sys.c336 level = simple_strtoull(buf, &endp, 16); in system_level_store()
/linux-4.4.14/drivers/usb/misc/
Dyurex.c498 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
/linux-4.4.14/include/linux/
Dkernel.h395 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1340 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/
Dib_srp.c3004 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/
Dkdb_main.c362 val = simple_strtoull(arg, &endp, 0); in kdbgetu64arg()
366 val = simple_strtoull(arg, &endp, 16); in kdbgetu64arg()
/linux-4.4.14/fs/exofs/
Dsuper.c113 opts->pid = simple_strtoull(str, NULL, 0); in parse_options()
/linux-4.4.14/drivers/scsi/
Dscsi_sysfs.c93 *val = simple_strtoull(src, &last, 0); in check_set()
/linux-4.4.14/fs/nilfs2/
Dsuper.c1240 sd->cno = simple_strtoull(args[0].from, in nilfs_identify()
/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c1529 tmp = simple_strtoull(p, &p, 0); in o2hb_region_start_block_store()
/linux-4.4.14/block/
Dcfq-iosched.c2160 v = simple_strtoull(buf, &endp, 0); in cfq_set_weight_on_dfl()