/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hw.h | 1000 #define MISSING 0 macro 1007 #define RESET_CONTROL_MBOX_RST_MASK MISSING 1031 #define MBOX_BASE_ADDRESS MISSING 1032 #define INT_STATUS_ENABLE_ERROR_LSB MISSING 1033 #define INT_STATUS_ENABLE_ERROR_MASK MISSING 1034 #define INT_STATUS_ENABLE_CPU_LSB MISSING 1035 #define INT_STATUS_ENABLE_CPU_MASK MISSING 1036 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING 1037 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING 1038 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING [all …]
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | conditions.cpp | 40 // Log error on missing required parameter in getPropertiesMatch() 42 "Missing fan monitor condition properties", in getPropertiesMatch() 44 throw std::runtime_error("Missing fan monitor condition properties"); in getPropertiesMatch() 52 // Log error on missing required parameters in getPropertiesMatch() 53 log<level::ERR>("Missing propertiesMatch condition parameters", in getPropertiesMatch() 57 "Missing propertiesMatch condition parameters"); in getPropertiesMatch() 63 // Log error on missing required parameters in getPropertiesMatch() 65 "Missing propertiesMatch condition property attributes", in getPropertiesMatch() 68 "Missing propertiesMatch condition property attributes"); in getPropertiesMatch()
|
H A D | json_parser.cpp | 73 // Log error on missing required parameters in getTrustGrps() 75 "Missing required fan monitor trust group parameters", in getTrustGrps() 78 "Missing required fan trust group parameters"); in getTrustGrps() 87 // Log error on missing required parameter in getTrustGrps() 89 "Missing required fan monitor trust group member name", in getTrustGrps() 92 "Missing required fan monitor trust group member name"); in getTrustGrps() 134 // Log error on missing required parameters in getSensorDefs() 136 "Missing required fan sensor definition parameters", in getSensorDefs() 139 "Missing required fan sensor definition parameters"); in getSensorDefs() 204 // Log error on missing required parameters in getFanDefs() [all …]
|
H A D | power_off_cause.hpp | 18 * 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 D | br_cfm_netlink.c | 104 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 D | test_telemetry.py | 18 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 D | record.sh | 43 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 D | error_reporter.hpp | 19 * 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 D | error_reporter.cpp | 67 // and create the fan missing timers. in ErrorReporter() 89 // If power is already on, check for currently missing fans. in ErrorReporter() 126 // Fan is missing. If power is on, start the timer. in checkFan() 150 std::format("Creating event log for missing fan {}", fanPath), in fanMissingTimerExpired() 181 "xyz.openbmc_project.Fan.Error.Missing", severity, additionalData, in fanMissingTimerExpired() 188 "Call to create an error log for missing fan {} failed: {}", in fanMissingTimerExpired() 202 // If there are fans already missing, log it. in powerStateChanged() 203 auto missing = std::count_if( in powerStateChanged() local 207 if (missing) in powerStateChanged() 210 std::format("At power on, there are {} missing fans", missing)); in powerStateChanged()
|
H A D | json_parser.cpp | 117 log<level::ERR>("Missing required fan presence properties", in process() 121 "Missing required fan presence properties"); in process() 131 "Missing required fan presence method type", in process() 135 "Missing required fan presence method type"); in process() 179 "Missing address, driver_name, or bind_delay_ms in eeprom " in process() 184 throw std::runtime_error("Missing address, driver_name, or " in process() 231 "Missing required fan presence policy type", in getPolicy() 235 throw std::runtime_error("Missing required fan presence policy type"); in getPolicy() 269 log<level::ERR>("Missing required tach method properties", in getTach() 272 throw std::runtime_error("Missing required tach method properties"); in getTach() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | manifest.py | 13 '''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 D | reproducible.py | 28 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 340 self.write_package_list(package_class, 'missing', result.missing) 358 if result.missing and len(self.sstate_targets) == 0: 359 … fails.append("The following %s packages are missing and not in exclusion list:\n%s" % [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | meson.build | 85 '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 D | Makefile | 6 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 D | config_file_parser_error_tests.cpp | 28 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 D | config_file_parser_error_tests.cpp | 27 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 D | profile.cpp | 46 // Log error on missing profile method in setActive() 47 log<level::ERR>("Missing required profile method", in setActive() 49 throw std::runtime_error("Missing required profile method"); in setActive() 78 log<level::ERR>("Missing required all_of method properties list", in allOf() 81 "Missing required all_of method properties list"); in allOf() 91 "Missing required all_of method property parameters", in allOf() 94 "Missing required all_of method parameters"); in allOf()
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | check-machine-coverage | 22 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 D | features_check.bbclass | 43 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 D | mtools-makeinfo.patch | 51 + 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 D | symbol-namespaces.rst | 29 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 D | elf_test.py | 65 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 D | dwmac-rk.c | 109 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/linux/Documentation/admin-guide/media/ |
H A D | rcar-fdp1.rst | 27 recover missing lines. This method is also known as blending or Line 30 - The previous and next fields are averaged to recover lines missing from 34 field is used to fill missing lines from the current field. This method 38 used to fill missing lines from the current field. This method is also
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-models.h | 48 /* 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 …]
|