Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v5.10/tools/testing/selftests/firmware/
Dfw_filesystem.sh26 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
31 if [ ! -e "$DIR"/trigger_async_request ]; then
35 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
42 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
57 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
71 if [ ! -e "$DIR"/trigger_async_request ]; then
75 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
90 if [ ! -e "$DIR"/trigger_request_platform ]; then
93 if printf '\000' >"$DIR"/trigger_request_platform 2> /dev/null; then
102 if ! echo -n "nope-$NAME" >"$DIR"/trigger_request_platform ; then
[all …]
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_fallback 2>/dev/null &
[all …]
Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
30 if [ ! -d $DIR ]; then
44 if [ ! -d $DIR ]; then
/Linux-v5.10/tools/testing/selftests/arm64/
DMakefile35 @for DIR in $(ARM64_SUBTARGETS); do \
36 BUILD_TARGET=$(OUTPUT)/$$DIR; \
38 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
42 @for DIR in $(ARM64_SUBTARGETS); do \
43 BUILD_TARGET=$(OUTPUT)/$$DIR; \
44 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
48 @for DIR in $(ARM64_SUBTARGETS); do \
49 BUILD_TARGET=$(OUTPUT)/$$DIR; \
50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
55 @for DIR in $(ARM64_SUBTARGETS); do \
[all …]
/Linux-v5.10/tools/testing/selftests/android/
DMakefile11 @for DIR in $(SUBDIRS); do \
12 BUILD_TARGET=$(OUTPUT)/$$DIR; \
14 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
16 TEST=$$DIR"_test.sh"; \
17 if [ -e $$DIR/$$TEST ]; then \
18 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \
34 @for DIR in $(SUBDIRS); do \
35 BUILD_TARGET=$(OUTPUT)/$$DIR; \
37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/Linux-v5.10/tools/testing/selftests/sparc64/
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-v5.10/tools/testing/selftests/futex/
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-v5.10/tools/testing/selftests/kmod/
Dkmod.sh74 if [ ! -d $DIR ]; then
75 echo "$0: $DIR not present" >&2
100 if [ -z $DIR ]; then
101 DIR="/sys/devices/virtual/misc/${TEST_DRIVER}0/"
148 if [ ! -d $DIR ]; then
203 if ! echo -n 1 >$DIR/config_test_case; then
211 if ! echo -n 2 >$DIR/config_test_case; then
219 if ! echo -n $1 >$DIR/config_num_threads; then
244 if ! echo -n $1 >$DIR/config_test_driver; then
252 if ! echo -n $1 >$DIR/config_test_fs; then
[all …]
/Linux-v5.10/scripts/
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 => "/tmp", CLEANUP => 1);
[all …]
Dnsdeps8 DIR="$(dirname $(readlink -f $0))/.."
15 SPATCH_REQ_VERSION_NUM=$(echo $SPATCH_REQ_VERSION | ${DIR}/scripts/ld-version.sh)
17 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
Dcoccicheck10 DIR="$(dirname $(readlink -f $0))/.."
19 SPATCH_VERSION_NUM=$(echo $SPATCH_VERSION | ${DIR}/scripts/ld-version.sh)
189 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
Dleaking_addresses.pl481 next if (!opendir(DIR, $pwd));
482 my @files = readdir(DIR);
483 closedir(DIR);
/Linux-v5.10/tools/testing/selftests/kselftest/
Drunner.sh44 DIR="$1"
53 settings="$BASE_DIR/$DIR/settings"
66 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
98 DIR="${PWD#${BASE_DIR}/}"
109 run_one "$DIR" "$TEST" "$test_num"
/Linux-v5.10/tools/testing/selftests/proc/
Dread.c38 static void f_reg(DIR *d, const char *filename) in f_reg()
53 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write()
66 static void f_lnk(DIR *d, const char *filename) in f_lnk()
75 static void f(DIR *d, unsigned int level) in f()
92 DIR *dd; in f()
127 DIR *d; in main()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id.sh53 DIR=$(dirname $0)
57 BPF_PROG_OBJ="${DIR}/test_skb_cgroup_id_kern.o"
60 PROG="${DIR}/test_skb_cgroup_id_user"
Dtest_tcp_check_syncookie.sh75 DIR=$(dirname $0)
78 BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.o"
82 PROG="${DIR}/test_tcp_check_syncookie_user"
/Linux-v5.10/drivers/net/wan/
Dhd64570.h139 #define DIR 0x14 /* DMA Interrupt Enable */ macro
140 #define DIR_RX(node) (DIR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET))
141 #define DIR_TX(node) (DIR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
/Linux-v5.10/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir; in acpi_os_open_directory()
/Linux-v5.10/tools/lib/api/fs/
Dtracing_path.c103 DIR *tracing_events__opendir(void) in tracing_events__opendir()
105 DIR *dir = NULL; in tracing_events__opendir()
Dtracing_path.h8 DIR *tracing_events__opendir(void);
/Linux-v5.10/samples/bpf/
Dxdp2skb_meta.sh17 DIR=$(dirname $0)
131 FILE="$DIR/$BPF_FILE"
/Linux-v5.10/arch/arm/boot/dts/
Dbcm47094-dlink-dir-885l.dts4 * DTS for D-Link DIR-885L
16 model = "D-Link DIR-885L";
/Linux-v5.10/tools/iio/
Dlsiio.c42 DIR *dp; in dump_channels()
105 DIR *dp; in dump_devices()
/Linux-v5.10/tools/build/Documentation/
DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
32 DIR - is the path to the project to be built
35 When succefully finished the $(DIR) directory contains the final object file
38 $ ls $(DIR)/$(OBJECT)-in.o
/Linux-v5.10/fs/hostfs/
Dhostfs_user.c92 DIR *dir; in open_dir()
102 DIR *dir = stream; in seek_dir()
111 DIR *dir = stream; in read_dir()

1234