| /tools/testing/selftests/riscv/ |
| A D | Makefile | 27 @for DIR in $(RISCV_SUBTARGETS); do \ 28 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 30 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 34 @for DIR in $(RISCV_SUBTARGETS); do \ 35 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 40 @for DIR in $(RISCV_SUBTARGETS); do \ 41 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 47 @for DIR in $(RISCV_SUBTARGETS); do \ 48 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 53 @for DIR in $(RISCV_SUBTARGETS); do \ [all …]
|
| /tools/testing/selftests/arm64/ |
| A D | Makefile | 30 @for DIR in $(ARM64_SUBTARGETS); do \ 31 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 33 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 37 @for DIR in $(ARM64_SUBTARGETS); do \ 38 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 43 @for DIR in $(ARM64_SUBTARGETS); do \ 44 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 50 @for DIR in $(ARM64_SUBTARGETS); do \ 51 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 56 @for DIR in $(ARM64_SUBTARGETS); do \ [all …]
|
| /tools/testing/selftests/firmware/ |
| A D | fw_filesystem.sh | 118 if [ ! -f $DIR/reset ]; then 132 echo 1 > $DIR/reset 142 echo -n $1 > $DIR/config_name 147 echo 1 > $DIR/config_into_buf 152 echo 0 > $DIR/config_into_buf 157 echo $1 > $DIR/config_buf_size 167 echo 1 > $DIR/config_partial 172 echo 0 > $DIR/config_partial 177 echo 1 > $DIR/config_sync_direct 345 echo "$DIR/$name/loading" >&2 [all …]
|
| A D | fw_fallback.sh | 27 echo -n "$name" >"$DIR"/trigger_request & 31 while [ ! -e "$DIR"/"$name"/loading ]; do 40 echo 1 >"$DIR"/"$name"/loading 41 cat "$file" >"$DIR"/"$name"/data 42 echo 0 >"$DIR"/"$name"/loading 67 echo -1 >"$DIR"/"$name"/loading 96 echo 1 >"$DIR"/"$name"/loading 97 cat "$file" >"$DIR"/"$name"/data 98 echo 0 >"$DIR"/"$name"/loading 129 echo -1 >"$DIR"/"$name"/loading [all …]
|
| A D | fw_upload.sh | 36 if [ -e "$DIR/$name" ]; then 37 echo -n "$name" > "$DIR"/upload_unregister 46 echo 1 > "$DIR"/"$name"/loading 47 cat "$file" > "$DIR"/"$name"/data 48 echo 0 > "$DIR"/"$name"/loading 55 echo -n "$name" > "$DIR"/config_upload_name 70 echo 1 > "$DIR"/"$name"/loading 72 echo 0 > "$DIR"/"$name"/loading 83 status=$(cat "$DIR"/"$name"/status) 105 local error=$(cat "$DIR"/"$name"/error) [all …]
|
| A D | fw_lib.sh | 7 DIR=/sys/devices/virtual/misc/test_firmware 30 if [ ! -d $DIR ]; then 44 if [ ! -d $DIR ]; then
|
| A D | fw_run_tests.sh | 69 $TEST_DIR/fw_namespace $DIR/trigger_request
|
| /tools/testing/selftests/futex/ |
| A D | Makefile | 9 @for DIR in $(SUBDIRS); do \ 10 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 12 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 13 if [ -e $$DIR/$(TEST_PROGS) ]; then \ 14 rsync -a $$DIR/$(TEST_PROGS) $$BUILD_TARGET/; \ 30 @for DIR in $(SUBDIRS); do \ 31 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 33 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
| /tools/testing/selftests/sparc64/ |
| A D | Makefile | 21 @for DIR in $(SUBDIRS); do \ 22 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 26 TEST=$$DIR"_test.sh"; \ 27 if [ -e $$DIR/$$TEST ]; then \ 28 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \ 44 @for DIR in $(SUBDIRS); do \ 45 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
| /tools/testing/selftests/kmod/ |
| A D | kmod.sh | 63 if [ ! -d $DIR ]; then 89 if [ -z $DIR ]; then 137 if [ ! -d $DIR ]; then 192 if ! echo -n 1 >$DIR/config_test_case; then 241 if ! echo -n $1 >$DIR/config_test_fs; then 249 cat $DIR/config_test_driver 254 cat $DIR/test_result 259 if ! echo -n "1" >"$DIR"/reset; then 268 cat "$DIR"/config 335 printf $NAME >"$DIR"/config_test_driver [all …]
|
| /tools/include/nolibc/ |
| A D | dirent.h | 28 } DIR; typedef 31 DIR *fdopendir(int fd) in fdopendir() 37 return (DIR *)(intptr_t)~fd; in fdopendir() 41 DIR *opendir(const char *name) in opendir() 52 int closedir(DIR *dirp) in closedir() 64 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) in readdir_r()
|
| /tools/testing/selftests/kselftest_harness/ |
| A D | harness-selftest.sh | 9 DIR="$(dirname $(readlink -f "$0"))" 11 "$DIR"/harness-selftest > harness-selftest.seen || true 13 diff -u "$DIR"/harness-selftest.expected harness-selftest.seen
|
| /tools/testing/selftests/kselftest/ |
| A D | runner.sh | 49 DIR="$1" 83 settings="$BASE_DIR/$DIR/settings" 104 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST" 155 run_one $DIR $TEST $test_num 166 echo "not ok $test_num selftests: $DIR: $BASENAME_TEST # Create NS failed" 178 DIR="${PWD#${BASE_DIR}/}" 192 run_one "$DIR" "$TEST" "$test_num"
|
| /tools/testing/selftests/proc/ |
| A D | read.c | 38 static void f_reg(DIR *d, const char *filename) in f_reg() 55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write() 68 static void f_lnk(DIR *d, const char *filename) in f_lnk() 77 static void f(DIR *d, unsigned int level) in f() 94 DIR *dd; in f() 129 DIR *d; in main()
|
| /tools/testing/selftests/dt/ |
| A D | test_unprobed_devices.sh | 16 DIR="$(dirname $(readlink -f "$0"))" 18 source "${DIR}"/../kselftest/ktap_helpers.sh 21 COMPAT_LIST="${DIR}"/compatible_list 22 IGNORE_LIST="${DIR}"/compatible_ignore_list
|
| /tools/testing/selftests/rust/ |
| A D | test_probe_samples.sh | 9 DIR="$(dirname "$(readlink -f "$0")")" 11 KTAP_HELPERS="${DIR}/../kselftest/ktap_helpers.sh"
|
| /tools/testing/selftests/power_supply/ |
| A D | test_power_supply_properties.sh | 11 DIR="$(dirname "$(readlink -f "$0")")" 13 . "${DIR}"/../kselftest/ktap_helpers.sh 15 . "${DIR}"/helpers.sh
|
| /tools/testing/selftests/splice/ |
| A D | short_splice_read.sh | 11 DIR=$(dirname "$0") 78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
|
| /tools/perf/tests/shell/lib/ |
| A D | coresight.sh | 16 DIR="$TOOLS/$TEST" 17 BIN="$DIR/$TEST"
|
| /tools/power/acpi/os_specific/service_layers/ |
| A D | osunixdir.c | 25 DIR *dir_ptr; 50 DIR *dir; in acpi_os_open_directory()
|
| /tools/testing/selftests/cpufreq/ |
| A D | main.sh | 10 DIR="$(dirname $(readlink -f "$0"))" 11 source "${DIR}"/../kselftest/ktap_helpers.sh
|
| /tools/lib/api/fs/ |
| A D | tracing_path.c | 98 DIR *tracing_events__opendir(void) in tracing_events__opendir() 100 DIR *dir = NULL; in tracing_events__opendir()
|
| A D | tracing_path.h | 8 DIR *tracing_events__opendir(void);
|
| /tools/testing/selftests/cgroup/ |
| A D | test_cpuset_prs.sh | 625 for DIR in $CGROUP_LIST 627 CPUS=$DIR/cpuset.cpus 628 ECPUS=$DIR/cpuset.cpus.effective 629 XCPUS=$DIR/cpuset.cpus.exclusive 630 XECPUS=$DIR/cpuset.cpus.exclusive.effective 631 PRS=$DIR/cpuset.cpus.partition 632 PCPUS=$DIR/.__DEBUG__.cpuset.cpus.subpartitions 633 ISCPUS=$DIR/cpuset.cpus.isolated
|
| /tools/iio/ |
| A D | lsiio.c | 42 DIR *dp; in dump_channels() 105 DIR *dp; in dump_devices()
|