Home
last modified time | relevance | path

Searched refs:what (Results 151 – 175 of 2012) sorted by relevance

12345678910>>...81

/openbmc/openpower-occ-control/
H A Dutils.cpp116 "PROP", propertyName, "ERR", error, "PROP", e.what()); in setProperty()
211 e.what()); in getStateValue()
219 "STATE", state, "PATH", objPath, "INTF", intf, "ERR", e.what()); in getStateValue()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre.sh66 local what=$1; shift
85 log_test "$direction $what: envelope MAC ($tcflags)"
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_pnor_partition_table.cpp58 MSG_ERR("%s\n", e.what()); in init_vpnor_from_paths()
119 MSG_ERR("%s\n", e.what()); in vpnor_copy_bootloader_partition()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp148 entry("ERROR=%s", e.what())); in timeOutHandler()
162 entry("ERROR=%s", e.what())); in timeOutHandler()
/openbmc/intel-ipmi-oem/src/
H A Dmultinodecommands.cpp46 phosphor::logging::entry("ERR=%s", e.what())); in getMultiNodeInfo()
83 phosphor::logging::entry("ERR=%s", e.what())); in getMultiNodeRole()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/
H A Df0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch7 installed results in the error "don't know what to do here" when it
39 - [AC_MSG_ERROR([don't know what to do here])])
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp218 << e.what() << std::endl; in getStates()
489 << " caught D-Bus exception: " << e.what() << std::endl; in set()
508 std::cerr << "Unable to start fan control: " << e.what() << std::endl; in resume()
524 std::cerr << "Unable to reload configuration files: " << e.what() in reload()
578 std::cerr << "Unable to dump fan control: " << e.what() << std::endl; in dumpFanControl()
811 std::cerr << argv[0] << " failed: " << e.what() << std::endl; in main()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Ddiffmark1 1. you can do what you want with it
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp269 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in getSensorSubtree()
415 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in getSensorNumberFromPath()
441 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in getPathFromSensorNumber()
471 phosphor::logging::entry("WHAT=%s", e.what())); in getObjectInterfaces()
498 phosphor::logging::entry("WHAT=%s", e.what())); in getEntityManagerProperties()
/openbmc/openbmc/meta-arm/documentation/
H A Dquick-start.md36 …nutes depending on your internet connection speed. Also, it only fetches what is available. Ther…
40 Depending on what software you are building, fvp-base might not be the machine you want to build fo…
41 …lowing website provides an EXTREMELY rough way to tell what software is in what machines, and what
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst28 to what the answer is.
56 makes you look like you know what you're doing, so what a kernel manager
92 - having somebody tell you that what you worked on for the last year
96 engineer. And remember: "irrevocable" was what we tried to avoid in
114 sure as hell shouldn't encourage them by promising them that what they
121 healthy dose of critical thinking on what they do.
198 which is what the game is all about.
202 good idea - go wild", or "That sounds good, but what about xxx?". The
209 specific directions, but let's face it, they might be good at what they
211 naturally gravitate back to what they are good at, so it's not like you
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Drail_tests.cpp428 e.what(), in TEST()
467 EXPECT_STREQ(e.what(), in TEST()
513 EXPECT_STREQ(e.what(), in TEST()
550 EXPECT_STREQ(e.what(), in TEST()
596 EXPECT_STREQ(e.what(), in TEST()
633 EXPECT_STREQ(e.what(), in TEST()
679 EXPECT_STREQ(e.what(), in TEST()
717 e.what(), in TEST()
766 e.what(), in TEST()
1097 EXPECT_STREQ(e.what(), in TEST()
[all …]
/openbmc/linux/include/trace/events/
H A Drxrpc.h1878 int ref, enum rxrpc_txbuf_trace what),
1880 TP_ARGS(debug_id, call_debug_id, seq, ref, what),
1887 __field(enum rxrpc_txbuf_trace, what)
1895 __entry->what = what;
1908 enum rxrpc_call_poke_trace what),
1910 TP_ARGS(call, busy, what),
1915 __field(enum rxrpc_call_poke_trace, what)
1921 __entry->what = what;
1951 TP_ARGS(call, seq, sack, what),
1957 __field(enum rxrpc_sack_trace, what)
[all …]
/openbmc/openpower-hw-diags/analyzer/
H A Danalyzer_main.cpp139 trace::err(e.what()); in analyzeHardware()
180 trace::err(e.what()); in analyzeHardware()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-apic-fixup-fallthrough-to-PIC.patch9 APIC is disabled it doesn't matter what the local APIC config says.
12 guest will receive a general protection fault, similar to what is seen
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmapper_errors.hpp14 virtual const char* what() const noexcept override in what() function in ipmi_flash::MapperException
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp78 entry("ERROR=%s", e.what())); in getObjectSubtreeForInterfaces()
104 entry("ERROR=%s", e.what())); in getObject()
271 << e.what(); in createSyncPEL()
800 std::string errMsg = e.what(); in executePostFailAction()
812 throw GpioException(e.what()); in executePostFailAction()
858 std::string errMsg = e.what(); in isPresent()
934 std::string errMsg = e.what(); in executePreAction()
1000 std::cerr << e.what() << std::endl; in readBIOSAttribute()
1060 << "] error : " << fail.what(); in getVpdDataInVector()
1095 << "] error : " << fail.what(); in getVpdDataInVector()
/openbmc/linux/Documentation/maintainer/
H A Dpull-requests.rst49 so outline what is contained here, why it should be merged, and what, if
58 to understand what I'm pulling, and why I should pull it. I also
69 what they do and why they do it, but explain the _timing_. What
72 I will take both what you write in the email pull request _and_ in
135 bit of help determining what you want to pull, and on what to base the pull
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp107 std::cerr << e.what() << "\n"; in initManager()
211 << e.what() << std::endl; in restoreSystemVpd()
525 std::cerr << e.what() << std::endl; in writeKeyword()
588 log<level::ERR>(e.what()); in performVPDRecollection()
590 additionalData.emplace("DESCRIPTION", e.what()); in performVPDRecollection()
641 additionalData.emplace("DESCRIPTION", e.what()); in performVPDRecollection()
748 additionalData.emplace("DESCRIPTION", e.what()); in collectFRUVPD()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_connbytes.h24 __u8 what; /* ipt_connbytes_what */ member
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.cpp110 entry("ERROR=%s", e.what())); in getService()
212 entry("ERROR=%s", e.what())); in rebootBMC()
390 entry("ERROR=%s", e.what())); in ipmi_ibm_oem_bmc_factory_reset()
407 entry("ERROR=%s", e.what())); in ipmi_ibm_oem_bmc_factory_reset()
/openbmc/smbios-mdr/src/
H A Dspeed_select.cpp198 std::cerr << "Failed to get SST-PP level: " << error.what() in appliedConfig()
225 std::cerr << "Failed to get SST-BF status: " << error.what() in baseSpeedPriorityEnabled()
266 std::cerr << "Failed to set new SST-PP level: " << error.what() in appliedConfig()
522 std::cerr << "PECI Error: " << err.what() << '\n'; in discoverOrWait()
/openbmc/phosphor-hwmon/tools/
H A Dfind_hwmon.cpp34 std::cerr << e.what() << '\n'; in main()
H A Dfind_callout_path.cpp34 std::cerr << e.what() << '\n'; in main()
/openbmc/google-ipmi-sys/
H A Derrors.hpp37 virtual const char* what() const noexcept override in what() function in google::ipmi::IpmiException

12345678910>>...81