Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in138 'texlive-collection-lang*'
140 texlive-collection-fontsextra
141 texlive-collection-fontsrecommended
142 texlive-collection-latex
143 texlive-collection-latexextra
144 texlive-collection-latexrecommended
145 texlive-collection-xetex
192 'texlive-collection-lang*'
193 texlive-collection-fontsextra
194 texlive-collection-fontsrecommended
[all …]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dcooker.py74 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 Drestapi.py130 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/openpower-debug-collector/
H A Dmeson.options3 # 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/bb/tests/
H A Dcooker.py28 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)
64 collection = bb.cooker.CookerCollectFiles(bbfile_config_priorities)
65 collection.collection_priorities(pkgfns, pkgfns, self.d)
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp42 constexpr const char* collection = "Collection"; variable
78 methodCall.append(redundancy::interface, redundancy::collection); in DbusPassiveRedundancy()
79 std::variant<std::vector<std::string>> collection; in DbusPassiveRedundancy() local
84 reply.read(collection); in DbusPassiveRedundancy()
92 auto data = std::get<std::vector<std::string>>(collection); in DbusPassiveRedundancy()
171 std::vector<std::string> collection = in populateFailures() local
173 getAll[redundancy::collection]); in populateFailures()
174 failed.insert(collection.begin(), collection.end()); in populateFailures()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c144 struct its_collection *collection; member
261 struct its_collection *collection; in find_collection() local
263 list_for_each_entry(collection, &its->collection_list, coll_list) { in find_collection()
264 if (coll_id == collection->collection_id) in find_collection()
265 return collection; in find_collection()
391 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite()
394 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in update_affinity_ite()
409 if (ite->collection != coll) in update_affinity_collection()
686 if (!ite || !its_is_collection_mapped(ite->collection)) in vgic_its_resolve_lpi()
689 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in vgic_its_resolve_lpi()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-bench.c115 struct collection { struct
121 static struct collection collections[] = { argument
147 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
178 struct collection *coll; in print_usage()
234 static void run_collection(struct collection *coll) in run_collection()
260 struct collection *coll; in run_all_collections()
268 struct collection *coll; in cmd_bench()
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js120 function(collection) { argument
121 if (collection) {
122 var collectionLength = (collection instanceof Array) ?
123 collection.length :
124 Object.keys(collection).length;
537 return function(collection, itemsPerPage, paginationId) { argument
547 if (angular.isObject(collection)) {
558 if (collection instanceof Array) {
560 return collection.slice(start, end);
565 angular.forEach(keys(collection).slice(start, end), function(key) {
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-sensor-hub.c75 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
76 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local
504 collection = &hdev->collection[ in sensor_hub_raw_event()
507 collection->usage); in sensor_hub_raw_event()
542 if (callback && collection && callback->send_event) in sensor_hub_raw_event()
543 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
660 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local
662 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe()
[all …]
H A Dhid-core.c121 struct hid_collection *collection; in open_collection() local
143 collection = kmalloc( in open_collection()
148 if (collection == NULL) { in open_collection()
152 memcpy(collection, parser->device->collection, in open_collection()
155 memset(collection + parser->device->collection_size, 0, in open_collection()
158 kfree(parser->device->collection); in open_collection()
159 parser->device->collection = collection; in open_collection()
167 collection = parser->device->collection + collection_index; in open_collection()
168 collection->type = type; in open_collection()
169 collection->usage = usage; in open_collection()
[all …]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DFanStore.js49 const collection = await dispatch('getChassisCollection');
50 if (!collection || collection.length === 0) return;
52 .all(collection.map((chassis) => dispatch('getChassisFans', chassis)))
H A DPowerSupplyStore.js58 const collection = await dispatch('getChassisCollection');
59 if (!collection) return;
61 .all(collection.map((chassis) => dispatch('getChassisPower', chassis)))
/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js37 const collection = await dispatch('getChassisCollection');
38 if (!collection || collection.length === 0) return;
40 .get(`${collection[0]}`)
/openbmc/linux/tools/testing/selftests/
H A Drun_kselftest.sh25 -c | --collection COLLECTION Run all tests from COLLECTION
26 -l | --list List the available collection:test entries
73 echo "No such collection '$collection'" >&2
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.hpp49 bool isFirstElementOfType(const std::vector<VariantT>& collection) in isFirstElementOfType() argument
51 if (collection.empty()) in isFirstElementOfType()
55 return std::holds_alternative<AlternativeT>(*collection.begin()); in isFirstElementOfType()
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst6 the ``kcov`` debugfs file. Coverage collection is enabled on a task basis, and
12 (unless remove coverage collection is enabled, see below) and from some
16 See the "Comparison operands collection" section for details.
20 tasks or soft interrupts. See the "Remote coverage collection" section for
35 To enable comparison operands collection, set::
43 Coverage collection
76 /* A single fd descriptor allows coverage collection on a single
90 /* Enable coverage collection on the current thread. */
101 /* Disable coverage collection for the current thread. After this call
140 Comparison operands collection
[all …]
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_esels.robot16 ${error_logs_flagged_rest} Rest error log collection excluded
17 ${event_logs_flagged_redfish} Redfish event log collection excluded
18 ${rest_error_logs} Rest error log collection excluded
19 ${redfish_event_logs} Redfish error log collection excluded
H A Dbmc_collect_sensors.robot18 ${sensors_values_rest} Rest sensors collection excluded
19 ${sensors_values_redfish} Redfish sensors collection excluded
20 ${sensors_flagged_rest} Rest sensors collection excluded
21 ${sensors_flagged_redfish} Redfish sensors collection excluded
/openbmc/openbmc-test-automation/tools/
H A Dmyffdc.robot2 Documentation This module is for triggering data collection on demand
39 ... variables required for FFDC collection.
40 Log To Console Manual FFDC collection
/openbmc/phosphor-health-monitor/
H A Dmeson.options5 'monitor-collection-interval',
8 description: 'The health monitor collection interval in seconds.',
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py200 collection = index.layerBranches[layerBranchId].collection
206 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (collection, str(vse)))
228 deps = d.getVar("LAYERDEPENDS_%s" % collection)
232 deps = d.getVar("LAYERRECOMMENDS_%s" % collection)
272 depBranchId = collection[layer]
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot2 Documentation This module is for data collection on test case failure
42 ... other data collection methods
49 ... 3. Delete error logs and BMC dumps post FFDC collection.
/openbmc/bmcweb/
H A DAGGREGATION.md52 bmcweb and appear under top level collections. A top level collection is the
53 first collection reached when walking the path from the service root. The
64 aggregate that collection since some of the schemas can be very large and their
75 resources on the satellite BMC, but a link for the unsupported collection will
107 then we assume the initial request was not actually for a top level collection
113 collection
136 collection, the aggregator will forward all types of requests (GET, POST,
137 DELETE, etc.). This is different from aggregating a collection where only GET
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyasn1-modules_0.4.1.bb1 SUMMARY = "A collection of ASN.1-based protocols modules."
2 DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\

12345678910>>...17