| /openbmc/u-boot/drivers/core/ |
| H A D | of_access.c | 63 char stem[0]; member 722 int id, const char *stem, int stem_len) in of_alias_add() argument 726 strncpy(ap->stem, stem, stem_len); in of_alias_add() 727 ap->stem[stem_len] = 0; in of_alias_add() 730 ap->alias, ap->stem, ap->id, of_node_full_name(np)); in of_alias_add() 795 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() argument 802 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 815 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 822 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
|
| H A D | read.c | 268 int dev_read_alias_highest_id(const char *stem) in dev_read_alias_highest_id() argument 271 return of_alias_get_highest_id(stem); in dev_read_alias_highest_id() 273 return fdtdec_get_alias_highest_id(gd->fdt_blob, stem); in dev_read_alias_highest_id()
|
| /openbmc/openbmc/poky/meta/lib/bblayers/ |
| H A D | machines.py | 29 logger.plain("%s" % (p.stem)) 31 logger.plain("%s (%s)" % (p.stem, layer_name))
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | multilib_header.bbclass | 41 stem=$(echo $each_header | sed 's#\.h$##') 43 mv ${D}/${includedir}/$each_header ${D}/${includedir}/${stem}-${ident}.h 45 …sed -e "s#ENTER_HEADER_FILENAME_HERE#${stem}#g" ${COREBASE}/scripts/multilib_header_wrapper.h > ${…
|
| /openbmc/openbmc/meta-arm/scripts/ |
| H A D | layer-overview.py | 40 if "_" in r.stem: 41 pn, pv = r.stem.rsplit("_", 1)
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | expr.py | 108 stem = check_name_str(name, info, source) 109 if re.search(r'[a-z-]', stem): 132 stem = check_name_str(name, info, source) 133 if ((not permit_upper and re.search(r'[A-Z]', stem)) 134 or (not permit_underscore and '_' in stem)): 152 stem = check_name_str(name, info, source) 153 if not re.match(r'[A-Z][A-Za-z0-9]*[a-z][A-Za-z0-9]*$', stem):
|
| /openbmc/u-boot/include/dm/ |
| H A D | of_access.h | 425 int of_alias_get_id(const struct device_node *np, const char *stem); 435 int of_alias_get_highest_id(const char *stem);
|
| H A D | read.h | 522 int dev_read_alias_highest_id(const char *stem); 754 static inline int dev_read_alias_highest_id(const char *stem) in dev_read_alias_highest_id() argument 756 return fdtdec_get_alias_highest_id(gd->fdt_blob, stem); in dev_read_alias_highest_id()
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | functions.cpp | 227 static_cast<const std::string&>(file.stem()))); in findLinks() 296 if (!path.stem().extension().empty()) in getBiosAttrStr() 300 path.stem().extension()) == extensions.end()) in getBiosAttrStr() 309 auto keyName = path.stem().stem(); in getBiosAttrStr() 329 auto keyName = path.stem(); in getBiosAttrStr() 340 attr.insert({path.stem(), lid}); in getBiosAttrStr()
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | check-machine-coverage | 20 kas = set(p.stem for p in kas)
|
| H A D | listmachines.py | 19 machines |= set(p.stem for p in (metaarm / layer / "conf" / "machine").glob("*.conf"))
|
| /openbmc/qemu/subprojects/libvhost-user/include/ |
| H A D | compiler.h | 36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__) 41 MAKE_IDENTIFIER(stem) global() argument
|
| /openbmc/qemu/subprojects/libvduse/include/ |
| H A D | compiler.h | 36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__) 41 MAKE_IDENTIFIER(stem) global() argument
|
| /openbmc/bmcweb/test/ |
| H A D | meson.build | 79 fs.stem(test_src), 86 test(fs.stem(test_src), test_bin, protocol: 'gtest')
|
| /openbmc/qemu/include/qemu/ |
| H A D | compiler.h | 36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__) argument
|
| /openbmc/openbmc/poky/documentation/sphinx/ |
| H A D | yocto-vars.py | 52 p_rel_no_ext = p.relative_to(app.srcdir).parent / p.stem
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
| H A D | runfvp.py | 48 with self.subTest(case=case.stem):
|
| /openbmc/openpower-pnor-code-mgmt/mmc/ |
| H A D | item_updater_mmc.cpp | 73 p.path().stem().string()) == exclusionList.end()) in reset()
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | utils.cpp | 181 return fs::path(devPath).stem().string(); in getDeviceName()
|
| /openbmc/dbus-sensors/src/hwmon-temp/ |
| H A D | HwmonTempMain.cpp | 328 deviceName = device.parent_path().stem(); in createSensors() 340 deviceName = device.stem(); in createSensors()
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 398 name = Path(path).stem 526 name = Path(argname).stem + ".ir"
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 265 entry.path().stem().string() + ".py")) in getPlugins() 267 plugins.push_back(entry.path().stem()); in getPlugins()
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | item_updater_ubi.cpp | 246 if (iter.path().stem() == secbootPartition) in reset()
|
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | item_updater.cpp | 508 if (modelDir.stem() != model) in scanDirectory()
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensorMain.cpp | 391 std::filesystem::canonical(directory).parent_path().stem(); in createSensorsCallback()
|