/linux-4.1.27/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 tmpnam = join_path(dirname, de->d_name); in read_fstree() 82 struct boot_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 37 static char *dirname(const char *path) in dirname() function 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() 153 srcfile->dir = dirname(srcfile->name); in srcfile_push() 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()
|
D | srcpos.h | 67 void srcfile_add_search_path(const char *dirname);
|
D | dtc.h | 267 struct boot_info *dt_from_fs(const char *dirname);
|
/linux-4.1.27/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() 95 dirname, sysdata.nodename, sysdata.release, time(NULL)); in prepare_output() 98 dirname, time(NULL)); in prepare_output()
|
/linux-4.1.27/scripts/ |
D | recordmcount.pl | 384 my $dirname; 390 $dirname = $1; 393 $dirname = "."; 405 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 406 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 568 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 569 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 591 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
D | checksyscalls.sh | 215 (ignore_list && syscall_list $(dirname $0)/../arch/x86/syscalls/syscall_32.tbl) | \
|
D | decode_stacktrace.sh | 74 local scripts=`dirname "${BASH_SOURCE[0]}"`
|
D | headers_check.pl | 114 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
|
D | analyze_suspend.py | 2833 for dirname, dirnames, filenames in os.walk('/sys/devices'): 2834 if(re.match('.*/usb[0-9]*.*', dirname) and 2836 os.system('echo auto > %s/power/control' % dirname) 2837 name = dirname.split('/')[-1] 2839 dirname).read().replace('\n', '') 2841 dirname).read().replace('\n', '') 2903 for dirname, dirnames, filenames in os.walk('/sys/devices'): 2904 if(re.match('.*/usb[0-9]*.*', dirname) and 2908 (dirname, i)).read().replace('\n', '') 2909 name = dirname.split('/')[-1] [all …]
|
D | checkpatch.pl | 14 my $D = dirname(abs_path($P));
|
/linux-4.1.27/fs/adfs/ |
D | dir_f.h | 45 char dirname[10]; member 58 char dirname[10]; member
|
/linux-4.1.27/scripts/kconfig/ |
D | confdata.c | 748 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 751 dirname[0] = 0; in conf_write() 757 strcpy(dirname, name); in conf_write() 758 strcat(dirname, "/"); in conf_write() 762 memcpy(dirname, name, size); in conf_write() 763 dirname[size] = 0; in conf_write() 773 sprintf(newname, "%s%s", dirname, basename); in conf_write() 776 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 827 strcat(dirname, basename); in conf_write() 828 strcat(dirname, ".old"); in conf_write() [all …]
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 712 const char *dirname) in cachefiles_get_directory() argument 719 _enter(",,%s", dirname); in cachefiles_get_directory() 725 subdir = lookup_one_len(dirname, dir, strlen(dirname)); in cachefiles_get_directory() 767 pr_err("%s is not a directory\n", dirname); in cachefiles_get_directory() 795 pr_err("mkdir %s failed with error %d\n", dirname, ret); in cachefiles_get_directory() 801 pr_err("Lookup %s failed with error %d\n", dirname, ret); in cachefiles_get_directory()
|
/linux-4.1.27/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
|
/linux-4.1.27/arch/ia64/scripts/ |
D | check-gas | 2 dir=$(dirname $0)
|
D | toolchain-flags | 9 dir=$(dirname $0)
|
/linux-4.1.27/security/apparmor/ |
D | apparmorfs.c | 418 if (!profile->dirname) { in __aa_fs_profile_mkdir() 423 profile->dirname = kmalloc(len + id_len + 1, GFP_KERNEL); in __aa_fs_profile_mkdir() 424 if (!profile->dirname) in __aa_fs_profile_mkdir() 427 mangle_name(profile->base.name, profile->dirname); in __aa_fs_profile_mkdir() 428 sprintf(profile->dirname + len, ".%ld", profile->ns->uniq_id++); in __aa_fs_profile_mkdir() 431 dent = securityfs_create_dir(profile->dirname, parent); in __aa_fs_profile_mkdir()
|
D | policy.c | 608 kzfree(profile->dirname); in aa_free_profile()
|
/linux-4.1.27/tools/cgroup/ |
D | cgroup_event_listener.c | 38 dirname(argv[1])); in main()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 450 osf_ufs_mount(const char __user *dirname, in osf_ufs_mount() argument 464 retval = do_mount(devname->name, dirname, "ext2", flags, NULL); in osf_ufs_mount() 471 osf_cdfs_mount(const char __user *dirname, in osf_cdfs_mount() argument 485 retval = do_mount(devname->name, dirname, "iso9660", flags, NULL); in osf_cdfs_mount() 492 osf_procfs_mount(const char __user *dirname, in osf_procfs_mount() argument 500 return do_mount("", dirname, "proc", flags, NULL); in osf_procfs_mount()
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | ftracetest | 33 (cd `dirname $1`; pwd)
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | module.c | 94 snprintf(sp->dirname, IBMASM_NAME_SIZE, "%d", sp->number); in ibmasm_init_one()
|
D | ibmasm.h | 159 char dirname[IBMASM_NAME_SIZE]; member
|
D | ibmasmfs.c | 613 dir = ibmasmfs_create_dir(sb->s_root, sp->dirname); in ibmasmfs_create_files()
|
/linux-4.1.27/security/apparmor/include/ |
D | policy.h | 223 char *dirname; member
|
/linux-4.1.27/fs/notify/inotify/ |
D | inotify_user.c | 332 static int inotify_find_inode(const char __user *dirname, struct path *path, unsigned flags) in inotify_find_inode() argument 336 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 348 const char *dirname, in dt_store_open() argument 355 dir = dt_store_resolve(env, dt, dirname, fid); in dt_store_open()
|
/linux-4.1.27/Documentation/ |
D | java.txt | 88 cd -L `dirname $CLASS` 96 cd -P `dirname $CLASS`
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 157 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 823 const char *dirname,
|