Searched refs:DIR (Results 1 - 25 of 91) sorted by relevance

1234

/linux-master/tools/testing/selftests/arm64/
H A DMakefile28 @for DIR in $(ARM64_SUBTARGETS); do \
29 BUILD_TARGET=$(OUTPUT)/$$DIR; \
31 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
35 @for DIR in $(ARM64_SUBTARGETS); do \
36 BUILD_TARGET=$(OUTPUT)/$$DIR; \
37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
41 @for DIR in $(ARM64_SUBTARGETS); do \
42 BUILD_TARGET=$(OUTPUT)/$$DIR; \
43 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
48 @for DIR i
[all...]
/linux-master/tools/testing/selftests/riscv/
H A DMakefile27 @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; \
36 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
40 @for DIR in $(RISCV_SUBTARGETS); do \
41 BUILD_TARGET=$(OUTPUT)/$$DIR; \
42 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
47 @for DIR i
[all...]
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile21 @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 $@;\
/linux-master/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh29 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
34 if [ ! -e "$DIR"/trigger_async_request ]; then
38 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
60 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
74 if [ ! -e "$DIR"/trigger_async_request ]; then
78 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
93 if [ ! -e "$DIR"/trigger_request_platform ]; then
96 if printf '\000' >"$DIR"/trigger_request_platform 2> /dev/null; then
105 if ! echo -n "nope-$NAME" >"$DIR"/trigger_request_platfor
[all...]
H A Dfw_fallback.sh27 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
54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null &
58 while [ ! -e "$DIR"/"$name"/loading ]; do
67 echo -1 >"$DIR"/"$name"/loading
75 if [ ! -e "$DIR"/trigger_custom_fallback ]; then
83 echo -n "$name" >"$DIR"/trigger_custom_fallbac
[all...]
H A Dfw_upload.sh36 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
56 if ! cmp "$file" "$DIR"/upload_read > /dev/null 2>&1; then
70 echo 1 > "$DIR"/"$name"/loading
71 echo -n "inject":"$status":"$error" > "$DIR"/"$name"/data
72 echo 0 > "$DIR"/"
[all...]
H A Dfw_run_tests.sh69 $TEST_DIR/fw_namespace $DIR/trigger_request
H A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
30 if [ ! -d $DIR ]; then
44 if [ ! -d $DIR ]; then
/linux-master/tools/testing/selftests/futex/
H A DMakefile11 @for DIR in $(SUBDIRS); do \
12 BUILD_TARGET=$(OUTPUT)/$$DIR; \
14 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
15 if [ -e $$DIR/$(TEST_PROGS) ]; then \
16 rsync -a $$DIR/$(TEST_PROGS) $$BUILD_TARGET/; \
32 @for DIR in $(SUBDIRS); do \
33 BUILD_TARGET=$(OUTPUT)/$$DIR; \
35 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/linux-master/tools/testing/selftests/rust/
H A Dtest_probe_samples.sh9 DIR="$(dirname "$(readlink -f "$0")")"
11 KTAP_HELPERS="${DIR}/../kselftest/ktap_helpers.sh"
/linux-master/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh16 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
/linux-master/tools/testing/selftests/kmod/
H A Dkmod.sh63 if [ ! -d $DIR ]; then
64 echo "$0: $DIR not present" >&2
89 if [ -z $DIR ]; then
90 DIR="/sys/devices/virtual/misc/${TEST_DRIVER}0/"
137 if [ ! -d $DIR ]; then
192 if ! echo -n 1 >$DIR/config_test_case; then
200 if ! echo -n 2 >$DIR/config_test_case; then
208 if ! echo -n $1 >$DIR/config_num_threads; then
233 if ! echo -n $1 >$DIR/config_test_driver; then
241 if ! echo -n $1 >$DIR/config_test_f
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dread.c38 static void f_reg(DIR *d, const char *filename)
55 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len)
68 static void f_lnk(DIR *d, const char *filename)
77 static void f(DIR *d, unsigned int level)
94 DIR *dd;
129 DIR *d;
H A Dproc.h43 static struct dirent *xreaddir(DIR *d)
H A Dproc-tid0.c66 DIR *d = opendir(buf);
/linux-master/tools/lib/api/fs/
H A Dtracing_path.h8 DIR *tracing_events__opendir(void);
H A Dtracing_path.c98 DIR *tracing_events__opendir(void)
100 DIR *dir = NULL;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_skb_cgroup_id.sh53 DIR=$(dirname $0)
57 BPF_PROG_OBJ="${DIR}/test_skb_cgroup_id_kern.bpf.o"
60 PROG="${DIR}/test_skb_cgroup_id_user"
H A Dtest_tcp_check_syncookie.sh76 DIR=$(dirname $0)
79 BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.bpf.o"
83 PROG="${DIR}/test_tcp_check_syncookie_user"
/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh11 DIR="$(dirname "$(readlink -f "$0")")"
13 . "${DIR}"/../kselftest/ktap_helpers.sh
15 . "${DIR}"/helpers.sh
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh49 DIR="$1"
83 settings="$BASE_DIR/$DIR/settings"
104 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
152 run_one $DIR $TEST $test_num
163 echo "not ok $test_num selftests: $DIR: $BASENAME_TEST # Create NS failed"
175 DIR="${PWD#${BASE_DIR}/}"
189 run_one "$DIR" "$TEST" "$test_num"
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh11 DIR=$(dirname "$0")
78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
/linux-master/scripts/
H A Dget_dvb_firmware54 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
72 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
91 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
109 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
127 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
160 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
177 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
194 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0);
250 my $tmpdir = tempdir(DIR
[all...]
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c32 #define VK_BAR_CHAN(v, DIR, e) ((v)->DIR##_offset \
34 #define VK_BAR_CHAN_SIZE(v, DIR) VK_BAR_CHAN(v, DIR, size)
35 #define VK_BAR_CHAN_WR(v, DIR) VK_BAR_CHAN(v, DIR, wr)
36 #define VK_BAR_CHAN_RD(v, DIR) VK_BAR_CHAN(v, DIR, rd)
37 #define VK_BAR_CHAN_DATA(v, DIR, off) (VK_BAR_CHAN(v, DIR, dat
[all...]
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir;

Completed in 584 milliseconds

1234