Home
last modified time | relevance | path

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

12345678910>>...152

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h1001 #define MISSING 0 macro
1008 #define RESET_CONTROL_MBOX_RST_MASK MISSING
1032 #define MBOX_BASE_ADDRESS MISSING
1033 #define INT_STATUS_ENABLE_ERROR_LSB MISSING
1034 #define INT_STATUS_ENABLE_ERROR_MASK MISSING
1035 #define INT_STATUS_ENABLE_CPU_LSB MISSING
1036 #define INT_STATUS_ENABLE_CPU_MASK MISSING
1037 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING
1038 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING
1039 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING
[all …]
/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 require 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/linux/net/bridge/
H A Dbr_cfm_netlink.c104 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_create_parse()
108 NL_SET_ERR_MSG_MOD(extack, "Missing DOMAIN attribute"); in br_mep_create_parse()
112 NL_SET_ERR_MSG_MOD(extack, "Missing DIRECTION attribute"); in br_mep_create_parse()
116 NL_SET_ERR_MSG_MOD(extack, "Missing IFINDEX attribute"); in br_mep_create_parse()
144 "Missing INSTANCE attribute"); in br_mep_delete_parse()
167 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_config_parse()
171 NL_SET_ERR_MSG_MOD(extack, "Missing UNICAST_MAC attribute"); in br_mep_config_parse()
175 NL_SET_ERR_MSG_MOD(extack, "Missing MDLEVEL attribute"); in br_mep_config_parse()
179 NL_SET_ERR_MSG_MOD(extack, "Missing MEPID attribute"); in br_mep_config_parse()
209 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_cc_config_parse()
[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/linux/tools/perf/tests/shell/
H A Drecord.sh43 echo "Per-thread record [Failed missing output]"
66 echo "Per-thread record [Failed -p missing output]"
78 echo "Register capture test [Skipped missing event]"
83 echo "Register capture test [Skipped missing registers]"
91 echo "Register capture test [Failed missing output]"
107 echo "System-wide record [Failed missing output]"
120 echo "System-wide record [Failed --threads missing output]"
137 echo "Workload record [Failed missing output]"
150 echo "Workload record [Failed --threads missing output]"
/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.cpp65 // and create the fan missing timers. in ErrorReporter()
87 // If power is already on, check for currently missing fans. in ErrorReporter()
124 // Fan is missing. If power is on, start the timer. in checkFan()
148 std::format("Creating event log for missing fan {}", fanPath), in fanMissingTimerExpired()
179 "xyz.openbmc_project.Fan.Error.Missing", severity, additionalData, in fanMissingTimerExpired()
186 "Call to create an error log for missing fan {} failed: {}", in fanMissingTimerExpired()
200 // If there are fans already missing, log it. in powerStateChanged()
201 auto missing = std::count_if( in powerStateChanged()
205 if (missing) in powerStateChanged()
208 std::format("At power on, there are {} missing fan in powerStateChanged()
203 auto missing = std::count_if( powerStateChanged() local
[all...]
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 require in getTach()
[all...]
/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
353 self.write_package_list(package_class, 'missing', result.missing)
371 if result.missing and len(self.sstate_targets) == 0:
372 … fails.append("The following %s packages are missing and not in exclusion list:\n%s" %
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build85 'doc-missing-colon.json',
86 'doc-missing-expr.json',
87 'doc-missing-space.json',
88 'doc-missing.json',
102 '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 …]
/openbmc/linux/kernel/gcov/
H A DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/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/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()
/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/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/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/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst29 its configuration, reject loading the module or warn about a missing import.
111 5. for a way to create missing import statements automatically.
128 Missing namespaces imports can easily be detected at build time. In fact,
134 missing imports. Fixing missing imports can be done with::
142 - notice the warning of modpost telling about a missing import
146 Again, ``make nsdeps`` will eventually add the missing namespace imports for
152 - notice the warning of modpost telling about a missing import
/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/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c109 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii()
124 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed()
189 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii()
207 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii()
220 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed()
242 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rmii_speed()
305 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rgmii()
324 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rmii()
341 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rgmii_speed()
363 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rmii_speed()
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu-models.h48 /* XXX: missing 0x200108a0 */
223 /* XXX: missing 0x00040303 (604) */
225 /* XXX: missing 0x00091203 */
226 /* XXX: missing 0x00092110 */
227 /* XXX: missing 0x00092120 */
231 /* XXX: missing 0x000a0100 */
232 /* XXX: missing 0x00093102 */
235 /* XXX: missing 0x00084202 */
245 /* XXX: missing 0x00087010 (CL ?) */
289 /* XXX: missing 0x000C1101 */
[all …]
/openbmc/phosphor-power/tools/i2c/
H A Di2c.cpp57 throw I2CException("Missing SMBUS_READ_BYTE", busStr, devAddr); in checkReadFuncs()
63 throw I2CException("Missing SMBUS_READ_BYTE_DATA", busStr, in checkReadFuncs()
70 throw I2CException("Missing SMBUS_READ_WORD_DATA", busStr, in checkReadFuncs()
77 throw I2CException("Missing SMBUS_READ_BLOCK_DATA", busStr, in checkReadFuncs()
84 throw I2CException("Missing I2C_FUNC_SMBUS_READ_I2C_BLOCK", in checkReadFuncs()
103 throw I2CException("Missing SMBUS_WRITE_BYTE", busStr, devAddr); in checkWriteFuncs()
109 throw I2CException("Missing SMBUS_WRITE_BYTE_DATA", busStr, in checkWriteFuncs()
116 throw I2CException("Missing SMBUS_WRITE_WORD_DATA", busStr, in checkWriteFuncs()
123 throw I2CException("Missing SMBUS_WRITE_BLOCK_DATA", busStr, in checkWriteFuncs()
130 throw I2CException("Missing I2C_FUNC_SMBUS_WRITE_I2C_BLOCK", in checkWriteFuncs()
[all …]

12345678910>>...152