/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 39 static void panic(const char *what) in panic() argument 41 …31m\x1b[1m%s: %s\x1b[0m\n\n\x1b[37m\x1b[44m\x1b[1mPower off...\x1b[0m\n\n", what, strerror(errno)); in panic() 203 int what = -1; in launch_tests() local 207 what = WEXITSTATUS(status); in launch_tests() 210 what = WTERMSIG(status); in launch_tests() 212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | pmbus_driver_device.cpp | 50 name, label, e.what())}; in getGPIOValues() 67 name, e.what())}; in getStatusWord() 84 name, e.what())}; in getStatusVout() 105 name, e.what())}; in getReadVout() 126 page, name, e.what())}; in getVoutUVFaultLimit() 186 name, e.what())}; in buildPageToFileNumberMap()
|
/openbmc/u-boot/examples/standalone/ |
H A D | smc91111_eeprom.c | 36 int c, i, j, done, line, reg, value, start, what; in smc91111_eeprom() local 60 what = UNKNOWN; in smc91111_eeprom() 149 what = EEPROM; in smc91111_eeprom() 152 what = MAC; in smc91111_eeprom() 155 what = UNKNOWN; in smc91111_eeprom() 182 what = UNKNOWN; in smc91111_eeprom() 195 switch (what) { in smc91111_eeprom()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | exception.hpp | 73 const char* what() const noexcept override in what() function 120 const char* what() const noexcept override; 153 const char* what() const noexcept override; 175 const char* what() const noexcept override; 198 const char* what() const noexcept override;
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_compare_bit_action_tests.cpp | 64 EXPECT_STREQ(e.what(), "Invalid bit position: 8"); in TEST() 79 EXPECT_STREQ(e.what(), "Invalid bit value: 2"); in TEST() 164 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 199 EXPECT_STREQ(e.what(), "ActionError: i2c_compare_bit: { register: " in TEST() 210 ie.what(), in TEST()
|
H A D | pmbus_write_vout_command_action_tests.cpp | 98 EXPECT_STREQ(e.what(), "Unsupported data format specified"); in TEST() 216 e.what(), in TEST() 244 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 287 EXPECT_STREQ(e.what(), in TEST() 299 ie.what(), in TEST() 347 EXPECT_STREQ(e.what(), in TEST() 359 pe.what(), in TEST() 413 EXPECT_STREQ(e.what(), in TEST() 424 EXPECT_STREQ(ie.what(), "I2CException: Failed to write word data: " in TEST() 478 EXPECT_STREQ(e.what(), in TEST() [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | handler.hpp | 82 HandlerException(Cc cc, const char* what) : in HandlerException() argument 83 HandlerCompletion(cc), std::runtime_error(what) in HandlerException() 85 HandlerException(Cc cc, const std::string& what) : in HandlerException() argument 86 HandlerException(cc, what.c_str()) in HandlerException() 290 const char* what = currentExceptionType(); in executeCallback() local 294 request->ctx->cmd, "ERROR", what); in executeCallback() 387 const char* what = currentExceptionType(); in executeCallback() local 391 request->ctx->cmd, "ERROR", what); in executeCallback() 473 const char* what = currentExceptionType(); in executeCallback() local 477 request->ctx->cmd, "ERROR", what); in executeCallback()
|
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/ |
H A D | libdns_conf_fix.patch | 40 - AC_MSG_CHECKING(what are the ldns includes) 44 - AC_MSG_CHECKING(what are the ldns libs) 48 - AC_MSG_CHECKING(what are the ldns includes) 52 - AC_MSG_CHECKING(what are the ldns libs) 109 - AC_MSG_CHECKING(what are the ldns includes) 113 - AC_MSG_CHECKING(what are the ldns libs) 117 - AC_MSG_CHECKING(what are the ldns includes) 121 - AC_MSG_CHECKING(what are the ldns libs)
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | id_map_tests.cpp | 82 EXPECT_STREQ(error.what(), in TEST() 125 EXPECT_STREQ(error.what(), "Unable to add rail: Duplicate ID \"vio0\""); in TEST() 168 EXPECT_STREQ(error.what(), in TEST() 209 EXPECT_STREQ(ia_error.what(), in TEST() 247 EXPECT_STREQ(ia_error.what(), "Unable to find rail with ID \"vcs0\""); in TEST() 284 EXPECT_STREQ(ia_error.what(), in TEST()
|
H A D | exception_utils_tests.cpp | 73 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 88 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST() 156 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 221 EXPECT_STREQ(e.what(), "JSON element is not an array"); in TEST() 236 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 103 iface_name_, ex.what()); in get_mac_addr() 152 mac_value, ex.what()); in set_mac_addr() 173 e.what()); in set_mac_addr() 199 mac_value, e.what()); in set_mac_addr() 206 stdplus::println(stderr, "Error creating socket: {}", e.what()); in set_mac_addr() 257 ex.what()); in set_nic_hostless()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | mirror_gre.sh | 116 local what=$1; shift 129 log_test "$what: no offload on TTL of inherit ($tcflags)" 136 local what=$1; shift 148 log_test "$what: no offload on a fixed TOS ($tcflags)" 155 local what=$1; shift 167 log_test "$what: should_fail=$should_fail ($tcflags)"
|
/openbmc/phosphor-pid-control/errors/ |
H A D | exception.hpp | 12 virtual const char* what() const noexcept override in what() function in SensorBuildException 28 virtual const char* what() const noexcept override in what() function in ControllerBuildException 44 virtual const char* what() const noexcept override in what() function in ConfigurationException
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.cpp | 27 std::string("Failed to find line: ") + e.what()); in GPIOInterface() 65 std::format("Failed to get_value of GPIO line: {}", e.what()) in read() 76 entry("MSG=%s", e.what())); in read() 103 log<level::ERR>("Failed to set GPIO line", entry("MSG=%s", e.what()), in write()
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 185 static int act_log_check(struct blk_trace *bt, u32 what, sector_t sector, in act_log_check() argument 188 if (((bt->act_mask << BLK_TC_SHIFT) & what) == 0) in act_log_check() 216 const blk_opf_t opf, u32 what, int error, in __blk_add_trace() argument 235 what |= ddir_act[op_is_write(op) ? WRITE : READ]; in __blk_add_trace() 236 what |= MASK_TC_BIT(opf, SYNC); in __blk_add_trace() 237 what |= MASK_TC_BIT(opf, RAHEAD); in __blk_add_trace() 238 what |= MASK_TC_BIT(opf, META); in __blk_add_trace() 239 what |= MASK_TC_BIT(opf, PREFLUSH); in __blk_add_trace() 240 what |= MASK_TC_BIT(opf, FUA); in __blk_add_trace() 242 what |= BLK_TC_ACT(BLK_TC_DISCARD); in __blk_add_trace() [all …]
|
/openbmc/linux/include/linux/soc/ixp4xx/ |
H A D | npe.h | 33 int npe_send_message(struct npe *npe, const void *msg, const char *what); 34 int npe_recv_message(struct npe *npe, void *msg, const char *what); 35 int npe_send_recv_message(struct npe *npe, void *msg, const char *what);
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager_main.cpp | 59 std::string("VPD Manager service failed with : ") + l_ex.what(), in main() 69 std::string("VPD Manager service failed with : ") + l_ex.what(), in main() 79 std::string("VPD Manager service failed with : ") + l_ex.what(), in main() 89 std::string("VPD Manager service failed with : ") + l_ex.what(), in main()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | mdio-gpio.c | 82 static void mdio_set(struct mdiobb_ctrl *ctrl, int what) in mdio_set() argument 88 gpiod_set_value_cansleep(bitbang->mdo, what); in mdio_set() 90 gpiod_set_value_cansleep(bitbang->mdio, what); in mdio_set() 93 static void mdc_set(struct mdiobb_ctrl *ctrl, int what) in mdc_set() argument 98 gpiod_set_value_cansleep(bitbang->mdc, what); in mdc_set()
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | buffer_test.cpp | 75 e.what(), in TEST_F() 93 EXPECT_STREQ(e.what(), "[initialize] Only erased '511'"); in TEST_F() 111 EXPECT_STREQ(e.what(), in TEST_F() 149 EXPECT_STREQ(e.what(), in TEST_F() 181 e.what(), in TEST_F() 217 e.what(), in TEST_F() 261 EXPECT_STREQ(e.what(), in TEST_F() 289 e.what(), in TEST_F() 317 e.what(), in TEST_F() 380 e.what(), in TEST_F() [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | json_utility.hpp | 123 "Failed to parse JSON file, error: " + std::string(l_ex.what())); in getParsedJson() 189 std::string(l_ex.what())); in getInventoryObjPathFromJson() 248 std::string(l_ex.what())); in executePostFailAction() 300 std::string(l_ex.what())); in processSystemCmdTag() 372 l_errMsg += ex.what(); in processGpioPresenceTag() 459 l_errMsg += ex.what(); in procesSetGpioTag() 605 std::string(l_ex.what())); 663 std::string(l_ex.what())); 696 logging::logMessage(ex.what()); 801 std::string(l_ex.what())); [all...] |
/openbmc/qemu/scripts/qapi/ |
H A D | gen.py | 237 what: str, 241 self._what = what 255 what: str, 261 self._what = what 295 def _module_basename(self, what: str, name: str) -> str: 299 ret += what 304 ret += re.sub(r'-', '-' + name[2:] + '-', what) 307 def _module_filename(self, what: str, name: str) -> str: 309 self._module_basename(what, name))
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_reset.c | 55 void snd_gf1_set_default_handlers(struct snd_gus_card * gus, unsigned int what) in snd_gf1_set_default_handlers() argument 57 if (what & SNDRV_GF1_HANDLER_MIDI_OUT) in snd_gf1_set_default_handlers() 59 if (what & SNDRV_GF1_HANDLER_MIDI_IN) in snd_gf1_set_default_handlers() 61 if (what & SNDRV_GF1_HANDLER_TIMER1) in snd_gf1_set_default_handlers() 63 if (what & SNDRV_GF1_HANDLER_TIMER2) in snd_gf1_set_default_handlers() 65 if (what & SNDRV_GF1_HANDLER_VOICE) { in snd_gf1_set_default_handlers() 68 voice = &gus->gf1.voices[what & 0xffff]; in snd_gf1_set_default_handlers() 74 if (what & SNDRV_GF1_HANDLER_DMA_WRITE) in snd_gf1_set_default_handlers() 76 if (what & SNDRV_GF1_HANDLER_DMA_READ) in snd_gf1_set_default_handlers()
|
/openbmc/linux/fs/netfs/ |
H A D | internal.h | 40 void netfs_get_request(struct netfs_io_request *rreq, enum netfs_rreq_ref_trace what); 43 enum netfs_rreq_ref_trace what); 47 enum netfs_rreq_ref_trace what) in netfs_see_request() argument 49 trace_netfs_rreq_ref(rreq->debug_id, refcount_read(&rreq->ref), what); in netfs_see_request()
|
/openbmc/linux/kernel/power/ |
H A D | process.c | 30 const char *what = user_only ? "user space processes" : in try_to_freeze_tasks() local 41 pr_info("Freezing %s\n", what); in try_to_freeze_tasks() 90 "(%d tasks refusing to freeze, wq_busy=%d):\n", what, in try_to_freeze_tasks() 108 what, elapsed_msecs / 1000, elapsed_msecs % 1000); in try_to_freeze_tasks()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 76 pdbg_target_path(procTarget), e.what()) in getSBECallout() 123 loggingObjectPath, loggingInterface, event, e.what()) in createErrorPEL() 144 additionalData.emplace("SBE_ERR_MSG", sbeError.what()); in createSbeErrorPEL() 201 e.what()) in createSbeErrorPEL() 230 loggingObjectPath, loggingInterface, e.what()) in createSbeErrorPEL() 271 loggingObjectPath, loggingInterface, e.what()) in createPEL() 281 std::format("D-bus call exception", "EXCEPTION={}", e.what()) in createPEL()
|