Home
last modified time | relevance | path

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

/linux-4.1.27/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.h336 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
/linux-4.1.27/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.1.27/lib/
Dcmdline.c131 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
Dvsprintf.c49 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
64 EXPORT_SYMBOL(simple_strtoull);
76 return simple_strtoull(cp, endp, base); in simple_strtoul()
108 return -simple_strtoull(cp + 1, endp, base); in simple_strtoll()
110 return simple_strtoull(cp, endp, base); in simple_strtoll()
2632 simple_strtoull(str, &next, base); in vsscanf()
/linux-4.1.27/security/apparmor/
Dprocattr.c94 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/linux-4.1.27/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.1.27/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.1.27/drivers/xen/
Dxen-balloon.c155 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
/linux-4.1.27/drivers/s390/block/
Dxpram.c280 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
/linux-4.1.27/drivers/s390/char/
Dsclp_cpi_sys.c336 level = simple_strtoull(buf, &endp, 16); in system_level_store()
/linux-4.1.27/drivers/usb/misc/
Dyurex.c498 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
/linux-4.1.27/include/linux/
Dkernel.h394 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.c2949 target->id_ext = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
2959 target->ioc_guid = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
3001 target->service_id = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
3055 target->initiator_ext = cpu_to_be64(simple_strtoull(p, NULL, 16)); in srp_parse_options()
/linux-4.1.27/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.1.27/fs/exofs/
Dsuper.c113 opts->pid = simple_strtoull(str, NULL, 0); in parse_options()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1887 whole = simple_strtoull(pbuf, &end, 10); in lprocfs_write_frac_u64_helper()
1899 frac = simple_strtoull(pbuf, &end, 10); in lprocfs_write_frac_u64_helper()
/linux-4.1.27/drivers/scsi/
Dscsi_sysfs.c93 *val = simple_strtoull(src, &last, 0); in check_set()
/linux-4.1.27/fs/nilfs2/
Dsuper.c1237 sd->cno = simple_strtoull(args[0].from, in nilfs_identify()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c1552 tmp = simple_strtoull(p, &p, 0); in o2hb_region_start_block_write()
/linux-4.1.27/drivers/md/
Dmd.c3695 unsigned long long n = simple_strtoull(buf, &e, 10); in resync_start_store()
4525 unsigned long long new = simple_strtoull(buf, &e, 10); in suspend_lo_store()
4567 unsigned long long new = simple_strtoull(buf, &e, 10); in suspend_hi_store()
4615 unsigned long long new = simple_strtoull(buf, &e, 10); in reshape_position_store()