| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | do_hbm_test.sh | 76 dir_name="out" 112 dir_name="out" 212 rm -f hbm.[0-9]*.$dir_name 304 if [ -e hbm.$id.$dir_name ] ; then 305 cat hbm.$id.$dir_name 343 if [ -e hbm.$id.$dir_name ] ; then 344 cat hbm.$id.$dir_name 369 if [ -e hbm.$id.$dir_name ] ; then 370 cat hbm.$id.$dir_name
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | build-id.c | 581 char *dir_name; in build_id_cache__list_build_ids() local 584 dir_name = build_id_cache__cachedir(NULL, pathname, nsi, false, false); in build_id_cache__list_build_ids() 585 if (!dir_name) in build_id_cache__list_build_ids() 588 *result = lsdir(dir_name, lsdir_no_dot_filter); in build_id_cache__list_build_ids() 591 free(dir_name); in build_id_cache__list_build_ids() 670 char *realname = NULL, *filename = NULL, *dir_name = NULL, in build_id_cache__add_s() local 684 dir_name = build_id_cache__cachedir(sbuild_id, name, nsi, is_kallsyms, in build_id_cache__add_s() 686 if (!dir_name) in build_id_cache__add_s() 690 if (is_regular_file(dir_name)) in build_id_cache__add_s() 691 if (unlink(dir_name)) in build_id_cache__add_s() [all …]
|
| H A D | probe-file.c | 420 char *dir_name = NULL; in probe_cache__open() local 428 dir_name = build_id_cache__linkname(sbuildid, NULL, 0); in probe_cache__open() 457 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open() 460 if (!dir_name) { in probe_cache__open() 465 snprintf(cpath, PATH_MAX, "%s/probes", dir_name); in probe_cache__open() 469 free(dir_name); in probe_cache__open()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_debugfs.c | 76 char dir_name[33]; in uvc_debugfs_init_stream() local 81 snprintf(dir_name, sizeof(dir_name), "%u-%u-%u", udev->bus->busnum, in uvc_debugfs_init_stream() 84 stream->debugfs_dir = debugfs_create_dir(dir_name, in uvc_debugfs_init_stream()
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ion.c | 179 static RK_S32 find_dir_in_path(char *path, const char *dir_name, in find_dir_in_path() argument 189 search_name = dir_name; in find_dir_in_path() 192 mpp_log("scan %s for %s return %d\n", path, dir_name, n); in find_dir_in_path()
|
| /OK3568_Linux_fs/external/rkwifibt-app/include/ |
| H A D | RkBtObex.h | 23 int rk_bt_obex_pbap_get_vcf(char *dir_name, char *dir_file);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ubifs_uboot.h | 25 int ubifs_ls(const char *dir_name);
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | debugfs.c | 664 char dir_name[10]; in tb_switch_debugfs_init() local 671 snprintf(dir_name, sizeof(dir_name), "port%d", port->port); in tb_switch_debugfs_init() 672 debugfs_dir = debugfs_create_dir(dir_name, sw->debugfs_dir); in tb_switch_debugfs_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | tegra210_admaif.c | 349 char *dir_name; in tegra_admaif_stop() local 356 dir_name = "TX"; in tegra_admaif_stop() 364 dir_name = "RX"; in tegra_admaif_stop() 381 dai->id + 1, dir_name); in tegra_admaif_stop() 392 dai->id + 1, dir_name); in tegra_admaif_stop()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv.h | 70 const char *dir_name);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() argument 22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount()
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | file.c | 969 tomoyo_same_name_union(&p1->dir_name, &p2->dir_name) && in tomoyo_same_mount_acl() 989 !tomoyo_parse_name_union(param, &e.dir_name) || in tomoyo_update_mount_acl() 997 tomoyo_put_name_union(&e.dir_name); in tomoyo_update_mount_acl()
|
| H A D | mount.c | 58 &acl->dir_name) && in tomoyo_check_mount_acl()
|
| H A D | gc.c | 201 tomoyo_put_name_union(&entry->dir_name); in tomoyo_del_acl()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testexport.bbclass | 173 dir_name = os.path.dirname(src_dir) 176 os.chdir(dir_name)
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | rpc_pipe_fs.h | 85 const unsigned char *dir_name);
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 703 char dir_name[ITOA_MAX_LEN * 2]; in kvm_create_vm_debugfs() local 710 snprintf(dir_name, sizeof(dir_name), "%d-%d", task_pid_nr(current), fd); in kvm_create_vm_debugfs() 712 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 714 pr_warn_ratelimited("KVM: debugfs: duplicate directory %s\n", dir_name); in kvm_create_vm_debugfs() 719 dent = debugfs_create_dir(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 3156 char dir_name[ITOA_MAX_LEN * 2]; in kvm_create_vcpu_debugfs() local 3161 snprintf(dir_name, sizeof(dir_name), "vcpu%d", vcpu->vcpu_id); in kvm_create_vcpu_debugfs() 3162 debugfs_dentry = debugfs_create_dir(dir_name, in kvm_create_vcpu_debugfs()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libksba/libksba/ |
| H A D | ksba-add-pkgconfig-support.patch | 28 - dnl package name in --with-$dir_name-prefix=PFX.
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | rpc_pipe.c | 1191 const unsigned char *dir_name) in rpc_d_lookup_sb() argument 1193 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb()
|
| H A D | clnt.c | 121 const char *dir_name = clnt->cl_program->pipe_dir_name; in rpc_setup_pipedir_sb() local 125 dir = rpc_d_lookup_sb(sb, dir_name); in rpc_setup_pipedir_sb() 127 pr_info("RPC: pipefs directory doesn't exist: %s\n", dir_name); in rpc_setup_pipedir_sb() 140 dir_name, name, PTR_ERR(dentry)); in rpc_setup_pipedir_sb()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq-debugfs.c | 970 const char *dir_name = rq_qos_id_to_name(rqos->id); in blk_mq_debugfs_register_rqos() local 979 rqos->debugfs_dir = debugfs_create_dir(dir_name, in blk_mq_debugfs_register_rqos()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-2.patch | 97 dir_name = table->comp_dir;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgpg-error/libgpg-error/ |
| H A D | pkgconfig.patch | 31 - dnl package name in --with-$dir_name-prefix=PFX.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/pinentry/pinentry-1.2.0/ |
| H A D | gpg-error_pkconf.patch | 29 - dnl package name in --with-$dir_name-prefix=PFX.
|