Symbol: SYSFS_PATH_MAX
tools/power/cpupower/lib/acpi_cppc.c
20
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
26
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
367
char one_value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
382
if (i - pos >= SYSFS_PATH_MAX)
tools/power/cpupower/lib/cpufreq.c
39
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
423
char one_value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
438
if (i - pos >= SYSFS_PATH_MAX)
tools/power/cpupower/lib/cpufreq.c
499
char one_value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
513
if (i - pos >= SYSFS_PATH_MAX)
tools/power/cpupower/lib/cpufreq.c
618
char min[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
619
char max[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
620
char gov[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
634
snprintf(min, SYSFS_PATH_MAX, "%lu", policy->min);
tools/power/cpupower/lib/cpufreq.c
635
snprintf(max, SYSFS_PATH_MAX, "%lu", policy->max);
tools/power/cpupower/lib/cpufreq.c
666
char value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
668
snprintf(value, SYSFS_PATH_MAX, "%lu", min_freq);
tools/power/cpupower/lib/cpufreq.c
677
char value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
679
snprintf(value, SYSFS_PATH_MAX, "%lu", max_freq);
tools/power/cpupower/lib/cpufreq.c
687
char new_gov[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
703
char freq[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
719
snprintf(freq, SYSFS_PATH_MAX, "%lu", target_frequency);
tools/power/cpupower/lib/cpufreq.c
730
char one_value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpufreq.c
746
if ((i - pos) >= SYSFS_PATH_MAX)
tools/power/cpupower/lib/cpuidle.c
234
char value[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpuidle.c
245
len = snprintf(value, SYSFS_PATH_MAX, "%u", disable);
tools/power/cpupower/lib/cpuidle.c
295
char file[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpuidle.c
300
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle");
tools/power/cpupower/lib/cpuidle.c
304
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu);
tools/power/cpupower/lib/cpuidle.c
309
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU
tools/power/cpupower/lib/cpuidle.c
326
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpuidle.c
33
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpuidle.c
56
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpuidle.c
91
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpupower.c
122
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpupower.c
171
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/cpupower.c
77
char path[SYSFS_PATH_MAX];
tools/power/cpupower/lib/powercap.c
128
char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/";
tools/power/cpupower/lib/powercap.c
168
char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP;
tools/power/cpupower/lib/powercap.c
171
strlen("/enabled") + 1 >= SYSFS_PATH_MAX)
tools/power/cpupower/lib/powercap.c
192
char sysfs_dir[SYSFS_PATH_MAX] = PATH_TO_POWERCAP;
tools/power/cpupower/lib/powercap.c
194
char file[SYSFS_PATH_MAX] = PATH_TO_POWERCAP;
tools/power/cpupower/lib/powercap.c
267
char file[SYSFS_PATH_MAX] = PATH_TO_RAPL "/enabled";
tools/power/cpupower/lib/powercap.c
75
char path[SYSFS_PATH_MAX] = PATH_TO_POWERCAP "/intel-rapl/enabled";
tools/power/cpupower/lib/powercap.c
95
char file[SYSFS_PATH_MAX] = PATH_TO_RAPL;
tools/power/cpupower/lib/powercap.h
28
char sys_name[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
111
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
128
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
147
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
183
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
23
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
316
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
70
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/misc.c
90
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
107
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
127
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
162
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
302
char value[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
312
snprintf(value, SYSFS_PATH_MAX, "%u", disable);
tools/power/cpupower/utils/helpers/sysfs.c
356
char file[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
361
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle");
tools/power/cpupower/utils/helpers/sysfs.c
365
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu);
tools/power/cpupower/utils/helpers/sysfs.c
370
snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU
tools/power/cpupower/utils/helpers/sysfs.c
387
char path[SYSFS_PATH_MAX];
tools/power/cpupower/utils/helpers/sysfs.c
49
char path[SYSFS_PATH_MAX];
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
859
char path[SYSFS_PATH_MAX];
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
881
char path[SYSFS_PATH_MAX];
tools/testing/selftests/ir/ir_loopback.c
74
char buf[SYSFS_PATH_MAX + DNAME_PATH_MAX];
tools/usb/usbip/libsrc/usbip_common.c
229
strncpy(udev->path, path, SYSFS_PATH_MAX - 1);
tools/usb/usbip/libsrc/usbip_common.c
230
udev->path[SYSFS_PATH_MAX - 1] = '\0';
tools/usb/usbip/libsrc/usbip_common.h
112
char path[SYSFS_PATH_MAX];
tools/usb/usbip/libsrc/usbip_device_driver.c
66
char filepath[SYSFS_PATH_MAX];
tools/usb/usbip/libsrc/usbip_device_driver.c
76
snprintf(filepath, SYSFS_PATH_MAX, "%s/%s",
tools/usb/usbip/libsrc/usbip_device_driver.c
96
strncpy(dev->path, path, SYSFS_PATH_MAX - 1);
tools/usb/usbip/libsrc/usbip_device_driver.c
97
dev->path[SYSFS_PATH_MAX - 1] = '\0';
tools/usb/usbip/libsrc/usbip_host_common.c
215
char sockfd_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/libsrc/usbip_host_common.c
30
char status_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/libsrc/vhci_driver.c
360
char attach_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/libsrc/vhci_driver.c
401
char detach_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/src/usbip_bind.c
41
char bind_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/src/usbip_bind.c
64
char unbind_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/src/usbip_unbind.c
36
char unbind_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/src/usbip_unbind.c
38
char rebind_attr_path[SYSFS_PATH_MAX];
tools/usb/usbip/src/utils.c
19
char match_busid_attr_path[SYSFS_PATH_MAX];