Searched refs:strstrip (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/drivers/char/ipmi/
H A Dipmi_si_hotmod.c196 for (curr = strstrip(str); curr; curr = next) {
H A Dipmi_watchdog.c218 s = strstrip(valcp);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c85 sep_opt = strstrip(options);
309 options = strstrip(opt);
410 options = strstrip(opt);
/linux-master/fs/fuse/
H A Dcuse.c240 key = strstrip(key);
241 val = strstrip(val);
243 key = strstrip(key);
/linux-master/kernel/kcsan/
H A Ddebugfs.c233 arg = strstrip(kbuf);
/linux-master/kernel/cgroup/
H A Dpids.c290 buf = strstrip(buf);
H A Dmisc.c253 buf = strstrip(buf);
H A Dlegacy_freezer.c430 buf = strstrip(buf);
H A Drdma.c434 char *options = strstrip(buf);
H A Dcgroup.c2904 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0)
3383 buf = strstrip(buf);
3543 if (strcmp(strstrip(buf), "threaded"))
3578 buf = strstrip(buf);
3621 buf = strstrip(buf);
3864 ret = kstrtoint(strstrip(buf), 0, &enable);
3940 ret = kstrtoint(strstrip(buf), 0, &freeze);
4006 ret = kstrtoint(strstrip(buf), 0, &kill);
H A Dcgroup-v1.c565 strscpy(cgrp->root->release_agent_path, strstrip(buf),
/linux-master/kernel/
H A Dfail_function.c252 sym = strstrip(buf);
/linux-master/arch/x86/kernel/
H A Dmsr.c300 char *s = strstrip((char *)val);
/linux-master/include/linux/
H A Dstring.h182 static inline __must_check char *strstrip(char *str) function
/linux-master/mm/
H A Dmemcontrol.c4053 buf = strstrip(buf);
5075 buf = strstrip(buf);
6720 buf = strstrip(buf);
6743 buf = strstrip(buf);
6768 buf = strstrip(buf);
6817 buf = strstrip(buf);
6955 buf = strstrip(buf);
6980 buf = strstrip(buf);
8015 buf = strstrip(buf);
8038 buf = strstrip(bu
[all...]
H A Dhugetlb_cgroup.c597 buf = strstrip(buf);
/linux-master/kernel/sched/
H A Ddebug.c139 cmp = strstrip(buf);
234 mode = sched_dynamic_mode(strstrip(buf));
/linux-master/security/
H A Ddevice_cgroup.c791 of_cft(of)->private, strstrip(buf));
/linux-master/block/
H A Delevator.c758 ret = elevator_change(q, strstrip(elevator_name));
H A Dblk-mq-debugfs.c142 op = strstrip(opbuf);
/linux-master/kernel/trace/
H A Dtrace_hwlat.c696 mode = strstrip(buf);
H A Dtrace_osnoise.c2226 option_str = strstrip(buf);
2229 option_str = strstrip(&buf[3]);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c378 __buf = strstrip(buf);
/linux-master/drivers/target/
H A Dtarget_core_configfs.c1439 stripped = strstrip(buf);
1495 stripped = strstrip(buf);
1551 stripped = strstrip(buf);
1694 "%s", strstrip(buf));
2455 if (strcmp(strstrip(buf), "NULL")) {
2461 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf));
H A Dtarget_core_alua.c1924 if (strcmp(strstrip(buf), "NULL")) {
1931 strstrip(buf));

Completed in 354 milliseconds

12