/openbmc/linux/fs/fuse/ |
H A D | cuse.c | 240 key = strstrip(key); in cuse_parse_one() 241 val = strstrip(val); in cuse_parse_one() 243 key = strstrip(key); in cuse_parse_one()
|
/openbmc/linux/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 85 sep_opt = strstrip(options); in rnbd_clt_parse_map_options() 309 options = strstrip(opt); in rnbd_clt_unmap_dev_store() 410 options = strstrip(opt); in rnbd_clt_remap_dev_store()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_si_hotmod.c | 196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
|
H A D | ipmi_watchdog.c | 218 s = strstrip(valcp); in set_param_str()
|
/openbmc/linux/kernel/kcsan/ |
H A D | debugfs.c | 233 arg = strstrip(kbuf); in debugfs_write()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | msr.c | 300 char *s = strstrip((char *)val); in module_exit()
|
/openbmc/linux/kernel/ |
H A D | fail_function.c | 252 sym = strstrip(buf); in fei_write()
|
/openbmc/linux/kernel/cgroup/ |
H A D | misc.c | 253 buf = strstrip(buf); in misc_cg_max_write()
|
H A D | pids.c | 290 buf = strstrip(buf); in pids_max_write()
|
H A D | legacy_freezer.c | 430 buf = strstrip(buf); in freezer_write()
|
H A D | rdma.c | 434 char *options = strstrip(buf); in rdmacg_resource_set_max()
|
H A D | cgroup.c | 2882 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 3361 buf = strstrip(buf); in cgroup_subtree_control_write() 3521 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write() 3556 buf = strstrip(buf); in cgroup_max_descendants_write() 3599 buf = strstrip(buf); in cgroup_max_depth_write() 3842 ret = kstrtoint(strstrip(buf), 0, &enable); in cgroup_pressure_write() 3918 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write() 3984 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
|
/openbmc/linux/include/linux/ |
H A D | string.h | 116 static inline __must_check char *strstrip(char *str) in strstrip() function
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 3853 buf = strstrip(buf); in mem_cgroup_write() 4875 buf = strstrip(buf); in memcg_write_event_control() 6492 buf = strstrip(buf); in memory_min_write() 6515 buf = strstrip(buf); in memory_low_write() 6540 buf = strstrip(buf); in memory_high_write() 6589 buf = strstrip(buf); in memory_max_write() 6722 buf = strstrip(buf); in memory_oom_group_write() 6747 buf = strstrip(buf); in memory_reclaim() 7706 buf = strstrip(buf); in swap_high_write() 7729 buf = strstrip(buf); in swap_max_write() [all …]
|
/openbmc/linux/drivers/target/ |
H A D | target_core_configfs.c | 1401 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1457 stripped = strstrip(buf); in target_wwn_product_id_store() 1513 stripped = strstrip(buf); in target_wwn_revision_store() 1656 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 2417 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 2423 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
H A D | target_core_alua.c | 1925 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 1932 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
/openbmc/linux/kernel/sched/ |
H A D | debug.c | 139 cmp = strstrip(buf); in sched_feat_write() 234 mode = sched_dynamic_mode(strstrip(buf)); in sched_dynamic_write()
|
/openbmc/linux/security/ |
H A D | device_cgroup.c | 791 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_hwlat.c | 698 mode = strstrip(buf); in hwlat_mode_write()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 378 __buf = strstrip(buf); in flags_write()
|
/openbmc/linux/block/ |
H A D | elevator.c | 758 ret = elevator_change(q, strstrip(elevator_name)); in elv_iosched_store()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 64 sc = strstrip(contents); 73 sc = strstrip(contents);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 64 sc = strstrip(contents); 73 sc = strstrip(contents);
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 1227 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1287 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1431 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1581 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinmux.c | 696 gname = strstrip(buf); in pinmux_select()
|