Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dfdt-common.c73 const char *path, *subpath; in ft_hs_fixup_dram() local
93 subpath = "reserved-memory"; in ft_hs_fixup_dram()
95 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_fixup_dram()
97 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram()
108 subpath = "secure_reserved"; in ft_hs_fixup_dram()
109 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_fixup_dram()
111 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram()
129 const char *path, *subpath; in ft_hs_add_tee() local
146 subpath = "firmware"; in ft_hs_add_tee()
147 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_add_tee()
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-logging-yaml-provider.bbclass22 subpath=$(realpath --relative-to=${yaml_base} ${yaml_f})
23 install -d $(dirname ${D}${yaml_dir}/$subpath)
25 install -m 0644 ${yaml_f} ${D}${yaml_dir}/$subpath
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp25 const std::string& subpath) -> sdbusplus::async::task<paths_t> in findPaths() argument
37 co_return co_await mapper.get_sub_tree_paths(subpath, 0, ifaces); in findPaths()
42 "PATH", subpath, "ERROR", e); in findPaths()
H A Dhealth_utils.hpp18 const std::string& subpath) -> sdbusplus::async::task<paths_t>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-google-fira.bb20 SRC_URI = "git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firamono;name=f…
21 … git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firacode;name=firacode \
22 … git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasans;name=firasans \
23 …git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasanscondensed;name=fi…
24 …git://github.com/google/fonts.git;protocol=https;branch=main;subpath=ofl/firasansextracondensed;na…
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff56 for subpath in subpaths:
57 if os.path.isfile(subpath):
58 _bs = BuildStats.from_file_json(subpath)
60 _bs = BuildStats.from_dir(subpath)
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c168 int read_debugfs_file(const char *subpath, char *buf, size_t count) in read_debugfs_file() argument
172 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in read_debugfs_file()
177 int write_debugfs_file(const char *subpath, const char *buf, size_t count) in write_debugfs_file() argument
181 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in write_debugfs_file()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-tools_2.0.0.bb12 SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/
H A Dhello-rs_0.1.0.bb6 SRC_URI = "git://github.com/akiernan/hello-bin.git;protocol=https;branch=main;subpath=rust \
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch207 char *dirpath, *subpath, *xdirpath;
211 /* Now subpath should contain the path relative to the fs base */
212 dprintf("subpath = %s\n", subpath);
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py639 subpath = ud.parm.get("subpath")
643 if subpath:
644 readpathspec = ":%s" % subpath
645 def_destsuffix = "%s/" % os.path.basename(subpath.rstrip('/'))
705 if subpath:
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py569 subpath = self._decode_extack_path(NlAttrs(attr.raw),
572 if subpath is None:
574 return '.' + attr_spec.name + subpath
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dswitchers.js.in168 // check for named releases (e.g. dunfell) in the subpath
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst447 - *"subpath":* Limits the checkout to a specific subpath of the tree.
H A Dbitbake-user-manual-ref-variables.rst1532 - ``subpath``: Limits the checkout to a specific subpath of the