| /kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
| D | fw_filesystem.sh | 26 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 …]
|
| 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 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 …]
|
| D | fw_lib.sh | 7 DIR=/sys/devices/virtual/misc/test_firmware 30 if [ ! -d $DIR ]; then 44 if [ ! -d $DIR ]; then
|
| /kernel/linux/linux-5.10/tools/testing/selftests/arm64/ |
| D | Makefile | 35 @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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/android/ |
| D | Makefile | 11 @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 $@;\
|
| /kernel/linux/linux-5.10/tools/testing/selftests/sparc64/ |
| 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 $@;\
|
| /kernel/linux/linux-5.10/tools/testing/selftests/futex/ |
| D | Makefile | 11 @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 $@;\
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
| D | kmod.sh | 74 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 …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | get_dvb_firmware | 54 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 …]
|
| D | nsdeps | 8 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)
|
| D | coccicheck | 10 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)
|
| /kernel/liteos_m/kal/libc/newlib/porting/include/ |
| D | dirent.h | 58 typedef struct __dirstream DIR; typedef 68 int closedir(DIR *dir); 69 DIR *opendir(const char *dirName); 70 struct dirent *readdir(DIR *dir);
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
| D | runner.sh | 44 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"
|
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| D | read.c | 38 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()
|
| /kernel/liteos_m/testsuites/unittest/posix/src/fs/api/ |
| D | posix_fs_opendir_test.c | 42 DIR *dir = opendir(TEST_ROOT); 58 DIR *dir = opendir(NULL); 72 DIR *dir = NULL;
|
| D | posix_fs_closedir_test.c | 42 DIR *dir = opendir(TEST_ROOT); 60 DIR *dir = opendir(TEST_ROOT);
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_skb_cgroup_id.sh | 53 DIR=$(dirname $0) 57 BPF_PROG_OBJ="${DIR}/test_skb_cgroup_id_kern.o" 60 PROG="${DIR}/test_skb_cgroup_id_user"
|
| D | test_tcp_check_syncookie.sh | 75 DIR=$(dirname $0) 78 BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.o" 82 PROG="${DIR}/test_tcp_check_syncookie_user"
|
| /kernel/uniproton/src/fs/vfs/ |
| D | vfs_operations.h | 51 DIR *OsVfsOpendir(const char *path); 52 struct dirent *OsVfsReaddir(DIR *d); 53 S32 OsVfsClosedir(DIR *d);
|
| /kernel/liteos_a/fs/fat/os_adapt/ |
| D | fatfs.c | 259 static FRESULT init_cluster(DIR_FILE *pdfp, DIR *dp_new, FATFS *fs, int type, const char *target, D… in init_cluster() 355 DIR *dp_new = NULL; in fatfs_create_obj() 502 DIR *dp = NULL; in fatfs_lookup() 605 DIR *dp = &(dfp->f_dir); in fatfs_open() 703 static FRESULT update_dir(DIR *dp, FILINFO *finfo) in update_dir() 999 DIR *dp = &(dfp->f_dir); in fatfs_truncate64() 1454 void fatfs_chtime(DIR *dp, struct IATTR *attr) in fatfs_chtime() 1478 DIR *dp = &(dfp->f_dir); in fatfs_chattr() 1539 DIR *dp; in fatfs_opendir() 1544 dp = (DIR*)zalloc(sizeof(DIR)); in fatfs_opendir() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| D | hd64570.h | 139 #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))
|
| /kernel/liteos_a/testsuites/unittest/process/fs/smoke/ |
| D | It_process_fs_012.cpp | 47 DIR *dirp = opendir(buf.str().data()); in child_process() 77 DIR *dirp = opendir(buf.str().data()); in ItProcessFs012()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/splice/ |
| D | short_splice_read.sh | 11 DIR=$(dirname "$0") 78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
|
| /kernel/uniproton/src/fs/ |
| D | fs.c | 94 DIR *opendir(const char *dirName) in opendir() 99 struct dirent *readdir(DIR *dir) in readdir() 104 int closedir(DIR *dir) in closedir()
|
| /kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
| D | osunixdir.c | 25 DIR *dir_ptr; 50 DIR *dir; in acpi_os_open_directory()
|