Home
last modified time | relevance | path

Searched refs:pathname (Results 176 – 200 of 240) sorted by relevance

12345678910

/openbmc/linux/fs/smb/server/
H A Dvfs.c69 char *pathname, unsigned int flags, in ksmbd_vfs_path_lookup_locked() argument
79 if (pathname[0] == '\0') { in ksmbd_vfs_path_lookup_locked()
80 pathname = share_conf->path; in ksmbd_vfs_path_lookup_locked()
86 filename = getname_kernel(pathname); in ksmbd_vfs_path_lookup_locked()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c353 static int open_regular(const char *pathname, int flags, mode_t mode) in open_regular() argument
357 fd = open(pathname, flags, mode); in open_regular()
/openbmc/linux/drivers/acpi/
H A Dscan.c995 char pathname[5] = { '_', 'P', 'R', '0' + state, '\0' }; in acpi_bus_init_power_state() local
1002 status = acpi_evaluate_object(device->handle, pathname, NULL, &buffer); in acpi_bus_init_power_state()
1015 pathname[2] = 'S'; in acpi_bus_init_power_state()
1016 if (acpi_has_method(device->handle, pathname)) in acpi_bus_init_power_state()
/openbmc/linux/mm/
H A Dswapfile.c2407 struct filename *pathname; in SYSCALL_DEFINE1() local
2416 pathname = getname(specialfile); in SYSCALL_DEFINE1()
2417 if (IS_ERR(pathname)) in SYSCALL_DEFINE1()
2418 return PTR_ERR(pathname); in SYSCALL_DEFINE1()
2420 victim = file_open_name(pathname, O_RDWR|O_LARGEFILE, 0); in SYSCALL_DEFINE1()
2572 putname(pathname); in SYSCALL_DEFINE1()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass276 def check_create_long_filename(filepath, pathname):
289 …name in %s. Please use a filesystem that does not unreasonably limit filename length.\n" % pathname
291 return "Failed to create a file in %s: %s.\n" % (pathname, strerror)
294 …Failed to create %s directory in which to run long name sanity check: %s.\n" % (pathname, strerror)
297 def check_path_length(filepath, pathname, limit):
299 …nger than %s, this would cause unexpected errors, please use a shorter path.\n" % (pathname, limit)
/openbmc/linux/tools/perf/pmu-events/
H A DREADME137 is the pathname to the directory containing the CPU's JSON
/openbmc/linux/drivers/acpi/acpica/
H A Dacinterp.h121 u8 begin, u8 *aml, char *pathname);
H A Daclocal.h1206 char pathname[ACPI_DB_LINE_BUFFER_SIZE]; member
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py868 self.pathname = None
1575 mockevent.pathname = '-- None'
1583 mockevent.pathname = backtrace
1625 log_information['pathname'] = event.pathname
/openbmc/linux/fs/proc/
H A Dbase.c1767 char *pathname; in do_proc_readlink() local
1773 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()
1774 len = PTR_ERR(pathname); in do_proc_readlink()
1775 if (IS_ERR(pathname)) in do_proc_readlink()
1777 len = tmp + PATH_MAX - 1 - pathname; in do_proc_readlink()
1781 if (copy_to_user(buffer, pathname, len)) in do_proc_readlink()
/openbmc/qemu/linux-user/
H A Dsyscall.c7829 name = lock_user_string(pathname); in do_name_to_handle_at()
7837 unlock_user(name, pathname, 0); in do_name_to_handle_at()
7845 unlock_user(name, pathname, 0); in do_name_to_handle_at()
8312 const char *pathname; in do_guest_openat() local
8340 pathname = proc_name; in do_guest_openat()
8342 pathname = fname; in do_guest_openat()
8345 if (is_proc_myself(pathname, "exe")) { in do_guest_openat()
8403 if (!pathname || !buf) { in do_guest_readlink()
8423 ret = readlink(path(pathname), buf, bufsiz); in do_guest_readlink()
8505 p = lock_user_string(pathname); in do_execv()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch36 -# is reserved for the installation pathname prefix.
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0003-Add-fchmodat2-syscall-on-linux.patch113 + PRE_MEM_RASCIIZ( "fchmodat2(pathname)", ARG2 );
/openbmc/linux/drivers/platform/x86/
H A Dwmi.c166 static int get_subobj_info(acpi_handle handle, const char *pathname, in get_subobj_info() argument
173 status = acpi_get_handle(handle, (char *)pathname, &subobj_handle); in get_subobj_info()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt98 - cgroup: cgroup pathname in the cgroupfs.
325 vmlinux pathname
331 kallsyms pathname
H A Dperf-script.txt290 vmlinux pathname
293 kallsyms pathname
H A Dperf-diff.txt35 kallsyms pathname
H A Dperf-c2c.txt72 vmlinux pathname
/openbmc/linux/include/linux/
H A Dbpf.h2208 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname);
2209 int bpf_obj_get_user(int path_fd, const char __user *pathname, int flags);
2562 static inline int bpf_obj_get_user(const char __user *pathname, int flags) in bpf_obj_get_user() argument
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst222 the bootloader. You can provide a full pathname for the file or a
/openbmc/linux/Documentation/filesystems/caching/
H A Dfscache.rst115 valid pathname.
/openbmc/linux/security/integrity/ima/
H A DKconfig69 hash, defined as 20 bytes, and a null terminated pathname,
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst527 its pathname, resulting in a negative directory entry for the object.
534 The evaluation of a pathname for an object resolves to its corresponding
H A Dvfs.rst30 calls. The pathname argument that is passed to them is used by the VFS
33 translate a pathname (filename) into a specific dentry. Dentries live
38 bits of the cache are missing. In order to resolve your pathname into a
99 ->mount() will be attached to the mountpoint, so that when pathname
1355 called when the pathname of a dentry should be generated.
1357 delay pathname generation. (Instead of doing it when dentry is
/openbmc/linux/tools/perf/util/
H A Dpmu.c2068 int perf_pmu__event_source_devices_scnprintf(char *pathname, size_t size) in perf_pmu__event_source_devices_scnprintf() argument
2074 return scnprintf(pathname, size, "%s/bus/event_source/devices/", sysfs); in perf_pmu__event_source_devices_scnprintf()

12345678910