/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util-linux.c | 22 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow() 33 ssize_t flistxattrat_nofollow(int dirfd, const char *filename, in flistxattrat_nofollow() 44 ssize_t fremovexattrat_nofollow(int dirfd, const char *filename, in fremovexattrat_nofollow() 55 int fsetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fsetxattrat_nofollow() 67 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
|
H A D | 9p-util-darwin.c | 14 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow() 28 ssize_t flistxattrat_nofollow(int dirfd, const char *filename, in flistxattrat_nofollow() 42 ssize_t fremovexattrat_nofollow(int dirfd, const char *filename, in fremovexattrat_nofollow() 55 int fsetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fsetxattrat_nofollow() 113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
|
H A D | 9p-local.c | 190 int dirfd; in local_lstat() local 479 int dirfd; in local_readlink() local 521 int dirfd; in local_opendir() local 641 int dirfd; in local_chmod() local 668 int dirfd; in local_mknod() local 720 int dirfd; in local_mkdir() local 819 int dirfd; in local_open2() local 883 int dirfd; in local_symlink() local 1047 int dirfd; in local_chown() local 1142 int dirfd; in local_remove() local [all …]
|
H A D | 9p-xattr.c | 81 int dirfd; in v9fs_list_xattr() local 171 int dirfd; in local_getxattr_nofollow() local 199 int dirfd; in local_setxattr_nofollow() local 226 int dirfd; in local_removexattr_nofollow() local
|
H A D | 9p-util.h | 146 static inline int openat_dir(int dirfd, const char *name) in openat_dir() 152 static inline int openat_file(int dirfd, const char *name, int flags, in openat_file()
|
/openbmc/linux/tools/perf/util/ |
H A D | pmu.c | 197 int perf_pmu__format_parse(struct perf_pmu *pmu, int dirfd, bool eager_load) in perf_pmu__format_parse() 247 static int pmu_format(struct perf_pmu *pmu, int dirfd, const char *name) in pmu_format() 727 static struct perf_cpu_map *pmu_cpumask(int dirfd, const char *name, bool is_core) in pmu_cpumask() 755 static bool pmu_is_uncore(int dirfd, const char *name) in pmu_is_uncore() 1020 static int pmu_max_precise(int dirfd, struct perf_pmu *pmu) in pmu_max_precise() 1028 struct perf_pmu *perf_pmu__lookup(struct list_head *pmus, int dirfd, const char *lookup_name) in perf_pmu__lookup() 1843 FILE *perf_pmu__open_file_at(struct perf_pmu *pmu, int dirfd, const char *name) in perf_pmu__open_file_at() 1871 int perf_pmu__scan_file_at(struct perf_pmu *pmu, int dirfd, const char *name, in perf_pmu__scan_file_at() 2110 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) in perf_pmu__pathname_fd()
|
H A D | pmus.c | 104 int dirfd; in perf_pmus__find() local 130 static struct perf_pmu *perf_pmu__find2(int dirfd, const char *name) in perf_pmu__find2()
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx()
|
H A D | proc-pid-vm.c | 51 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flag… in sys_execveat()
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | pmu.c | 76 int fd, dirfd; in setup_pmu_alias_list() local
|
H A D | intel-pt.c | 194 int dirfd; in intel_pt_default_config() local 496 static int intel_pt_val_config_term(struct perf_pmu *intel_pt_pmu, int dirfd, in intel_pt_val_config_term() 539 int err, dirfd; in intel_pt_validate_config() local
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 1474 int dirfd; in transfer_vcpu() local 1595 static void ga_read_sysfs_file(int dirfd, const char *pathname, char *buf, in ga_read_sysfs_file() 1617 static void ga_write_sysfs_file(int dirfd, const char *pathname, in ga_write_sysfs_file() 1656 int dirfd; in transfer_memory_block() local 1872 int dirfd; in qmp_guest_get_memory_block_info() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 407 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
|
/openbmc/linux/include/linux/ |
H A D | fs_context.h | 73 int dirfd; member
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 382 static int test_open_rel(const int dirfd, const char *const path, in test_open_rel() 1706 int dirfd, ruleset_fd; in test_relative_path() local
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7829 static abi_long do_name_to_handle_at(abi_long dirfd, abi_long pathname, in do_name_to_handle_at() 8351 int do_guest_openat(CPUArchState *cpu_env, int dirfd, const char *fname, in do_guest_openat() 8472 static int do_execv(CPUArchState *cpu_env, int dirfd, in do_execv() 8677 static int do_getdents(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents() 8764 static int do_getdents64(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents64() 11773 int dirfd = arg1; in _syscall2() local
|
H A D | strace.c | 1548 print_at_dirfd(abi_long dirfd, int last) in print_at_dirfd()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 425 uint32_t dirfd; member
|