/linux-4.1.27/security/apparmor/ |
D | lib.c | 45 *ns_name = skip_spaces(&name[1]); in aa_split_fqname() 51 name = skip_spaces(split); in aa_split_fqname()
|
D | lsm.c | 561 args = skip_spaces(args); in apparmor_setprocattr()
|
/linux-4.1.27/drivers/pnp/ |
D | interface.c | 316 buf = skip_spaces(buf); in pnp_get_resource_value() 320 buf = skip_spaces(buf); in pnp_get_resource_value() 322 buf = skip_spaces(buf + 1); in pnp_get_resource_value() 348 buf = skip_spaces(buf); in resources_store() 394 buf = skip_spaces(buf); in resources_store()
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_kern.c | 134 ptr = skip_spaces(ptr); in mconsole_proc() 477 ptr = skip_spaces(ptr); in mconsole_config() 504 ptr = skip_spaces(ptr); in mconsole_remove() 628 ptr = skip_spaces(ptr); in mconsole_sysrq() 672 ptr = skip_spaces(ptr); in mconsole_stack()
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | if.c | 138 ptr = skip_spaces(ptr); in mtrr_write() 146 ptr = skip_spaces(ptr); in mtrr_write() 150 ptr = skip_spaces(ptr + 5); in mtrr_write()
|
/linux-4.1.27/lib/ |
D | string.c | 349 char *skip_spaces(const char *str) in skip_spaces() function 355 EXPORT_SYMBOL(skip_spaces); 379 return skip_spaces(s); in strim()
|
D | dynamic_debug.c | 221 buf = skip_spaces(buf); in ddebug_tokenize() 476 query = skip_spaces(query); in ddebug_exec_queries()
|
D | vsprintf.c | 2491 fmt = skip_spaces(++fmt); in vsscanf() 2492 str = skip_spaces(str); in vsscanf() 2577 str = skip_spaces(str); in vsscanf() 2612 str = skip_spaces(str); in vsscanf()
|
/linux-4.1.27/kernel/ |
D | user_namespace.c | 674 pos = skip_spaces(pos); in map_write() 679 pos = skip_spaces(pos); in map_write() 684 pos = skip_spaces(pos); in map_write() 690 pos = skip_spaces(pos); in map_write() 899 pos = skip_spaces(pos); in proc_setgroups_write()
|
D | params.c | 187 return skip_spaces(next); in next_arg() 202 args = skip_spaces(args); in parse_args()
|
D | sysctl.c | 1851 char *tmp = skip_spaces(*buf); in proc_skip_spaces()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_proc.c | 285 str = skip_spaces(buffer); in dasd_stats_proc_write() 288 str = skip_spaces(str + 4); in dasd_stats_proc_write()
|
D | dasd.c | 948 str = skip_spaces(buffer); in dasd_stats_write()
|
/linux-4.1.27/include/linux/ |
D | string.h | 61 extern char * __must_check skip_spaces(const char *);
|
/linux-4.1.27/kernel/power/ |
D | wakelock.c | 206 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_sysfs.c | 314 buf = skip_spaces(buf); in parse_hints() 329 val = skip_spaces(val); in parse_hints()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.c | 80 start = skip_spaces(start); in irnet_ctrl_write() 138 begp = skip_spaces(begp); in irnet_ctrl_write()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | varhandlers.c | 327 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
|
/linux-4.1.27/fs/cachefiles/ |
D | daemon.c | 262 args = skip_spaces(++args); in cachefiles_daemon_write()
|
/linux-4.1.27/fs/btrfs/ |
D | sysfs.c | 122 ret = kstrtoul(skip_spaces(buf), 0, &val); in btrfs_feature_attr_store()
|
/linux-4.1.27/drivers/parisc/ |
D | pdc_stable.c | 784 temp = skip_spaces(in); in pdcs_auto_write()
|
/linux-4.1.27/fs/nilfs2/ |
D | sysfs.c | 790 err = kstrtouint(skip_spaces(buf), 0, &val); in nilfs_superblock_sb_update_frequency_store()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 1382 skip_spaces((char *)about_fw->fw_build_user)); in qla4xxx_about_firmware() 1391 skip_spaces((char *)about_fw->extended_timestamp)); in qla4xxx_about_firmware()
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 148 ret = kstrtoul(skip_spaces(buf), 0, &t); in f2fs_sbi_store()
|
/linux-4.1.27/drivers/md/ |
D | dm-table.c | 550 start = skip_spaces(end); in dm_split_args()
|
D | md.c | 4048 buf = skip_spaces(end); in bitmap_store()
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 1196 buf = skip_spaces(buf); in debug_get_uint()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 2478 ret = kstrtoull(skip_spaces(buf), 0, value); in parse_strtoull() 2525 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store() 2552 ret = kstrtoul(skip_spaces(buf), 0, &t); in sbi_ui_store()
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 1070 *value = simple_strtoul(skip_spaces(buf), &endp, 0); in parse_strtoul() 1071 endp = skip_spaces(endp); in parse_strtoul()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 3720 buf = skip_spaces(buf); in display_crc_ctl_tokenize()
|