Home
last modified time | relevance | path

Searched refs:pathname (Results 151 – 175 of 240) sorted by relevance

12345678910

/openbmc/linux/drivers/block/rnbd/
H A Drnbd-srv-sysfs.c120 return sysfs_emit(page, "%s\n", sess_dev->pathname); in mapping_path_show()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch121 /* Creates a subprocess decompressing the given pathname, and returns
124 @@ -202,6 +205,7 @@ fopen_uncompressed (const char *pathname, const char *compressor)
138 stream = fopen_uncompressed (pathname, "gzip");
141 stream = fopen_uncompressed (pathname, "bzip2");
/openbmc/qemu/qga/
H A Dcommands-posix.c2243 static void ga_read_sysfs_file(int dirfd, const char *pathname, char *buf, in ga_read_sysfs_file() argument
2250 fd = openat(dirfd, pathname, O_RDONLY); in ga_read_sysfs_file()
2252 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
2258 error_setg_errno(errp, errno, "pread sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
2260 error_setg(errp, "pread sysfs file \"%s\": unexpected EOF", pathname); in ga_read_sysfs_file()
2265 static void ga_write_sysfs_file(int dirfd, const char *pathname, in ga_write_sysfs_file() argument
2271 fd = openat(dirfd, pathname, O_WRONLY); in ga_write_sysfs_file()
2273 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
2278 error_setg_errno(errp, errno, "pwrite sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
/openbmc/linux/include/trace/events/
H A Df2fs.h2217 pid_t pid, char *pathname, char *command),
2219 TP_ARGS(inode, offset, bytes, pid, pathname, command),
2222 __string(pathbuf, pathname)
2237 __assign_str(pathbuf, pathname);
2281 pid_t pid, char *pathname, char *command),
2283 TP_ARGS(inode, offset, bytes, pid, pathname, command)
2296 pid_t pid, char *pathname, char *command),
2298 TP_ARGS(inode, offset, bytes, pid, pathname, command)
/openbmc/linux/Documentation/driver-api/usb/
H A Dhotplug.rst42 holds the pathname ``/sbin/hotplug``. That parameter names a program
76 the pathname of the device, and is useful for devices with multiple and/or
/openbmc/linux/fs/autofs/
H A Ddev-ioctl.c183 static int find_autofs_mount(const char *pathname, in find_autofs_mount() argument
191 err = kern_path(pathname, LOOKUP_MOUNTPOINT, &path); in find_autofs_mount()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1354 zfree(&file->pathname); in thread_trace__free_files()
1398 if (stat(pathname, &st) == 0) in trace__set_fd_pathname()
1400 file->pathname = strdup(pathname); in trace__set_fd_pathname()
1401 if (file->pathname) in trace__set_fd_pathname()
1410 char linkname[PATH_MAX], pathname[PATH_MAX]; in thread__read_fd_path() local
1423 if (lstat(linkname, &st) < 0 || st.st_size + 1 > (off_t)sizeof(pathname)) in thread__read_fd_path()
1426 ret = readlink(linkname, pathname, sizeof(pathname)); in thread__read_fd_path()
1431 pathname[ret] = '\0'; in thread__read_fd_path()
1432 return trace__set_fd_pathname(thread, fd, pathname); in thread__read_fd_path()
1454 return ttrace->files.table[fd].pathname; in thread__fd_path()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dmono.rst52 # Replace /usr/bin/mono with the correct pathname to
/openbmc/linux/fs/
H A Dinternal.h169 extern struct file *do_filp_open(int dfd, struct filename *pathname,
/openbmc/linux/kernel/
H A Daudit.c2144 char *p, *pathname; in audit_log_d_path() local
2150 pathname = kmalloc(PATH_MAX+11, ab->gfp_mask); in audit_log_d_path()
2151 if (!pathname) { in audit_log_d_path()
2155 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
2161 kfree(pathname); in audit_log_d_path()
/openbmc/linux/tools/mm/
H A Dpage-types.c238 static int checked_open(const char *pathname, int flags) in checked_open() argument
240 int fd = open(pathname, flags); in checked_open()
243 perror(pathname); in checked_open()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h233 u8 pathname[NAME_MAX]; member
H A Drtrs-clt.c2549 memcpy(msg->pathname, clt_path->s.sessname, sizeof(msg->pathname)); in rtrs_send_path_info()
2787 const char *pathname, in rtrs_clt_open() argument
2797 if (strchr(pathname, '/') || strchr(pathname, '.')) { in rtrs_clt_open()
2803 clt = alloc_clt(pathname, paths_num, port, pdu_sz, ops->priv, in rtrs_clt_open()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c730 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
777 ret = inotify_find_inode(pathname, &path, flags, in SYSCALL_DEFINE3()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c12 const char *pathname = "/dev/isst_interface"; in tpmi_process_ioctl() local
60 fd = open(pathname, O_RDWR); in tpmi_process_ioctl()
/openbmc/linux/include/acpi/
H A Dacpi_bus.h28 acpi_string pathname,
32 acpi_string pathname,
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-customizing.rst56 Note that the full pathname of the method in ACPI namespace
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff45 executable pathname.
/openbmc/linux/include/linux/
H A Dblkdev.h1465 int lookup_bdev(const char *pathname, dev_t *dev);
1528 int __init early_lookup_bdev(const char *pathname, dev_t *dev);
1550 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() argument
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c297 ssize_t pathname_size, char *pathname) in read_proc_maps_line() argument
301 char *start_pathname = pathname; in read_proc_maps_line()
347 *pathname = '\0'; in read_proc_maps_line()
357 (pathname + 1 - start_pathname) >= pathname_size) { in read_proc_maps_line()
358 *pathname = '\0'; in read_proc_maps_line()
361 *pathname++ = ch; in read_proc_maps_line()
H A Dprobe-event.c732 int ntevs, const char *pathname) in post_process_offline_probe_trace_events() argument
739 map = dso__new_map(pathname); in post_process_offline_probe_trace_events()
740 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
741 pr_warning("Failed to get ELF symbols for %s\n", pathname); in post_process_offline_probe_trace_events()
3400 char *pathname; in find_cached_events_all() local
3414 pathname = build_id_cache__origname(nd->s); in find_cached_events_all()
3415 ret = find_cached_events(pev, &tmp_tevs, pathname); in find_cached_events_all()
3420 free(pathname); in find_cached_events_all()
/openbmc/linux/tools/perf/trace/beauty/
H A Dbeauty.h41 char *pathname; member
/openbmc/linux/security/tomoyo/
H A Dcommon.h960 char *tomoyo_realpath_nofollow(const char *pathname);
968 (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
/openbmc/linux/tools/perf/Documentation/
H A Dperf-annotate.txt56 vmlinux pathname.
/openbmc/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c118 char pathname[HMM_PATH_MAX]; in hmm_open() local
121 snprintf(pathname, sizeof(pathname), "/dev/hmm_dmirror%d", unit); in hmm_open()
122 fd = open(pathname, O_RDWR, 0); in hmm_open()
125 pathname); in hmm_open()

12345678910