/linux-4.4.14/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 | 551 args = skip_spaces(args); in apparmor_setprocattr()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/ |
D | user_namespace.c | 675 pos = skip_spaces(pos); in map_write() 680 pos = skip_spaces(pos); in map_write() 685 pos = skip_spaces(pos); in map_write() 691 pos = skip_spaces(pos); in map_write() 900 pos = skip_spaces(pos); in proc_setgroups_write()
|
D | params.c | 212 return skip_spaces(next); in next_arg() 229 args = skip_spaces(args); in parse_args()
|
D | sysctl.c | 1905 char *tmp = skip_spaces(*buf); in proc_skip_spaces()
|
/linux-4.4.14/fs/ext4/ |
D | sysfs.c | 82 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store() 102 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store() 307 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store()
|
/linux-4.4.14/lib/ |
D | string.c | 438 char *skip_spaces(const char *str) in skip_spaces() function 444 EXPORT_SYMBOL(skip_spaces); 468 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 | 2480 fmt = skip_spaces(++fmt); in vsscanf() 2481 str = skip_spaces(str); in vsscanf() 2566 str = skip_spaces(str); in vsscanf() 2601 str = skip_spaces(str); in vsscanf()
|
/linux-4.4.14/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 | 950 str = skip_spaces(buffer); in dasd_stats_write()
|
/linux-4.4.14/include/linux/ |
D | string.h | 64 extern char * __must_check skip_spaces(const char *);
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x.c | 30 model = skip_spaces(name); in name_card()
|
/linux-4.4.14/kernel/power/ |
D | wakelock.c | 218 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/speakup/ |
D | varhandlers.c | 328 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
|
/linux-4.4.14/fs/cachefiles/ |
D | daemon.c | 262 args = skip_spaces(++args); in cachefiles_daemon_write()
|
/linux-4.4.14/drivers/parisc/ |
D | pdc_stable.c | 784 temp = skip_spaces(in); in pdcs_auto_write()
|
/linux-4.4.14/fs/btrfs/ |
D | sysfs.c | 123 ret = kstrtoul(skip_spaces(buf), 0, &val); in btrfs_feature_attr_store()
|
/linux-4.4.14/fs/nilfs2/ |
D | sysfs.c | 790 err = kstrtouint(skip_spaces(buf), 0, &val); in nilfs_superblock_sb_update_frequency_store()
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 801 body = skip_spaces(body); in blkg_conf_prep()
|
/linux-4.4.14/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.4.14/arch/s390/kernel/ |
D | debug.c | 1196 buf = skip_spaces(buf); in debug_get_uint()
|
/linux-4.4.14/drivers/md/ |
D | dm-table.c | 554 start = skip_spaces(end); in dm_split_args()
|
D | md.c | 4152 buf = skip_spaces(end); in bitmap_store()
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 157 ret = kstrtoul(skip_spaces(buf), 0, &t); in f2fs_sbi_store()
|
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 1071 *value = simple_strtoul(skip_spaces(buf), &endp, 0); in parse_strtoul() 1072 endp = skip_spaces(endp); in parse_strtoul()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 3995 buf = skip_spaces(buf); in display_crc_ctl_tokenize()
|