Home
last modified time | relevance | path

Searched refs:get_error (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/
H A Dreplication.c83 if (rs->ops && rs->ops->get_error) { in replication_get_error_all()
84 rs->ops->get_error(rs, &local_err); in replication_get_error_all()
/openbmc/qemu/include/block/
H A Dreplication.h114 void (*get_error)(ReplicationState *rs, Error **errp); member
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp88 auto err = *msg.get_error(); in handler()
/openbmc/kcsbridge/src/
H A Dcmd.cpp38 auto error = *m.get_error(); in write()
/openbmc/phosphor-networkd/src/
H A Dsystem_configuration.cpp90 auto dbusError = e.get_error(); in hostName()
/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp44 const sd_bus_error* dbusError = msg.get_error(); in afterSetProperty()
/openbmc/linux/include/linux/
H A Dipack.h158 int (*get_error) (struct ipack_device *dev); member
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp122 const sd_bus_error* get_error() const noexcept;
H A Dmessage.hpp274 const sd_bus_error* get_error() const in get_error() function in sdbusplus::message::message
/openbmc/sdbusplus/src/
H A Dexception.cpp104 const sd_bus_error* SdBusError::get_error() const noexcept in get_error() function in sdbusplus::exception::SdBusError
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp740 const sd_bus_error* errorMessage = msg.get_error(); in afterAddReport()
886 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReadingParams()
1030 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportingProperties()
1103 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportUpdates()
1150 const sd_bus_error* errorMessage = msg.get_error(); in afterSetReportActions()
H A Daccount_service.hpp1779 userErrorMessageHandler(m.get_error(), asyncResp, username, ""); in processAfterCreateUser()
2265 userErrorMessageHandler(m.get_error(), asyncResp, newUser, in handleAccountPatch()
H A Dethernet.hpp2014 const sd_bus_error* dbusError = m.get_error(); in afterDelete()
2047 const sd_bus_error* dbusError = m.get_error(); in afterVlanCreate()
H A Dcertificate_service.hpp585 const sd_bus_error* dbusError = m.get_error(); in handleReplaceCertificateAction()
H A Dmanagers.hpp1929 const sd_bus_error* dbusError = msg.get_error(); in afterSetDateTime()
H A Dlog_services.hpp1010 const sd_bus_error* dbusError = msg.get_error(); in createDump()
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp133 const sd_bus_error* dbusError = msg.get_error(); in afterSnmpClientCreate()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c154 static int get_error(const char *errorstring) in get_error() function
340 err = get_error(ret); in xs_talkv()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp260 auto ret = b.new_method_errno(e.get_errno(), e.get_error()); in after_spawn()
286 message_t err = b.new_method_errno(e.get_errno(), e.get_error()); in after_spawn()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp1119 auto* error = msg.get_error(); in subscribeToSystemdSignals()
1175 auto* error = msg.get_error(); in unsubscribeFromSystemdSignals()
/openbmc/qemu/block/
H A Dreplication.c78 .get_error = replication_get_error,
/openbmc/linux/drivers/ipack/carriers/
H A Dtpci200.c455 .get_error = tpci200_get_error,
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp345 auto err = parser.get_error(i); in initVirtualSensor()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1493 const sd_bus_error* e = m2.get_error(); in findActionOnInterface()
2014 m2.get_error(); in handlePut()