/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | fdt-common.c | 73 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 D | phosphor-logging-yaml-provider.bbclass | 22 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 D | health_utils.cpp | 25 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 D | health_utils.hpp | 18 const std::string& subpath) -> sdbusplus::async::task<paths_t>;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
H A D | ttf-google-fira.bb | 20 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 D | buildstats-diff | 56 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 D | utils.c | 168 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 D | sdbus-c++-tools_2.0.0.bb | 12 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 D | hello-rs_0.1.0.bb | 6 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 D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 207 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 D | git.py | 639 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 D | ynl.py | 569 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 D | switchers.js.in | 168 // check for named releases (e.g. dunfell) in the subpath
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 447 - *"subpath":* Limits the checkout to a specific subpath of the tree.
|
H A D | bitbake-user-manual-ref-variables.rst | 1532 - ``subpath``: Limits the checkout to a specific subpath of the
|