/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PhysicalContext_v1.xml | 41 <Collection> 46 </Collection> 52 <Collection> 57 </Collection> 78 <Collection> 83 </Collection> 92 <Collection> 97 </Collection> 103 <Collection> 108 </Collection> [all …]
|
H A D | Protocol_v1.xml | 74 <Collection> 79 </Collection> 86 <Collection> 91 </Collection> 129 <Collection> 134 </Collection> 141 <Collection> 146 </Collection> 153 <Collection> 158 </Collection> [all …]
|
H A D | Privileges_v1.xml | 47 <Collection> 52 </Collection> 59 <Collection> 64 </Collection> 68 …ta.Description" String="Administrator for systems found in the systems collection. Able to manage… 70 <Collection> 75 </Collection> 79 …="OData.Description" String="Operator for systems found in the systems collection. Able to perfor… 81 <Collection> 86 </Collection> [all …]
|
H A D | MediaControllerCollection_v1.xml | 37 …<Annotation Term="OData.Description" String="The collection of `MediaController` resource instance… 38 …Data.LongDescription" String="This resource shall represent a resource collection of `MediaControl… 55 <Collection> 57 </Collection> 60 <Collection> 62 </Collection> 65 <Collection> 71 </Collection> 73 <NavigationProperty Name="Members" Type="Collection(MediaController.MediaController)"> 75 <Annotation Term="OData.Description" String="The members of this collection."/> [all …]
|
H A D | CollectionCapabilities_v1.xml | 33 …nnotation Term="OData.Description" String="This type describes the capabilities of a collection."/> 34 …e any capabilities of a resource collection in terms of how a client can create resources within t… 43 …<Property Name="Capabilities" Type="Collection(CollectionCapabilities.v1_0_0.Capability)" Nullable… 45 …ty shall contain an array of objects that describe the capabilities of this resource collection."/> 51 …Term="OData.Description" String="This type describes a capability of a collection for a specific u… 52 … describe a capability of a resource collection in terms of how a client can create resources with… 55 …t can issue a `GET` request against to understand how to form a `POST` request for a collection."/> 56 …hall contain a link to a resource that matches the type for a resource collection and shall contai… 62 …escription" String="The use case in which a client can issue a `POST` request to the collection."/> 80 <Collection> [all …]
|
H A D | EndpointCollection_v1.xml | 37 … <Annotation Term="OData.Description" String="The collection of `Endpoint` resource instances."/> 38 …Data.LongDescription" String="This resource shall represent a resource collection of `Endpoint` in… 42 …e does not automatically discover can be enumerated through a `POST` to the endpoint collection."/> 56 <Collection> 60 </Collection> 63 <Collection> 65 </Collection> 67 <NavigationProperty Name="Members" Type="Collection(Endpoint.Endpoint)"> 69 <Annotation Term="OData.Description" String="The members of this collection."/> 70 …iption" String="This property shall contain an array of links to the members of this collection."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | PhysicalContext_v1.xml | 41 <Collection> 46 </Collection> 52 <Collection> 57 </Collection> 78 <Collection> 83 </Collection> 92 <Collection> 97 </Collection> 103 <Collection> 108 </Collection> [all …]
|
H A D | Protocol_v1.xml | 74 <Collection> 79 </Collection> 86 <Collection> 91 </Collection> 129 <Collection> 134 </Collection> 141 <Collection> 146 </Collection> 153 <Collection> 158 </Collection> [all …]
|
H A D | Privileges_v1.xml | 47 <Collection> 52 </Collection> 59 <Collection> 64 </Collection> 68 …ta.Description" String="Administrator for systems found in the systems collection. Able to manage… 70 <Collection> 75 </Collection> 79 …="OData.Description" String="Operator for systems found in the systems collection. Able to perfor… 81 <Collection> 86 </Collection> [all …]
|
/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ |
H A D | fedora_docs_pdf.sh | 1 …collection-lang*' latexmk texlive-collection-fontsextra texlive-collection-fontsrecommended texliv…
|
H A D | opensuse_docs_pdf.sh | 1 …collection-lang*' texlive-collection-fontsextra texlive-collection-fontsrecommended texlive-collec…
|
H A D | almalinux_docs_pdf.sh | 1 …nstall latexmk texlive-collection-fontsrecommended texlive-collection-latex texlive-collection-lat…
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/ |
H A D | Collection.interface.yaml | 2 Implement to provide VPD collection state management. 8 Property which tells the current status of FRU VPD collection. 13 The current status of FRU VPD collection. 17 FRU VPD collection is in progress. 20 FRU VPD collection is successfully completed. 23 FRU VPD collection failed. 26 FRU VPD collection not started.
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.hpp | 28 * @brief Manages the collection of dumps from SBEs on failure. 30 * This class provides functionalities to orchestrate the collection of 48 * @brief Drives all type of dump collection process from SBEs. 50 * Triggers SBE, Hardware/Hostboot dump collection process from SBEs. 65 * @brief Orchestrates the collection of dumps from all available SBEs. 69 * collection process, and managing the collected dump files. 72 * @param id A unique identifier for the dump collection operation. 74 * collection. 103 * @param id The unique identifier for this dump collection operation. 105 * @param clockState The clock state of the SBE during dump collection. [all …]
|
/openbmc/openpower-debug-collector/ |
H A D | meson.options | 3 # Feature to enable hostboot dump collection when watchdog times out 5 'hostboot-dump-collection', 8 description: 'Enables hostboot dump collection', 11 # Feature to enable the dump collection 13 'dump-collection', 16 description: 'Enables dump collection',
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | cooker.py | 74 def _check(collection, expected): argument 75 self.logger.debug("Looking for collection %s..." % collection) 76 result = self.layerindex.find_collection(collection) 78 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection) 80 self.assertIsNone(result, msg="Found %s when it should be there" % collection) 89 for collection,result in tests: 90 _check(collection, result) 97 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection) 99 self.assertIsNone(result, msg="Found %s when it should be there" % collection) 108 for collection,result in tests: [all …]
|
H A D | restapi.py | 130 def _check(collection, expected): argument 131 self.logger.debug("Looking for collection %s..." % collection) 132 result = self.layerindex.find_collection(collection) 134 … self.assertIsNotNone(result, msg="Did not find %s when it should be there" % collection) 136 self.assertIsNone(result, msg="Found %s when it shouldn't be there" % collection) 145 for collection,result in tests: 146 _check(collection, result) 158 … self.assertIsNotNone(result, msg="Did not find %s when it should be there" % collection) 160 self.assertIsNone(result, msg="Found %s when it shouldn't be there" % collection) 169 for collection,result in tests: [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CollectionCapabilities.v1_4_1.json | 8 … "description": "This type describes a capability of a collection for a specific use case.", 9 … describe a capability of a resource collection in terms of how a client can create resources with… 27 …nt can issue a `GET` request against to understand how to form a `POST` request for a collection.", 28 …hall contain a link to a resource that matches the type for a resource collection and shall contai… 38 … "description": "The use case in which a client can issue a `POST` request to the collection.", 52 "description": "This type describes the capabilities of a collection.", 53 …e any capabilities of a resource collection in terms of how a client can create resources within t… 74 …rty shall contain an array of objects that describe the capabilities of this resource collection.", 78 "description": "The maximum number of members allowed in this collection.", 79 …: "This property shall contain the maximum number of members allowed in this resource collection.", [all …]
|
H A D | ServiceRoot.v1_19_0.json | 142 "description": "The link to a collection of sessions.", 143 …"longDescription": "This property shall contain a link to a resource collection of type `SessionCo… 295 "description": "The link to a collection of automation nodes.", 296 …"longDescription": "This property shall contain a link to a resource collection of type `Automatio… 302 "description": "The link to a collection of cables.", 303 …"longDescription": "This property shall contain a link to a resource collection of type `CableColl… 316 "description": "The link to a collection of chassis.", 317 …"longDescription": "This property shall contain a link to a resource collection of type `ChassisCo… 322 "description": "The link to a collection of component integrity information.", 323 …"longDescription": "This property shall contain a link to a resource collection of type `Component… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | cooker.py | 28 collection = path.split('/')[-1] 33 … d.setVar('BBFILE_COLLECTIONS', (d.getVar('BBFILE_COLLECTIONS') or "") + " " + collection) 34 d.setVar('BBFILE_PATTERN_%s' % (collection), pattern) 35 d.setVar('BBFILE_PRIORITY_%s' % (collection), priority) 37 return (collection, pattern, regex, priority) 41 # Priorities: list of (collection, pattern, regex, priority) 64 collection = bb.cooker.CookerCollectFiles(bbfile_config_priorities) 65 collection.collection_priorities(pkgfns, pkgfns, self.d)
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_collections.py | 3 # Script to generate top level resource collection URIs 4 # Parses the Redfish schema to determine what are the top level collection URIs 6 # a map of URIs that contain a top level collection as part of their subtree. 136 if "Collection" in nav_type: 137 # Type is either Collection(<Namespace>.<TypeName>) or 138 # Collection(<NamespaceName>.<NamespaceVersion>.<TypeName>) 139 if nav_type.startswith("Collection"): 149 # If we contain a collection array then we don't want to add the 150 # name to the path if we're a collection schema 157 # Did we find the top level collection in the current path or [all …]
|
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
H A D | wait_vpd_parser.cpp | 14 * @brief API to check for VPD collection status 16 * This API checks for VPD manager collection status by reading the 17 * collection "Status" property exposed by vpd-manager on Dbus. The read logic 37 "s for VPD collection status ...."); in checkVpdCollectionStatus() 54 l_logger->logMessage("VPD collection is completed"); in checkVpdCollectionStatus() 69 l_logger->logMessage("Error while checking VPD collection status: " + in checkVpdCollectionStatus() 77 * @brief API to trigger VPD collection for all FRUs. 79 * This API triggers VPD collection for all FRUs by calling Dbus API 99 "Failed to trigger all FRU VPD collection. Error: " + in collectAllFruVpd()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassiveredundancy.cpp | 47 constexpr const char* collection = "Collection"; variable 83 methodCall.append(redundancy::interface, redundancy::collection); in DbusPassiveRedundancy() 84 std::variant<std::vector<std::string>> collection; in DbusPassiveRedundancy() local 89 reply.read(collection); in DbusPassiveRedundancy() 97 auto data = std::get<std::vector<std::string>>(collection); in DbusPassiveRedundancy() 177 std::vector<std::string> collection = in populateFailures() local 179 getAll[redundancy::collection]); in populateFailures() 180 failed.insert(collection.begin(), collection.end()); in populateFailures()
|
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/ |
H A D | ibm_handler.hpp | 37 * @param[in] i_progressiFace - Interface to track collection progress. 52 * This api will call worker API to perform VPD collection for all FRUs 54 * the Dbus VPD collection status property hosted under vpd-manager. 57 * System VPD collection will always be skipped. 67 * @brief Set timer to detect and set VPD collection status for the system. 69 * Collection of FRU VPD is triggered in a separate thread. Resulting in 72 * sets the status of the VPD collection for the system accordingly. 79 * @brief API to process VPD collection thread failed EEPROMs. 135 * found under PIM which hosts the "com.ibm.VPD.Collection" interface. If 158 // Shared pointer to Dbus collection progress interface class.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ServiceRoot.v1_19_0.json | 142 "description": "The link to a collection of sessions.", 143 …"longDescription": "This property shall contain a link to a resource collection of type `SessionCo… 295 "description": "The link to a collection of automation nodes.", 296 …"longDescription": "This property shall contain a link to a resource collection of type `Automatio… 302 "description": "The link to a collection of cables.", 303 …"longDescription": "This property shall contain a link to a resource collection of type `CableColl… 316 "description": "The link to a collection of chassis.", 317 …"longDescription": "This property shall contain a link to a resource collection of type `ChassisCo… 322 "description": "The link to a collection of component integrity information.", 323 …"longDescription": "This property shall contain a link to a resource collection of type `Component… [all …]
|