Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/scripts/
H A Dcheck_sparse.py41 root_path = os.getenv('MESON_BUILD_ROOT') variable
43 return s if not root_path else os.path.join(root_path, s)
57 r = subprocess.run(cmd, env=sparse_env, cwd=root_path)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py13 def get_package_manager(d, root_path): argument
24 root_path,
31 root_path,
38 root_path,
/openbmc/linux/fs/vboxsf/
H A Dsuper.c122 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local
188 root_path.length = 1; in vboxsf_fill_super()
189 root_path.size = 2; in vboxsf_fill_super()
190 root_path.string.utf8[0] = '/'; in vboxsf_fill_super()
191 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
/openbmc/u-boot/configs/
H A Daxm_defconfig19root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
/openbmc/linux/fs/smb/client/
H A Dioctl.c35 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local
47 root_path = 0; in cifs_ioctl_query_info()
48 utf16_path = &root_path; in cifs_ioctl_query_info()
65 if (utf16_path != &root_path) in cifs_ioctl_query_info()
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c73 const char *root_path, *filename = NULL; in get_filename() local
82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
84 if (IS_ERR(root_path)) in get_filename()
87 root_len = strlen(root_path); in get_filename()
95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c514 g_autofree char *root_path = virtio_9p_test_path(""); in fs_create_dir() local
517 g_assert(root_path != NULL); in fs_create_dir()
533 g_autofree char *root_path = virtio_9p_test_path(""); in fs_unlinkat_dir() local
536 g_assert(root_path != NULL); in fs_unlinkat_dir()
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c248 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local
251 if (strlen(root_path) > offset) in hostfs_show_options()
252 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/openbmc/linux/scripts/
H A Dcheckpatch.pl1152 my $root_path = abs_path($root);
1153 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c3696 goto root_path; in decode_pathname()
3714 root_path: in decode_pathname()