Home
last modified time | relevance | path

Searched refs:pathname (Results 201 – 225 of 240) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dupdate-alternatives.bbclass19 # The pathname of the link
/openbmc/linux/Documentation/admin-guide/
H A Dmodule-signing.rst173 The full pathname for the resulting kernel_key.pem file can then be specified
H A Ddevices.rst19 Standard (FHS). The FHS is available from https://www.pathname.com/fhs/.
H A Ddynamic-debug-howto.rst143 pathname, or the basename of the source file of each callsite.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-trace.txt154 Show tool stats such as number of times fd->pathname was discovered thru
H A Dperf-top.txt77 kallsyms pathname
H A Dperf-record.txt385 pathname. You can also set the "record.build-id" config variable to
/openbmc/qemu/docs/interop/
H A Dfirmware.json380 # locations, then sort the list by filename (i.e., last pathname
/openbmc/linux/Documentation/RCU/
H A Dtorture.rst374 the pathname of the old run-results directory.
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1458 __aligned_u64 pathname; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1458 __aligned_u64 pathname; member
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.txt7 with the first component of the pathname (eg. root or cwd) with a known dentry,
H A Dlocking.rst211 by resolving the pathname passed to syscall.
/openbmc/linux/kernel/events/
H A Dcore.c8546 char *pathname; in perf_event_cgroup() local
8563 pathname = kmalloc(PATH_MAX, GFP_KERNEL); in perf_event_cgroup()
8564 if (pathname == NULL) { in perf_event_cgroup()
8568 cgroup_path(cgrp, pathname, PATH_MAX - sizeof(u64)); in perf_event_cgroup()
8569 cgroup_event.path = pathname; in perf_event_cgroup()
8588 kfree(pathname); in perf_event_cgroup()
/openbmc/linux/drivers/md/
H A Dmd.c6725 ptr = file_path(mddev->bitmap_info.file, file->pathname, in get_bitmap_file()
6726 sizeof(file->pathname)); in get_bitmap_file()
6730 memmove(file->pathname, ptr, in get_bitmap_file()
6731 sizeof(file->pathname)-(ptr-file->pathname)); in get_bitmap_file()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1832 pathname = models.FilePathField(max_length=255, blank=True) variable in LogMessage
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dterms.rst89 :term:`Build Directory`. Any intermediate folders in the pathname
H A Ddevtool-reference.rst582 You can create a workspace layer anywhere by supplying a pathname with
/openbmc/linux/fs/ext4/
H A Dsuper.c881 char pathname[80], *path; in __ext4_error_file() local
888 path = file_path(file, pathname, sizeof(pathname)); in __ext4_error_file()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2810 u64_to_user_ptr(attr->pathname)); in bpf_obj_pin()
2826 return bpf_obj_get_user(path_fd, u64_to_user_ptr(attr->pathname), in bpf_obj_get()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c3134 int yaffs_mknod(const YCHAR *pathname, mode_t mode, dev_t dev) in yaffs_mknod() argument
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst296 supplying the pathname (relative to the mount point of the cgroup
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1814 * Find the mnt that pathname is on.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1925 file_name = LogMessage.objects.get(build = build, pk = artifact_id).pathname
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dcommon.rst915 with the pathname to your local Git repositories. Also, you must
1106 pathname might differ.

12345678910