/linux-4.1.27/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 | 336 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
|
/linux-4.1.27/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.1.27/lib/ |
D | cmdline.c | 131 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
|
D | vsprintf.c | 49 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/ |
D | procattr.c | 94 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/xen/ |
D | xen-balloon.c | 155 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
|
/linux-4.1.27/drivers/s390/block/ |
D | xpram.c | 280 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_cpi_sys.c | 336 level = simple_strtoull(buf, &endp, 16); in system_level_store()
|
/linux-4.1.27/drivers/usb/misc/ |
D | yurex.c | 498 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
|
/linux-4.1.27/include/linux/ |
D | kernel.h | 394 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2949 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/ |
D | kdb_main.c | 362 val = simple_strtoull(arg, &endp, 0); in kdbgetu64arg() 366 val = simple_strtoull(arg, &endp, 16); in kdbgetu64arg()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 113 opts->pid = simple_strtoull(str, NULL, 0); in parse_options()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1887 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/ |
D | scsi_sysfs.c | 93 *val = simple_strtoull(src, &last, 0); in check_set()
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 1237 sd->cno = simple_strtoull(args[0].from, in nilfs_identify()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | heartbeat.c | 1552 tmp = simple_strtoull(p, &p, 0); in o2hb_region_start_block_write()
|
/linux-4.1.27/drivers/md/ |
D | md.c | 3695 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()
|