Home
last modified time | relevance | path

Searched refs:pathname (Results 126 – 150 of 249) sorted by relevance

12345678910

/openbmc/u-boot/include/linux/mtd/
H A Dubi.h236 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
/openbmc/linux/include/linux/mtd/
H A Dubi.h231 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kwork.txt156 Vmlinux pathname
163 Kallsyms pathname
H A Dperf-sched.txt101 vmlinux pathname
104 kallsyms pathname
H A Dperf-inject.txt57 vmlinux pathname
63 kallsyms pathname
H A Dperf-lock.txt59 vmlinux pathname
62 kallsyms pathname
/openbmc/qemu/linux-user/
H A Dqemu.h165 int do_guest_openat(CPUArchState *cpu_env, int dirfd, const char *pathname,
167 ssize_t do_guest_readlink(const char *pathname, char *buf, size_t bufsiz);
/openbmc/linux/fs/xfs/scrub/
H A Dtrace.h787 __array(char, pathname, 256)
790 char pathname[257];
794 memset(pathname, 0, sizeof(pathname));
795 path = file_path(xf->file, pathname, sizeof(pathname) - 1);
798 strncpy(__entry->pathname, path, sizeof(__entry->pathname));
802 __entry->pathname)
/openbmc/qemu/qga/
H A Dcommands-linux.c1595 static void ga_read_sysfs_file(int dirfd, const char *pathname, char *buf, in ga_read_sysfs_file() argument
1602 fd = openat(dirfd, pathname, O_RDONLY); in ga_read_sysfs_file()
1604 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
1610 error_setg_errno(errp, errno, "pread sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
1612 error_setg(errp, "pread sysfs file \"%s\": unexpected EOF", pathname); in ga_read_sysfs_file()
1617 static void ga_write_sysfs_file(int dirfd, const char *pathname, in ga_write_sysfs_file() argument
1623 fd = openat(dirfd, pathname, O_WRONLY); in ga_write_sysfs_file()
1625 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
1630 error_setg_errno(errp, errno, "pwrite sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dstart-stop-false.patch13 # but at least it checks that pathname to exec() is correct
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1661 int dfd, const char __user *pathname) in do_fanotify_mark() argument
1678 __func__, fanotify_fd, flags, dfd, pathname, mask); in do_fanotify_mark()
1808 ret = fanotify_find_path(dfd, pathname, &path, flags, in do_fanotify_mark()
1895 const char __user *, pathname) in SYSCALL_DEFINE5() argument
1897 return do_fanotify_mark(fanotify_fd, flags, mask, dfd, pathname); in SYSCALL_DEFINE5()
1905 const char __user *, pathname) in SYSCALL32_DEFINE6() argument
1908 dfd, pathname); in SYSCALL32_DEFINE6()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c752 const char *pathname, const uuid_t *path_uuid) in exist_pathname() argument
769 if (strlen(srv_path->s.sessname) == strlen(pathname) && in exist_pathname()
770 !strcmp(srv_path->s.sessname, pathname)) { in exist_pathname()
804 if (strchr(msg->pathname, '/') || strchr(msg->pathname, '.')) { in process_info_req()
810 msg->pathname, &srv_path->srv->paths_uuid)) { in process_info_req()
811 rtrs_err(s, "pathname is duplicated: %s\n", msg->pathname); in process_info_req()
814 strscpy(srv_path->s.sessname, msg->pathname, in process_info_req()
1302 int rtrs_srv_get_path_name(struct rtrs_srv_sess *srv, char *pathname, in rtrs_srv_get_path_name() argument
1312 strscpy(pathname, srv_path->s.sessname, in rtrs_srv_get_path_name()
/openbmc/linux/block/
H A Dbdev.c967 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() argument
973 if (!pathname || !*pathname) in lookup_bdev()
976 error = kern_path(pathname, LOOKUP_FOLLOW, &path); in lookup_bdev()
/openbmc/linux/fs/
H A Dstat.c482 static int do_readlinkat(int dfd, const char __user *pathname, in do_readlinkat() argument
494 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
518 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4() argument
521 return do_readlinkat(dfd, pathname, buf, bufsiz); in SYSCALL_DEFINE4()
H A Dopen.c123 long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() argument
133 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in do_sys_truncate()
229 COMPAT_SYSCALL_DEFINE3(truncate64, const char __user *, pathname, in COMPAT_SYSCALL_DEFINE3() argument
232 return ksys_truncate(pathname, compat_arg_u64_glue(length)); in COMPAT_SYSCALL_DEFINE3()
1504 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
1510 return do_sys_open(AT_FDCWD, pathname, flags, mode); in SYSCALL_DEFINE2()
H A Dnamei.c3817 set_nameidata(&nd, dfd, pathname, NULL); in do_filp_open()
3924 struct filename *filename = getname_kernel(pathname); in kern_path_create()
3944 struct filename *filename = getname(pathname); in user_path_create()
4153 return do_mkdirat(dfd, getname(pathname), mode); in SYSCALL_DEFINE3()
4158 return do_mkdirat(AT_FDCWD, getname(pathname), mode); in SYSCALL_DEFINE2()
4274 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
4276 return do_rmdir(AT_FDCWD, getname(pathname)); in SYSCALL_DEFINE1()
4435 return do_rmdir(dfd, getname(pathname)); in SYSCALL_DEFINE3()
4436 return do_unlinkat(dfd, getname(pathname)); in SYSCALL_DEFINE3()
4439 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstriped.rst18 Full pathname to the underlying block-device, or a
H A Ddm-ebs.rst23 Full pathname to the underlying block-device,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
313 candidate = os.path.join(element, pathname)
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c51 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flag… in sys_execveat() argument
53 return syscall(SYS_execveat, dirfd, pathname, argv, envp, flags); in sys_execveat()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dlogin.defs_shadow-sysroot66 # If defined, either full pathname of a file containing device names or
127 # sequence. If a full pathname, then hushed mode will be enabled if the
128 # user's name or shell are found in the file. If not a full pathname, then
136 # fully-rooted pathname of a file containing such a spec.
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch59 pathname = buf;
/openbmc/linux/include/linux/
H A Dcompat.h602 asmlinkage long compat_sys_statfs(const char __user *pathname,
604 asmlinkage long compat_sys_statfs64(const char __user *pathname,
865 asmlinkage long compat_sys_truncate64(const char __user *pathname, compat_arg_u64(len));
927 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz,
/openbmc/linux/tools/perf/util/
H A Dpmu.h261 int perf_pmu__event_source_devices_scnprintf(char *pathname, size_t size);
/openbmc/linux/kernel/
H A Dacct.c212 static int acct_on(struct filename *pathname) in acct_on() argument
226 file = file_open_name(pathname, O_WRONLY|O_APPEND|O_LARGEFILE, 0); in acct_on()

12345678910