Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 25 of 121) sorted by relevance

12345

/openbmc/linux/tools/power/acpi/tools/acpidump/
H A Dapfiles.c28 static int ap_is_existing_file(char *pathname) in ap_is_existing_file()
65 int ap_open_output_file(char *pathname) in ap_open_output_file()
179 struct acpi_table_header *ap_get_table_from_file(char *pathname, in ap_get_table_from_file()
/openbmc/linux/drivers/acpi/acpica/
H A Dextrace.c132 u8 begin, u8 *aml, char *pathname) in acpi_ex_trace_point()
170 char *pathname = NULL; in acpi_ex_start_trace_method() local
227 char *pathname = NULL; in acpi_ex_stop_trace_method() local
H A Dutxfmutex.c39 acpi_string pathname, in acpi_ut_get_mutex_object()
100 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) in acpi_acquire_mutex()
H A Duterror.c41 char *pathname, in acpi_ut_predefined_warning()
84 char *pathname, u16 node_flags, const char *format, ...) in acpi_ut_predefined_info()
126 char *pathname, in acpi_ut_predefined_bios_error()
H A Dnsarguments.c94 acpi_ns_check_acpi_compliance(char *pathname, in acpi_ns_check_acpi_compliance()
187 acpi_ns_check_argument_count(char *pathname, in acpi_ns_check_argument_count()
H A Dnsutils.c636 const char *pathname, in acpi_ns_get_node_unlocked()
714 const char *pathname, in acpi_ns_get_node()
H A Dnsdump.c50 void acpi_ns_print_pathname(u32 num_segments, const char *pathname) in acpi_ns_print_pathname()
679 char *pathname; in acpi_ns_dump_one_object_path() local
H A Dutstring.c196 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes()
H A Dutaddress.c166 char *pathname; in acpi_ut_check_address_range() local
H A Dnsaccess.c281 char *pathname, in acpi_ns_lookup()
/openbmc/linux/fs/
H A Dstatfs.c97 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs()
192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
348 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64()
362 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
H A Dxattr.c659 static int path_setxattr(const char __user *pathname, in path_setxattr()
684 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
691 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
778 static ssize_t path_getxattr(const char __user *pathname, in path_getxattr()
797 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
803 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
856 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr()
874 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
921 static int path_removexattr(const char __user *pathname, in path_removexattr()
943 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
[all …]
H A Dinit.c218 int __init init_unlink(const char *pathname) in init_unlink()
223 int __init init_mkdir(const char *pathname, umode_t mode) in init_mkdir()
242 int __init init_rmdir(const char *pathname) in init_rmdir()
/openbmc/linux/tools/testing/selftests/proc/
H A Dfd-001-lookup.c33 static void test_lookup_pass(const char *pathname) in test_lookup_pass()
44 static void test_lookup_fail(const char *pathname) in test_lookup_fail()
H A Dfd-003-kthread.c116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx()
122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail()
/openbmc/linux/security/integrity/ima/
H A Dima_main.c86 char **pathbuf, const char **pathname, in mmap_violation_check()
120 const char **pathname, in ima_rdwr_violation_check()
216 const char *pathname = NULL; in process_measurement() local
474 const char *pathname = NULL; in ima_file_mprotect() local
/openbmc/linux/tools/testing/selftests/exec/
H A Dnon-regular.c15 void rm(struct __test_metadata *_metadata, const char *pathname, in rm()
37 char *pathname; in FIXTURE() local
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc32.c29 const char __user * pathname) in sys32_fanotify_mark()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c63 static long do_spu_create(const char __user *pathname, unsigned int flags, in do_spu_create()
/openbmc/linux/kernel/bpf/
H A Dinode.c436 static int bpf_obj_do_pin(int path_fd, const char __user *pathname, void *raw, in bpf_obj_do_pin()
478 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname) in bpf_obj_pin_user()
495 static void *bpf_obj_do_get(int path_fd, const char __user *pathname, in bpf_obj_do_get()
527 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags) in bpf_obj_get_user()
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c61 char *pathname; member
513 char pathname[NAME_MAX], *s; in rnbd_clt_get_path_name() local
569 char pathname[NAME_MAX]; in rnbd_clt_map_device_store() local
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c683 char pathname[32]; in get_msr() local
706 char pathname[32]; in put_msr() local
961 char pathname[64]; in update_cpufreq_scaling_freq() local
1234 char pathname[128]; in get_pkg_num() local
1386 char pathname[32]; in probe_dev_msr() local
/openbmc/linux/arch/arm64/kernel/
H A Dsys32.c23 COMPAT_SYSCALL_DEFINE3(aarch32_statfs64, const char __user *, pathname, in COMPAT_SYSCALL_DEFINE3() argument
88 COMPAT_SYSCALL_DEFINE4(aarch32_truncate64, const char __user *, pathname, in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c34 static ssize_t nfs4_pathname_len(const struct nfs4_pathname *pathname) in nfs4_pathname_len()
57 static char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
/openbmc/linux/tools/perf/bench/
H A Dsyscall.c57 const char *pathname = "/bin/true"; in test_execve() local

12345