Searched full:unexpanded (Results 1 – 20 of 20) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | manager.hpp | 137 * API to get expanded location code from the unexpanded location code. 139 * @param[in] i_unexpandedLocationCode - Unexpanded location code. 169 * @brief Get D-Bus object path of FRUs from unexpanded location code. 171 * An API to get list of FRU D-Bus object paths for a given unexpanded 174 * @param[in] i_unexpandedLocationCode - Unexpanded location code. 205 * @brief Get unexpanded location code. 207 * An API to get unexpanded location code and node number from expanded 215 * @return Location code in unexpanded format and its node number. 261 * @brief An api to check validity of unexpanded location code. 263 * @param[in] i_locationCode - Unexpanded location code.
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | recipe_sanity.bbclass | 69 unexpanded = d.getVar("FILESPATH", False) 77 return expected != unexpanded 83 unexpanded = d.getVar(k, False) 94 if unexpanded != cfgunexpanded and \ 98 (p, cfgunexpanded, unexpanded, expanded))
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | vpd_specific_utility.hpp | 221 * unexpanded location code will be returned as it is. 223 * @param[in] unexpandedLocationCode - Unexpanded location code. 225 * @return Expanded location code. In case of any error, unexpanded is returned 237 // depending on type in unexpanded one. Second one is always "SE". in getExpandedLocationCode() 265 "Error detecting type of unexpanded location code."); in getExpandedLocationCode()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/ |
H A D | Manager.interface.yaml | 32 A method to get list of FRU D-BUS object paths for a given unexpanded
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bbtests.py | 370 Test that bitbake fails if directory contains unexpanded bitbake variable in the name 376 …self.assertTrue(re.search("ERROR: Directory name /.* contains unexpanded bitbake variable. This ma… 377 … result.output), msg = "mkdirhier with unexpanded variable should have failed: %s" % result.output)
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-configure-add-option-for-ps.patch | 102 # These are left unexpanded so users can "make install exec_prefix=/foo"
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 367 Either unexpanded location codes or D-Bus inventory object paths can be used to 368 specify the called out part. An unexpanded location code does not have the
|
H A D | src.cpp | 1077 // Get the inventory item from the unexpanded location code in addRegistryCallout()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 334 # Ignore paths containing "$" as they are assumed to be unexpanded bitbake
|
H A D | recipeutils.py | 399 # FIXME need a warning if the unexpanded SRC_URI value contains variable references
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 225 + print("keywords are unexpanded, not using") 226 + raise NotThisMethod("unexpanded keywords, not a git-archive tarball") 1428 print("keywords are unexpanded, not using") 1429 raise NotThisMethod("unexpanded keywords, not a git-archive tarball") 1830 print("keywords are unexpanded, not using") 1831 raise NotThisMethod("unexpanded keywords, not a git-archive tarball")
|
/openbmc/u-boot/include/configs/ |
H A D | sunxi-common.h | 57 * up unexpanded in include/autoconf.mk .
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 553 /* Skip past the unexpanded macro arg. */
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 272 macros in ``macros.h`` are kept unexpanded to aid in parsing, as seen in the
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 763 …bb.fatal("Directory name {} contains unexpanded bitbake variable. This may cause build failures an… 1118 # The first entry in the queue is the unexpanded start expression
|
H A D | data_smart.py | 126 # Do not run code that contains one or more unexpanded variables
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 848 # Drop values containing unexpanded RPM macros
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 570 …"FATAL: Directory name {} contains unexpanded bitbake variable. This may cause build failures and …
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_test.cpp | 1232 // Expand location code will fail, so the unexpanded location in TEST_F()
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 1937 /* Add in extra bytes to match misalignment of unexpanded allocation */
|