Searched refs:error_in (Results 1 – 2 of 2) sorted by relevance
| /openbmc/sdbusplus/src/ |
| H A D | exception.cpp | 33 SdBusError::SdBusError(int error_in, const char* prefix, in SdBusError() argument 35 SdBusError(error_in, std::string(prefix), intf_in) in SdBusError() 38 SdBusError::SdBusError(int error_in, std::string&& prefix, in SdBusError() argument 46 intf->sd_bus_error_set_errno(&this->error, error_in); in SdBusError() 55 SdBusError::SdBusError(sd_bus_error* error_in, const char* prefix, in SdBusError() argument 57 error(*error_in), intf(intf_in) in SdBusError() 60 *error_in = SD_BUS_ERROR_NULL; in SdBusError()
|
| /openbmc/qemu/migration/ |
| H A D | channel.h | 26 Error *error_in);
|