Searched refs:filepath (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/cpufreq/ |
D | special-tests.sh | 88 local filepath="$CPUROOT/$1/cpufreq" 98 local freqs=$(cat $filepath/scaling_available_frequencies) 99 local oldfreq=$(cat $filepath/scaling_min_freq) 105 echo $freq > $filepath/scaling_min_freq 110 echo $oldfreq > $filepath/scaling_min_freq
|
D | governor.sh | 87 local filepath=$CPUFREQROOT/$1/scaling_available_governors 90 local found=$(cat $filepath | grep $2 | wc -l) 126 local filepath=$CPUFREQROOT/$2/scaling_available_governors 129 if [ ! -f $filepath ]; then 135 local governors=$(cat $filepath)
|
D | cpufreq.sh | 137 local filepath="$CPUFREQROOT/$1" 149 local freqs=$(cat $filepath/scaling_available_frequencies)
|
/tools/thermal/tmon/ |
D | sysfs.c | 37 char filepath[PATH_MAX + 2]; /* NUL and '/' */ in sysfs_set_ulong() local 39 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename); in sysfs_set_ulong() 41 fd = fopen(filepath, "w"); in sysfs_set_ulong() 43 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_set_ulong() 61 char filepath[PATH_MAX + 2]; /* NUL and '/' */ in sysfs_get_ulong() local 63 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename); in sysfs_get_ulong() 65 fd = fopen(filepath, "r"); in sysfs_get_ulong() 67 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_get_ulong() 80 char filepath[PATH_MAX + 2]; /* NUL and '/' */ in sysfs_get_string() local 82 snprintf(filepath, sizeof(filepath), "%s/%s", path, filename); in sysfs_get_string() [all …]
|
/tools/usb/usbip/libsrc/ |
D | usbip_device_driver.c | 66 char filepath[SYSFS_PATH_MAX]; in read_usb_vudc_device() local 76 snprintf(filepath, SYSFS_PATH_MAX, "%s/%s", in read_usb_vudc_device() 78 fd = fopen(filepath, "r"); in read_usb_vudc_device()
|
/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 285 static void usage(const char *filepath) in usage() argument 289 filepath); in usage()
|
D | udpgso_bench_tx.c | 430 static void usage(const char *filepath) in usage() argument 434 filepath); in usage()
|
D | msg_zerocopy.c | 694 static void usage(const char *filepath) in usage() argument 696 error(1, 0, "Usage: %s [options] <test>", filepath); in usage()
|
/tools/testing/selftests/bpf/ |
D | test_flow_dissector.c | 581 static void __attribute__((noreturn)) usage(const char *filepath) in usage() argument 587 filepath); in usage() 612 static int parse_protocol_family(const char *filepath, const char *optarg) in parse_protocol_family() argument 619 usage(filepath); in parse_protocol_family()
|
/tools/bpf/bpftool/ |
D | prog.c | 421 char *filepath = NULL; in do_dump() local 458 filepath = *argv; in do_dump() 524 if (filepath) { in do_dump() 525 fd = open(filepath, O_WRONLY | O_CREAT | O_TRUNC, 0600); in do_dump() 527 p_err("can't open file %s: %s", filepath, in do_dump()
|
/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 543 static void __attribute__((noreturn)) usage(const char *filepath) in usage() argument 566 filepath); in usage()
|