| /linux/drivers/misc/ |
| H A D | kgdbts.c | 399 int go_back = simple_strtol(arg, NULL, 10); in skip_back_repeat_test() 995 clone_test = simple_strtol(ptr + 1, NULL, 10); in kgdbts_run_tests() 998 do_sys_open_test = simple_strtol(ptr + 1, NULL, 10); in kgdbts_run_tests() 1001 nmi_sleep = simple_strtol(ptr+1, NULL, 10); in kgdbts_run_tests() 1004 sstep_test = simple_strtol(ptr+1, NULL, 10); in kgdbts_run_tests()
|
| /linux/lib/ |
| H A D | parser.c | 79 simple_strtol(s, &args[argc].to, 0); in match_one() 148 val = simple_strtol(buf, &endp, base); in match_number()
|
| H A D | cmdline.c | 28 upper_range = simple_strtol((*str), NULL, 0); in get_range()
|
| /linux/lib/tests/ |
| H A D | scanf_kunit.c | 742 test_simple_strtoxx(long, simple_strtol, "%ld", 10); in test_simple_strtol() 743 test_simple_strtoxx(long, simple_strtol, "%ld", 0); in test_simple_strtol() 744 test_simple_strtoxx(long, simple_strtol, "%lx", 16); in test_simple_strtol() 745 test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); in test_simple_strtol() 746 test_simple_strtoxx(long, simple_strtol, "0x%lx", 0); in test_simple_strtol()
|
| /linux/crypto/ |
| H A D | fips.c | 27 fips_enabled = !!simple_strtol(str, NULL, 0); in fips_enable()
|
| /linux/arch/um/kernel/ |
| H A D | exitcode.c | 50 tmp = simple_strtol(buf, &end, 0); in exitcode_proc_write()
|
| /linux/arch/x86/boot/ |
| H A D | string.h | 29 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
| H A D | string.c | 137 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.c | 50 int tmp_loading_timeout = simple_strtol(buf, NULL, 10); in timeout_store() 160 int loading = simple_strtol(buf, NULL, 10); in firmware_loading_store()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | string.c | 158 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
| /linux/arch/s390/boot/ |
| H A D | string.c | 125 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
| H A D | printk.c | 252 pad = simple_strtol(fmt, (char **)&fmt, 10); in boot_printk()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | sysfs.c | 32 ret = simple_strtol(tmp, NULL, 10); in get_integer()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | modedb.c | 665 refresh = simple_strtol(&name[i+1], NULL, in fb_find_mode() 676 bpp = simple_strtol(&name[i+1], NULL, in fb_find_mode() 686 yres = simple_strtol(&name[i+1], NULL, in fb_find_mode() 723 xres = simple_strtol(name, NULL, 10); in fb_find_mode()
|
| /linux/net/sunrpc/ |
| H A D | sysctl.c | 94 value = simple_strtol(tmpbuf, &s, 0); in proc_dodebug()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 982 page_order = simple_strtol(value, NULL, 10); in pSeries_cmo_feature_init() 984 CMO_PrPSP = simple_strtol(value, NULL, 10); in pSeries_cmo_feature_init() 986 CMO_SecPSP = simple_strtol(value, NULL, 10); in pSeries_cmo_feature_init()
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | gx1fb_core.c | 244 x = simple_strtol(panel_option, &s, 10); in parse_panel_option() 247 y = simple_strtol(s + 1, NULL, 10); in parse_panel_option()
|
| /linux/arch/x86/pci/ |
| H A D | common.c | 575 pcibios_irq_mask = simple_strtol(str+8, NULL, 0); in pcibios_setup() 578 pcibios_last_bus = simple_strtol(str+8, NULL, 0); in pcibios_setup()
|
| /linux/include/linux/ |
| H A D | kstrtox.h | 147 extern long simple_strtol(const char *,char **,unsigned int);
|
| /linux/drivers/md/bcache/ |
| H A D | util.c | 20 #define simple_strtoint(c, end, base) simple_strtol(c, end, base)
|
| /linux/drivers/macintosh/ |
| H A D | therm_adt746x.c | 356 val = simple_strtol(buf, NULL, 10); \ 368 val = simple_strtol(buf, NULL, 10); \
|
| /linux/init/ |
| H A D | do_mounts_rd.c | 32 rd_image_start = simple_strtol(str,NULL,0); in ramdisk_start_setup()
|
| /linux/include/linux/sunrpc/ |
| H A D | cache.h | 267 rv = simple_strtol(buf, &ep, 0); in get_int()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | commctrl.c | 457 version = (simple_strtol(driver_version, in check_revision() 459 version += simple_strtol(driver_version + 1, &driver_version, 10) << 16; in check_revision() 460 version += simple_strtol(driver_version + 1, NULL, 10); in check_revision()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1947 bpp = simple_strtol(str, end_ptr, 10); in drm_mode_parse_cmdline_bpp() 1966 refresh = simple_strtol(str, end_ptr, 10); in drm_mode_parse_cmdline_refresh() 2038 xres = simple_strtol(str, &end_ptr, 10); in drm_mode_parse_cmdline_res_mode() 2047 yres = simple_strtol(str, &end_ptr, 10); in drm_mode_parse_cmdline_res_mode() 2105 *int_ret = simple_strtol(value, &endp, 10); in drm_mode_parse_cmdline_int()
|