/openbmc/linux/drivers/input/touchscreen/ |
H A D | ektf2127.c | 210 const char *what = width ? "width" : "height"; in ektf2127_query_dimension() local 224 dev_err(dev, "Failed to request %s: %d\n", what, error); in ektf2127_query_dimension() 234 dev_err(dev, "Failed to receive %s data: %d\n", what, error); in ektf2127_query_dimension() 240 what, buf[0], buf[1]); in ektf2127_query_dimension()
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_compare_byte_action_tests.cpp | 198 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 233 EXPECT_STREQ(e.what(), "ActionError: i2c_compare_byte: { register: " in TEST() 244 ie.what(), in TEST()
|
H A D | i2c_action_tests.cpp | 131 EXPECT_STREQ(e.what(), "Unable to find device with ID \"reg1\""); in TEST() 167 EXPECT_STREQ(e.what(), in TEST()
|
H A D | compare_presence_action_tests.cpp | 178 EXPECT_STREQ(e.what(), "ActionError: compare_presence: { fru: " in TEST() 189 EXPECT_STREQ(r_error.what(), in TEST()
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 111 std::cout << "elog exception caught: " << e.what() << std::endl; in elog_test() 158 std::cout << "elog exception caught: " << e.what() << std::endl; in elog_test() 219 std::cout << "elog exception caught: " << e.what() << std::endl; in commitError()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | utils.cpp | 101 property.first, e.what()) in getPsuI2c() 171 filePath, e.what()) in checkFileExists() 220 std::format("Error in getDevicePath: {}", e.what()).c_str()); in getDevicePath()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_flower.sh | 82 local what=$1; shift 96 log_test "$direction $what ($tcflags)"
|
/openbmc/linux/include/linux/ceph/ |
H A D | mon_client.h | 140 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, 142 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
|
/openbmc/linux/drivers/power/reset/ |
H A D | vexpress-poweroff.c | 16 static void vexpress_reset_do(struct device *dev, const char *what) in vexpress_reset_do() argument 27 dev_emerg(dev, "Unable to %s (%d)\n", what, err); in vexpress_reset_do()
|
/openbmc/openpower-occ-control/ |
H A D | occ_device.cpp | 27 "ERROR", e.what()); in setActive() 152 "ERROR", e.what()); in getFilenameByRegex()
|
H A D | occ_dbus.cpp | 121 lg2::error("set Unit propety failed: error={ERR}", "ERR", e.what()); in setUnit() 138 lg2::error("get Unit propety failed: error={ERR}", "ERR", e.what()); in getUnit() 226 lg2::error("Error looking up chassis objects: {ERR}", "ERR", e.what()); in getChassisPath()
|
/openbmc/qemu/contrib/plugins/ |
H A D | howvec.c | 45 CountType what; member 185 switch (class->what) { in plugin_exit() 276 switch (class->what) { in find_counter() 382 class_table[j].what = type; in qemu_plugin_install()
|
/openbmc/linux/arch/microblaze/ |
H A D | Kconfig | 134 Unless you know what you are doing, say N here. 162 Say N here unless you know what you are doing. 188 Say N here unless you know what you are doing. 202 Say N here unless you know what you are doing. 216 Say N here unless you know what you are doing.
|
/openbmc/openbmc/poky/meta/recipes-graphics/pango/pango/ |
H A D | 0001-Skip-running-test-layout-test.patch | 6 This fails intermittently, it varies based on what version of harfbuzz 7 is installed and if it does not match with what pango CI tests then we
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson-routines.bbclass | 13 # Map our ARCH values to what Meson expects: 39 # Map our OS values to what Meson expects:
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | psci-relay.c | 44 #define is_psci_0_1(what, func_id) \ argument 45 (kvm_host_psci_config.psci_0_1_ ## what ## _implemented && \ 46 (func_id) == kvm_host_psci_config.function_ids_0_1.what)
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 109 priority in KVM x86. If all else fails, match what already exists. 127 what it does. Do not reiterate what the code literally does; let the code 203 Stating what a patch does before diving into details is preferred by KVM x86 204 for several reasons. First and foremost, what code is actually being changed 206 find. Changelogs that bury the "what's actually changing" in a one-liner after 209 For initial review, one could argue the "what's broken" is more important, but 216 Another benefit of stating "what's changing" first is that it's almost always 219 the problem. If both the "what's changing" and "what's the bug" are super 224 painful than having to skip three paragraphs to get to "what's changing". 270 what level of testing you were able to do, e.g. in the cover letter. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-nowarnings-perl_1.04.bb | 6 and diagnostics of where, when and what the warning was, including a stack \ 7 trace of what was going on when the it occurred.\
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | TODO | 17 First a few words what not to do (at least not blindly): 28 - check what other upstream wireless mechanisms can be used instead of the
|
/openbmc/phosphor-buttons/src/ |
H A D | hostSelector_switch.cpp | 87 getFormFactorType(), "ERROR", e.what()); in setInitialHostSelectorValue() 131 getFormFactorType(), "ERROR", e.what()); in handleEvent()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuswrite.cpp | 95 entry("WHAT=%s", ex.what())); in write() 157 entry("WHAT=%s", ex.what())); in write()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-uevents.rst | 8 This document explains what the events are and what they are used 65 information about what the error is, which is something that needs to 92 The LOCKPROTO is a string, and its value depends on what is set
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | bus.c | 157 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, in nvkm_i2c_bus_probe() argument 164 BUS_DBG(bus, "probing %ss", what); in nvkm_i2c_bus_probe() 179 what, info[i].dev.type); in nvkm_i2c_bus_probe()
|
/openbmc/linux/Documentation/driver-api/fpga/ |
H A D | fpga-programming.rst | 22 The struct fpga_image_info specifies what FPGA image to program. It is 32 will generate that list. Here's some sample code of what to do next:: 88 * fpga_image_info() - Specifies what FPGA image to program
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 85 e.what()) in setPresence() 120 e.what()) in setAvailable() 192 invpath, e.what()) in handleChassisHealthRollup()
|