/Linux-v4.19/scripts/dtc/ |
D | fstree.c | 26 static struct node *read_fstree(const char *dirname) in read_fstree() argument 33 d = opendir(dirname); in read_fstree() 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 46 tmpname = join_path(dirname, de->d_name); in read_fstree() 82 struct dt_info *dt_from_fs(const char *dirname) in dt_from_fs() argument 86 tree = read_fstree(dirname); in dt_from_fs()
|
D | srcpos.c | 30 const char *dirname; /* name of directory to search */ member 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument 75 if (!dirname || fname[0] == '/') in try_open() 78 fullname = join_path(dirname, fname); in try_open() 112 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path() 183 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path() argument 190 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | parse.c | 64 FILE *prepare_output(const char *dirname) in prepare_output() argument 72 dir = opendir(dirname); in prepare_output() 74 if (mkdir(dirname, 0755)) { in prepare_output() 77 dirname); in prepare_output() 82 len = strlen(dirname) + 30; in prepare_output() 101 dirname, sysdata.nodename, sysdata.release, time(NULL)); in prepare_output() 104 dirname, time(NULL)); in prepare_output()
|
/Linux-v4.19/scripts/ |
D | recordmcount.pl | 404 my $dirname; 410 $dirname = $1; 413 $dirname = "."; 425 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 426 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 588 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 589 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 611 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
D | gcc-plugin.sh | 3 srctree=$(dirname "$0")
|
D | checksyscalls.sh | 214 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
|
/Linux-v4.19/drivers/edac/ |
D | edac_module.h | 75 struct dentry *edac_debugfs_create_dir(const char *dirname); 77 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent); 89 static inline struct dentry *edac_debugfs_create_dir(const char *dirname) { return NULL; } in edac_debugfs_create_dir() argument 91 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at() argument
|
D | debugfs.c | 106 struct dentry *edac_debugfs_create_dir(const char *dirname) in edac_debugfs_create_dir() argument 111 return debugfs_create_dir(dirname, edac_debugfs); in edac_debugfs_create_dir() 117 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() argument 119 return debugfs_create_dir(dirname, parent); in edac_debugfs_create_dir_at()
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | fork.c | 270 char *dirname = strdup(argv[0]); in main() local 272 i = strlen(dirname) - 1; in main() 274 if (dirname[i] == '/') { in main() 275 dirname[i] = '\0'; in main() 276 if (chdir(dirname) == -1) { in main()
|
/Linux-v4.19/tools/perf/tests/shell/ |
D | probe_vfs_getname.sh | 5 . $(dirname $0)/lib/probe.sh 9 . $(dirname $0)/lib/probe_vfs_getname.sh
|
D | trace+probe_vfs_getname.sh | 11 . $(dirname $0)/lib/probe.sh 15 . $(dirname $0)/lib/probe_vfs_getname.sh
|
D | record+script_probe_vfs_getname.sh | 10 . $(dirname $0)/lib/probe.sh 14 . $(dirname $0)/lib/probe_vfs_getname.sh
|
/Linux-v4.19/fs/adfs/ |
D | dir_f.h | 45 char dirname[10]; member 58 char dirname[10]; member
|
/Linux-v4.19/tools/perf/util/ |
D | strlist.c | 167 const char *dirname = NULL; in strlist__new() local 171 dirname = config->dirname; in strlist__new() 183 if (list && strlist__parse_list(slist, list, dirname) != 0) in strlist__new()
|
/Linux-v4.19/scripts/kconfig/ |
D | confdata.c | 785 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; in conf_write() local 788 dirname[0] = 0; in conf_write() 793 strcpy(dirname, name); in conf_write() 794 strcat(dirname, "/"); in conf_write() 798 memcpy(dirname, name, size); in conf_write() 799 dirname[size] = 0; in conf_write() 809 sprintf(newname, "%s%s", dirname, basename); in conf_write() 812 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 863 strcat(dirname, basename); in conf_write() 864 strcat(dirname, ".old"); in conf_write() [all …]
|
/Linux-v4.19/fs/cachefiles/ |
D | namei.c | 759 const char *dirname) in cachefiles_get_directory() argument 766 _enter(",,%s", dirname); in cachefiles_get_directory() 773 subdir = lookup_one_len(dirname, dir, strlen(dirname)); in cachefiles_get_directory() 819 pr_err("%s is not a directory\n", dirname); in cachefiles_get_directory() 845 pr_err("mkdir %s failed with error %d\n", dirname, ret); in cachefiles_get_directory() 851 pr_err("Lookup %s failed with error %d\n", dirname, ret); in cachefiles_get_directory()
|
/Linux-v4.19/arch/powerpc/tools/ |
D | checkpatch.sh | 7 script_base=$(realpath $(dirname $0))
|
/Linux-v4.19/tools/testing/selftests/firmware/ |
D | fw_run_tests.sh | 9 TEST_DIR=$(dirname $0)
|
/Linux-v4.19/arch/ia64/scripts/ |
D | check-gas | 3 dir=$(dirname $0)
|
/Linux-v4.19/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
|
/Linux-v4.19/Documentation/features/ |
D | list-arch.sh | 10 cd $(dirname $0)
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/ |
D | test_script.sh | 60 c_file=`dirname "$2"`/test.c
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | gen-insn-x86-dat.sh | 21 cd $(dirname $0)
|
/Linux-v4.19/samples/pktgen/ |
D | pktgen_sample01_simple.sh | 8 basedir=`dirname $0`
|
D | pktgen_bench_xmit_mode_queue_xmit.sh | 11 basedir=`dirname $0`
|