Home
last modified time | relevance | path

Searched full:missing (Results 1 – 25 of 1555) sorted by relevance

12345678910>>...63

/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp39 // Log error on missing required parameter in getPropertiesMatch()
40 lg2::error("Missing fan monitor condition properties {NAME}", "NAME", in getPropertiesMatch()
42 throw std::runtime_error("Missing fan monitor condition properties"); in getPropertiesMatch()
50 // Log error on missing required parameters in getPropertiesMatch()
52 "Missing properties. Match condition parameters 'object, interface, property'"); in getPropertiesMatch()
54 "Missing propertiesMatch condition parameters"); in getPropertiesMatch()
60 // Log error on missing required parameters in getPropertiesMatch()
62 "Missing properties. Match condition property attributes 'name, value'"); in getPropertiesMatch()
64 "Missing propertiesMatch condition property attributes"); in getPropertiesMatch()
H A Djson_parser.cpp71 // Log error on missing required parameters in getTrustGrps()
73 "Missing required fan monitor trust group parameters 'class, group'"); in getTrustGrps()
75 "Missing required fan trust group parameters"); in getTrustGrps()
84 // Log error on missing required parameter in getTrustGrps()
86 "Missing required fan monitor trust group member name for class {CLASS}", in getTrustGrps()
89 "Missing required fan monitor trust group member name"); in getTrustGrps()
131 // Log error on missing required parameters in getSensorDefs()
133 "Missing required fan sensor definition parameters 'name, has_target'"); in getSensorDefs()
135 "Missing required fan sensor definition parameters"); in getSensorDefs()
200 // Log error on missing required parameters in getFanDefs()
[all …]
H A Dpower_off_cause.hpp18 * missing fans, and another may count nonfunctional fans.
54 * For example: "3 Missing Fans"
67 * For example, a 3 for 3 missing fans.
81 * missing fans in the fan health map.
98 * missing to need a power off.
101 PowerOffCause(count, "Missing Fan FRUs") in MissingFanFRUCause()
105 * @brief Returns true if 'count' or more fans are missing
/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.hpp19 * This class will create event logs for missing fans. The logs are
20 * created after a fan has been missing for an amount of time
24 * When power is turned on, the timers for any missing fans will be
64 * Will start timers for missing fans if power is on, and stop
72 * @brief Called when the fan missing timer expires to create
73 * an event log for a missing fan.
75 * @param[in] fanPath - The D-Bus path of the missing fan.
80 * @brief Checks if the fan missing timer for a fan needs to
H A Derror_reporter.cpp66 // and create the fan missing timers. in ErrorReporter()
88 // If power is already on, check for currently missing fans. in ErrorReporter()
125 // Fan is missing. If power is on, start the timer. in checkFan()
149 std::format("Creating event log for missing fan {}", fanPath), in fanMissingTimerExpired()
180 "xyz.openbmc_project.Fan.Error.Missing", severity, additionalData, in fanMissingTimerExpired()
187 "Call to create an error log for missing fan {} failed: {}", in fanMissingTimerExpired()
201 // If there are fans already missing, log it. in powerStateChanged()
202 auto missing = std::count_if( in powerStateChanged() local
206 if (missing) in powerStateChanged()
209 std::format("At power on, there are {} missing fans", missing)); in powerStateChanged()
H A Djson_parser.cpp117 … "Missing one of the required fan presence properties, which are: 'name, path, methods, rpolicy'"); in process()
119 "Missing required fan presence properties"); in process()
129 "Missing required fan presence method type for fan {FAN_NAME}", in process()
132 "Missing required fan presence method type"); in process()
175 … "Missing address, driver_name, or bind_delay_ms in eeprom section for fan {FAN_NAME}", in process()
178 throw std::runtime_error("Missing address, driver_name, or " in process()
225 "Missing required fan presence policy type for fan {FAN_NAME}", in getPolicy()
227 throw std::runtime_error("Missing required fan presence policy type"); in getPolicy()
261 "Missing required tach method property 'sensors' for fan index {FAN_ENTRY}", in getTach()
263 throw std::runtime_error("Missing required tach method properties"); in getTach()
[all …]
/openbmc/telemetry/redfish-tests/
H A Dtest_telemetry.py18 assert "Members" in r, "Missing members property"
19 assert "Members@odata.count" in r, "Missing members count property"
27 assert "MetricProperties" in metricDefinition, "Missing metrics"
28 assert len(metricDefinition["MetricProperties"]) > 0, "Missing metrics"
40 assert "Members" in r, "Missing members property"
41 assert "Members@odata.count" in r, "Missing members count property"
53 assert "Members" in r, "Missing members property"
54 assert "Members@odata.count" in r, "Missing members count property"
211 assert len(r["MetricValues"]) > 0, "Missing MetricValues"
213 assert metric_value["MetricValue"], "Missing MetricValues"
[all …]
/openbmc/openbmc/meta-arm/ci/
H A Dcheck-machine-coverage22 missing = machines - kas variable
23 print(f"The following machines are missing: {', '.join(sorted(missing))}.")
25 covered = len(machines) - len(missing)
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_error_tests.cpp28 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
33 "Required property missing"); in TEST()
40 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
48 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
52 "Required property missing"); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_error_tests.cpp27 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
31 "Required property missing"); in TEST()
37 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
44 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
47 "Required property missing"); in TEST()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Derror_codes.hpp40 "Either JSON is missing FRU tag or invalid JSON object."},
42 "JSON is missing the flag to procees for the FRU."},
44 "JSON is missing the action tag to be performed for the FRU."},
49 {error_code::JSON_MISSING_GPIO_INFO, "JSON missing required GPIO info."},
51 "JSON missing the service name for the FRU"},
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/
H A Dfan-fault-poweroff-policy.bb16 file://fan-rotor-missing-poweroff.yaml \
21 …install -D ${UNPACKDIR}/fan-rotor-missing-poweroff.yaml ${D}${config_dir}/fan-rotor-missing-powero…
26 ${config_dir}/fan-rotor-missing-poweroff.yaml \
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py13 '''A manifest item of a collection able to list missing packages'''
16 self.missing = []
120 m_entry[k].missing = self.check_manifest_entries(\
122 if m_entry[k].missing:
123 msg = '{}: {} Error has the following missing entries'\
125 logmsg = msg+':\n'+'\n'.join(m_entry[k].missing)
158 m_entry.missing = self.check_manifest_entries(\
160 if m_entry.missing:
161 msg = '{}: {} Error has the following missing entries'\
163 logmsg = msg+':\n'+'\n'.join(m_entry.missing)
H A Dreproducible.py28 MISSING = 'MISSING' variable
48 self.missing = []
57 if r.status == MISSING:
58 self.missing.append(r)
71 self.missing.sort()
77 …excluded=%i missing=%i total=%i\nunused_exclusions=%s' % (len(self.same), len(self.different), len…
88 result.status = MISSING
366 self.write_package_list(package_class, 'missing', result.missing)
384 if result.missing and len(self.sstate_targets) == 0:
385 … fails.append("The following %s packages are missing and not in exclusion list:\n%s" %
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Dprofile.cpp45 // Log error on missing profile method in setActive()
46 lg2::error("Missing required profile method", "JSON", jsonObj.dump()); in setActive()
47 throw std::runtime_error("Missing required profile method"); in setActive()
76 lg2::error("Missing required all_of method properties list", "JSON", in allOf()
79 "Missing required all_of method properties list"); in allOf()
88 lg2::error("Missing required all_of method property parameters", in allOf()
91 "Missing required all_of method parameters"); in allOf()
H A Devent.cpp106 lg2::error("Missing required group attribute", "JSON", jsonObj.dump()); in configGroup()
107 throw std::runtime_error("Missing required group attribute"); in configGroup()
146 lg2::error("Missing required group name attribute", "JSON", in setGroups()
149 "Missing required group name attribute"); in setGroups()
175 lg2::error("Missing required event action name", "JSON", in setActions()
177 throw std::runtime_error("Missing required event action name"); in setActions()
273 lg2::error("Missing required event triggers list", "JSON", in setTriggers()
275 throw std::runtime_error("Missing required event triggers list"); in setTriggers()
281 lg2::error("Missing required event trigger class", "JSON", in setTriggers()
283 throw std::runtime_error("Missing required event trigger class"); in setTriggers()
H A Dfan.cpp46 lg2::error("Missing required fan sensor target interface", "JSON", in setInterface()
49 "Missing required fan sensor target interface"); in setInterface()
58 lg2::error("Missing required fan sensors list", "JSON", jsonObj.dump()); in setSensors()
59 throw std::runtime_error("Missing required fan sensors list"); in setSensors()
115 lg2::error("Missing required fan zone", "JSON", jsonObj.dump()); in setZone()
116 throw std::runtime_error("Missing required fan zone"); in setZone()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass43 missing = set.difference(required_features, features)
44 if missing:
45 raise bb.parse.SkipRecipe("missing required %s feature%s '%s' (not in %s_FEATURES)"
46 % (kind.lower(), 's' if len(missing) > 1 else '', ' '.join(missing), kind))
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build84 'doc-missing-colon.json',
85 'doc-missing-expr.json',
86 'doc-missing-space.json',
87 'doc-missing.json',
101 'enum-missing-data.json',
112 'features-missing-name.json',
131 'missing-array-rsqb.json',
132 'missing-colon.json',
133 'missing-comma-list.json',
134 'missing-comma-object.json',
[all …]
H A Ddoc-missing-space.err1 doc-missing-space.json:5:1: missing space after #
H A Ddoc-missing.err1 doc-missing.json: In command 'undocumented':
2 doc-missing.json:5: documentation comment required
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Dmtools-makeinfo.patch51 + MAKEINFO="@echo makeinfo missing; true"
55 + TEXI2DVI="@echo texi2dvi missing; true"
59 + TEXI2PDF="@echo texi2pdf missing; true"
63 + TEXI2HTML="@echo texi2html missing; true"
67 + DVI2PS="@echo dvi2ps missing; true"
/openbmc/u-boot/tools/binman/
H A Delf_test.py65 syms = elf.GetSymbols(fname, ['missing'])
67 syms = elf.GetSymbols(fname, ['missing', 'ucode'])
71 """Test that a missing file is detected"""
75 syms = elf.LookupAndWriteSymbols('missing-file', entry, section)
76 self.assertIn("Filename 'missing-file' not found in input path",
90 """Test that we detect a missing __image_copy_start symbol
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb26 file://0003-src-basic-missing.h-check-for-missing-strndupa.patch \
28 file://0005-add-missing-FTW_-macros-for-musl.patch \
38 file://0014-Handle-missing-gshadow.patch \
46 file://0022-avoid-missing-LOCK_EX-declaration.patch \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/
H A D0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch6 If firmware is configured with TPM support but it's missing
8 then continue booting. Missing TPM is not a fatal error.
10 missing TPM is detected further up the SW stack and correct

12345678910>>...63