Home
last modified time | relevance | path

Searched refs:stem (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/drivers/core/
H A Dof_access.c63 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 Dread.c268 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 Dmachines.py29 logger.plain("%s" % (p.stem))
31 logger.plain("%s (%s)" % (p.stem, layer_name))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_header.bbclass41 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 Dlayer-overview.py40 if "_" in r.stem:
41 pn, pv = r.stem.rsplit("_", 1)
/openbmc/qemu/scripts/qapi/
H A Dexpr.py108 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 Dof_access.h425 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 Dread.h522 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 Dfunctions.cpp227 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 Dcheck-machine-coverage20 kas = set(p.stem for p in kas)
H A Dlistmachines.py19 machines |= set(p.stem for p in (metaarm / layer / "conf" / "machine").glob("*.conf"))
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__)
41 MAKE_IDENTIFIER(stem) global() argument
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__)
41 MAKE_IDENTIFIER(stem) global() argument
/openbmc/bmcweb/test/
H A Dmeson.build79 fs.stem(test_src),
86 test(fs.stem(test_src), test_bin, protocol: 'gtest')
/openbmc/qemu/include/qemu/
H A Dcompiler.h36 #define MAKE_IDENTIFIER(stem) glue(stem, __COUNTER__) argument
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py52 p_rel_no_ext = p.relative_to(app.srcdir).parent / p.stem
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py48 with self.subTest(case=case.stem):
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp73 p.path().stem().string()) == exclusionList.end()) in reset()
/openbmc/phosphor-power/tools/power-utils/
H A Dutils.cpp181 return fs::path(devPath).stem().string(); in getDeviceName()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp328 deviceName = device.parent_path().stem(); in createSensors()
340 deviceName = device.stem(); in createSensors()
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py398 name = Path(path).stem
526 name = Path(argname).stem + ".ir"
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp265 entry.path().stem().string() + ".py")) in getPlugins()
267 plugins.push_back(entry.path().stem()); in getPlugins()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp246 if (iter.path().stem() == secbootPartition) in reset()
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp508 if (modelDir.stem() != model) in scanDirectory()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp391 std::filesystem::canonical(directory).parent_path().stem(); in createSensorsCallback()

12