/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Aggregate_v1.xml | 4 <!--# Redfish Schema: Aggregate v1.0.3 --> 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Aggregate"> 38 <EntityType Name="Aggregate" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 39 …<Annotation Term="OData.Description" String="The `Aggregate` schema describes a grouping method fo… 65 …used to reset a collection of resources. For example, this could be an aggregate or a list of com… 67 <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/> 86 …the boot order to the default state for the computer systems that are members of this aggregate."/> 87 …the boot order to the default state for the computer systems that are members of this aggregate."/> 88 <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/> 92 …m="OData.Description" String="This action is used to add one or more resources to the aggregate."/> [all …]
|
H A D | AggregateCollection_v1.xml | 27 <edmx:Include Namespace="Aggregate"/> 37 … <Annotation Term="OData.Description" String="The collection of `Aggregate` resource instances."/> 38 …iption" String="This resource shall represent a resource collection of `Aggregate` instances for a… 59 <NavigationProperty Name="Members" Type="Collection(Aggregate.Aggregate)">
|
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | report.py | 139 """Aggregate metadata into one, basically a sanity check""" 142 def aggregate_obj(aggregate, obj, assert_str=True): argument 143 """Aggregate objects together""" 144 assert type(aggregate) is type(obj), \ 145 "Type mismatch: {} != {}".format(type(aggregate), type(obj)) 147 assert set(aggregate.keys()) == set(obj.keys()) 149 aggregate_obj(aggregate[key], val, key not in mutable_keys) 151 assert len(aggregate) == len(obj) 153 aggregate_obj(aggregate[i], val) 155 assert aggregate == obj, "Data mismatch {} != {}".format(aggregate, obj) [all …]
|
/openbmc/linux/include/linux/ |
D | component.h |
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Aggregate.v1_0_3.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Aggregate.v1_0_3.json", 3 "$ref": "#/definitions/Aggregate", 26 "#Aggregate.AddElements": { 29 "#Aggregate.RemoveElements": { 32 "#Aggregate.Reset": { 35 "#Aggregate.SetDefaultBootOrder": { 48 "description": "This action is used to add one or more resources to the aggregate.", 49 …e or more resources to the aggregate, with the result that the resources are included in the `Elem… 56 …hall contain an array of links to the specified resources to add to the aggregate's `Elements` arr… 88 "Aggregate": { object [all …]
|
H A D | AggregateCollection.json | 14 "description": "The collection of `Aggregate` resource instances.", 15 …gDescription": "This resource shall represent a resource collection of `Aggregate` instances for a… 57 … "$ref": "http://redfish.dmtf.org/schemas/v1/Aggregate.json#/definitions/Aggregate"
|
/openbmc/linux/fs/jfs/ |
D | jfs_filsys.h |
|
D | jfs_superblock.h |
|
D | jfs_umount.c |
|
D | jfs_dmap.h |
|
D | jfs_incore.h |
|
D | resize.c |
|
/openbmc/linux/tools/perf/Documentation/ |
D | perf-stat.txt |
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OCLC-2.0 | 30 … WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING THE PROGRAM, ANY MO… 49 …Aggregate Work" is when the Program exists, without integration, with other programs on a storage …
|
H A D | GFDL-1.2-no-invariants-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2 | 305 distribution medium, is called an "aggregate" if the copyright 308 When the Document is included in an aggregate, this License does not 309 apply to the other works in the aggregate which are not themselves 314 the entire aggregate, the Document`s Cover Texts may be placed on 315 covers that bracket the Document within the aggregate, or the 318 aggregate.
|
H A D | GFDL-1.2-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-invariants-or-later | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-invariants-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
H A D | GFDL-1.2-no-invariants-only | 98 …aggregate" if the copyright resulting from the compilation is not used to limit the legal rights o… 100 …aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the…
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 161 def aggregate(self, bsrecipe): member in BSRecipe 162 """Aggregate data of another recipe buildstats""" 164 raise ValueError("Refusing to aggregate buildstats, recipe version " 167 raise ValueError("Refusing to aggregate buildstats, set of tasks " 277 def aggregate(self, buildstats): member in BuildStats 278 """Aggregate other buildstats into this""" 280 raise ValueError("Refusing to aggregate buildstats, set of " 283 self[pkg].aggregate(data)
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
D | gpio-aggregator.rst |
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
D | perf_json_output_lint.py |
|
/openbmc/linux/LICENSES/deprecated/ |
D | GFDL-1.2 |
|