/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPReactor.cpp | 22 dev->describe()); in deferSetup() 35 ep->describe()); in trackEndpoint() 41 "MCTP_ENDPOINT", ep->describe()); in trackEndpoint() 46 "MCTP_ENDPOINT", ep->describe()); in trackEndpoint() 51 "MCTP_ENDPOINT", ep->describe()); in trackEndpoint() 65 "MCTP_ENDPOINT", ep->describe()); in trackEndpoint() 82 "MCTP_ENDPOINT", ep->describe()); in trackEndpoint() 94 "MCTP_DEVICE", dev->describe()); in setupEndpoint() 103 "MCTP_ENDPOINT", ep->describe()); in setupEndpoint() 111 "MCTP_DEVICE", dev->describe(), "ERROR_MESSAGE", ec.message()); in setupEndpoint() [all …]
|
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 9 **Is your feature request related to a problem? Please describe.** A clear and 12 **Describe the solution you'd like** A clear and concise description of what you 15 **Describe alternatives you've considered** A clear and concise description of
|
/openbmc/openbmc/meta-raspberrypi/.github/ |
H A D | ISSUE_TEMPLATE.md | 11 Briefly describe the problem you are having in a few paragraphs. 19 **Describe the results you received:** 22 **Describe the results you expected:**
|
/openbmc/openbmc/poky/meta/files/ |
H A D | layers.example.json | 7 "describe": "", string 20 "describe": "15.0-hardknott-3.3-310-g0a96edae", string 33 "describe": "4.1_M1-374-g9dda719b2a", string
|
H A D | layers.schema.json | 48 "describe": { object 49 …"description": "The output of 'git describe' (human readable description of the revision using tag…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | redfish-error.v1_0_2.json | 14 "description": "The properties that describe an error from a Redfish service.", 15 …s described by the Redfish Specification, shall contain properties that describe an error from a R… 25 "description": "The properties that describe an error from a Redfish service.", 26 …"The Redfish Specification-described type shall contain properties that describe an error from a R…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | redfish-error.v1_0_2.json | 14 "description": "The properties that describe an error from a Redfish service.", 15 …s described by the Redfish Specification, shall contain properties that describe an error from a R… 25 "description": "The properties that describe an error from a Redfish service.", 26 …"The Redfish Specification-described type shall contain properties that describe an error from a R…
|
H A D | Manifest.v1_1_2.json | 27 …"longDescription": "This type shall describe a manifest containing a set of requests to be fulfill… 66 … "description": "An array of stanzas that describe the requests specified by this manifest.", 77 …longDescription": "This property shall contain an array of stanzas that describe the requests spec… 96 …"longDescription": "This type shall describe the request details of a stanza within a manifest. I… 117 …"longDescription": "This type shall describe the response details of a stanza within a manifest. … 137 …"description": "A stanza contains properties that describe a request to be fulfilled within a mani… 138 …"longDescription": "This type shall contain properties that describe a request to be fulfilled wit…
|
H A D | SwitchMetrics.v1_0_2.json | 72 …"longDescription": "This type shall describe the memory metrics since the last reset or `ClearCurr… 112 …"longDescription": "This property shall contain properties that describe the memory metrics for a … 131 …"longDescription": "This property shall contain properties that describe the metrics for the curre… 136 …"longDescription": "This property shall contain properties that describe the metrics for the lifet… 144 …"longDescription": "This type shall describe the memory metrics since manufacturing for a switch.", 256 …"longDescription": "This property shall contain properties that describe the memory metrics for a …
|
H A D | ProcessorMetrics.v1_6_4.json | 40 …"longDescription": "This type shall contain properties that describe the C-state residency of the … 82 …"longDescription": "This type shall contain properties that describe cache metrics of a processor … 161 …"longDescription": "This property shall contain properties that describe the metrics for all of th… 180 …"longDescription": "This property shall contain properties that describe the metrics for the curre… 186 …"longDescription": "This property shall contain properties that describe the metrics for the lifet… 228 … "longDescription": "This type shall contain properties that describe the cores of a processor.", 249 …"longDescription": "This property shall contain properties that describe the C-state residency of … 257 …"longDescription": "This property shall contain properties that describe the cache metrics of this… 351 …"longDescription": "This type shall describe the cache memory metrics since last system reset or `… 393 …"longDescription": "This type shall describe the cache memory metrics since manufacturing for a pr… [all …]
|
H A D | CollectionCapabilities.v1_4_1.json | 9 …"longDescription": "This type shall describe a capability of a resource collection in terms of how… 28 …s the type for a resource collection and shall contain annotations that describe the properties al… 53 …"longDescription": "This type shall describe any capabilities of a resource collection in terms of… 74 …longDescription": "This property shall contain an array of objects that describe the capabilities …
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-3.0.bbclass | 56 variable with a suffix to describe to as a suffix to look up more \ 67 # Bitbake variables can be used to describe an SPDX Agent that may be used 98 SPDX_BUILD_HOST[doc] = "The base variable name to describe the build host on \ 103 SPDX_INVOKED_BY[doc] = "The base variable name to describe the Agent that \ 108 SPDX_ON_BEHALF_OF[doc] = "The base variable name to describe the Agent on who's \ 113 SPDX_PACKAGE_SUPPLIER[doc] = "The base variable name to describe the Agent who \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson/ |
H A D | 0001-setup.py-Do-not-poke-at-git-describe-to-find-version.patch | 4 Subject: [PATCH] setup.py: Do not poke at git describe to find version 6 OE uses git snapshot and git describe --tags will emit a string which is 29 - version_git = subprocess.check_output(["git", "describe", "--tags"]).rstrip()
|
/openbmc/openbmc/poky/meta/recipes-support/sass/sassc/ |
H A D | 0001-Remove-sassc_version.h-from-source-directory.patch | 21 Also remove '--dirty' option from 'git describe' command line in 54 - SASSC_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null` 55 + SASSC_VERSION=`git describe --abbrev=4 --always --tags 2>/dev/null`
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 55 describe, _ = bb.process.run('git describe --tags --dirty', cwd=path) 58 return describe.strip()
|
/openbmc/qemu/.gitlab/issue_templates/ |
H A D | feature_request.md | 18 <!-- Describe the final result you want to achieve. Avoid design specifics. --> 22 <!-- Describe technical details, design specifics, suggestions, versions, etc. -->
|
/openbmc/dbus-sensors/src/tests/ |
H A D | test_MCTPReactor.cpp | 26 MOCK_METHOD(std::string, describe, (), (const, override)); 40 MOCK_METHOD(std::string, describe, (), (const, override)); 63 EXPECT_CALL(*device, describe()) in SetUp() 69 EXPECT_CALL(*endpoint, describe()) in SetUp() 221 EXPECT_CALL(*endpoint, describe()) in TEST() 233 EXPECT_CALL(*initial, describe()) in TEST() 242 EXPECT_CALL(*replacement, describe()) in TEST()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | RedfishError_v1.xml | 32 …<Annotation Term="OData.Description" String="The properties that describe an error from a Redfish … 33 …s described by the Redfish Specification, shall contain properties that describe an error from a R… 40 …<Annotation Term="OData.Description" String="The properties that describe an error from a Redfish … 41 …"The Redfish Specification-described type shall contain properties that describe an error from a R…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | RedfishError_v1.xml | 32 …<Annotation Term="OData.Description" String="The properties that describe an error from a Redfish … 33 …s described by the Redfish Specification, shall contain properties that describe an error from a R… 40 …<Annotation Term="OData.Description" String="The properties that describe an error from a Redfish … 41 …"The Redfish Specification-described type shall contain properties that describe an error from a R…
|
/openbmc/entity-manager/docs/ |
H A D | entity_manager_dbus_api.md | 15 Entities are top level json objects that describe a piece of hardware. They are 46 Entity objects describe pieces of physical hardware. 56 Configuration objects describe components owned by the Entity.
|
/openbmc/openbmc/meta-phosphor/recipes-core/os-release/ |
H A D | os-release.bbappend | 22 # contents of the 'git describe --dirty' call. Create a strong/immediate 24 PHOSPHOR_OS_RELEASE_DISTRO_VERSION := "${@run_git(d, 'describe --dirty')}"
|
/openbmc/openbmc/poky/meta/recipes-support/sass/libsass/ |
H A D | 0001-Remove-version.h-from-source-directory.patch | 21 Also remove '--dirty' option from 'git describe' command line in 80 - LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null` 81 + LIBSASS_VERSION=`git describe --abbrev=4 --always --tags 2>/dev/null`
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 115 | 53 # they describe are part of the L1 table or refcount table. 55 # One refblock can describe (with cluster_size=512 and refcount_bits=64) 58 # suffice, but it does not really matter). 8192 L2 tables can in turn describe
|
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/ |
H A D | 0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch | 1 Subject: [PATCH] iw: version.sh: don't use git describe for versioning 20 - descr=$(git describe --match=v* 2>/dev/null)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblayers.py | 217 first_desc_1 = data['sources'][repos[0]]['git-remote']['describe'] 219 second_desc_1 = data['sources'][repos[1]]['git-remote']['describe'] 222 self.assertEqual(first_desc_1, '', "Describe not cleared: '{}'".format(first_desc_1)) 224 self.assertEqual(second_desc_1, '', "Describe not cleared: '{}'".format(second_desc_1)) 235 first_desc_2 = data['sources'][repos[0]]['git-remote']['describe'] 237 second_desc_2 = data['sources'][repos[1]]['git-remote']['describe'] 240 self.assertEqual(first_desc_2, '', "Describe not cleared: '{}'".format(first_desc_2)) 242 …self.assertEqual(second_desc_2, second_desc_1, "Describe should not be updated: '{}'".format(secon…
|