Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/firmware/
A Dfw_filesystem.sh115 if [ ! -f $DIR/reset ]; then
129 echo 1 > $DIR/reset
139 echo -n $1 > $DIR/config_name
144 echo 1 > $DIR/config_into_buf
149 echo 0 > $DIR/config_into_buf
154 echo $1 > $DIR/config_buf_size
164 echo 1 > $DIR/config_partial
169 echo 0 > $DIR/config_partial
174 echo 1 > $DIR/config_sync_direct
342 echo "$DIR/$name/loading" >&2
[all …]
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
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 Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
30 if [ ! -d $DIR ]; then
44 if [ ! -d $DIR ]; then
/linux/tools/testing/selftests/arm64/
A 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; \
48 @for DIR in $(ARM64_SUBTARGETS); do \
49 BUILD_TARGET=$(OUTPUT)/$$DIR; \
55 @for DIR in $(ARM64_SUBTARGETS); do \
56 BUILD_TARGET=$(OUTPUT)/$$DIR; \
61 @for DIR in $(ARM64_SUBTARGETS); do \
[all …]
/linux/tools/testing/selftests/kmod/
A Dkmod.sh74 if [ ! -d $DIR ]; then
100 if [ -z $DIR ]; then
148 if [ ! -d $DIR ]; then
203 if ! echo -n 1 >$DIR/config_test_case; then
252 if ! echo -n $1 >$DIR/config_test_fs; then
260 cat $DIR/config_test_driver
265 cat $DIR/test_result
270 if ! echo -n "1" >"$DIR"/reset; then
279 cat "$DIR"/config
346 printf $NAME >"$DIR"/config_test_driver
[all …]
/linux/tools/testing/selftests/sparc64/
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/tools/testing/selftests/futex/
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/scripts/
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 => "/tmp", CLEANUP => 1);
[all …]
A Dleaking_addresses.pl482 next if (!opendir(DIR, $pwd));
483 my @files = readdir(DIR);
484 closedir(DIR);
/linux/tools/testing/selftests/proc/
A Dread.c38 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()
/linux/tools/testing/selftests/kselftest/
A Drunner.sh44 DIR="$1"
53 settings="$BASE_DIR/$DIR/settings"
66 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST"
106 DIR="${PWD#${BASE_DIR}/}"
117 run_one "$DIR" "$TEST" "$test_num"
/linux/drivers/misc/bcm-vk/
A Dbcm_vk_tty.c32 #define VK_BAR_CHAN(v, DIR, e) ((v)->DIR##_offset \ argument
34 #define VK_BAR_CHAN_SIZE(v, DIR) VK_BAR_CHAN(v, DIR, size) argument
35 #define VK_BAR_CHAN_WR(v, DIR) VK_BAR_CHAN(v, DIR, wr) argument
36 #define VK_BAR_CHAN_RD(v, DIR) VK_BAR_CHAN(v, DIR, rd) argument
37 #define VK_BAR_CHAN_DATA(v, DIR, off) (VK_BAR_CHAN(v, DIR, data) + (off)) argument
/linux/tools/testing/selftests/bpf/
A 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"
A 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/drivers/net/wan/
A 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/tools/testing/selftests/splice/
A Dshort_splice_read.sh11 DIR=$(dirname "$0")
78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
/linux/tools/power/acpi/os_specific/service_layers/
A Dosunixdir.c25 DIR *dir_ptr;
50 DIR *dir; in acpi_os_open_directory()
/linux/tools/lib/api/fs/
A Dtracing_path.c103 DIR *tracing_events__opendir(void) in tracing_events__opendir()
105 DIR *dir = NULL; in tracing_events__opendir()
/linux/samples/bpf/
A Dxdp2skb_meta.sh17 DIR=$(dirname $0)
131 FILE="$DIR/$BPF_FILE"
/linux/tools/build/Documentation/
A 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/tools/iio/
A Dlsiio.c42 DIR *dp; in dump_channels()
105 DIR *dp; in dump_devices()
/linux/arch/arm/boot/dts/
A Dbcm47094-dlink-dir-885l.dts4 * DTS for D-Link DIR-885L
16 model = "D-Link DIR-885L";
/linux/fs/hostfs/
A Dhostfs_user.c92 DIR *dir; in open_dir()
102 DIR *dir = stream; in seek_dir()
111 DIR *dir = stream; in read_dir()
/linux/tools/testing/selftests/tc-testing/
A DREADME119 usage: tdc.py [-h] [-p PATH] [-D DIR [DIR ...]] [-f FILE [FILE ...]]
140 -D DIR [DIR ...], --directory DIR [DIR ...]
/linux/tools/testing/selftests/sysctl/
A Dsysctl.sh46 if [ -z $DIR ]; then
47 DIR="/sys/module/test_sysctl/"
756 if [ -d $DIR ]; then

Completed in 33 milliseconds

1234