Searched refs:error_in (Results 1 – 6 of 6) 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/linux/security/keys/ |
H A D | keyctl_pkey.c | 253 goto error_in; in keyctl_pkey_e_d_s() 264 error_in: in keyctl_pkey_e_d_s() 315 goto error_in; in keyctl_pkey_verify() 322 error_in: in keyctl_pkey_verify()
|
/openbmc/qemu/migration/ |
H A D | channel.h | 26 Error *error_in);
|
H A D | migration.h | 488 void migrate_fd_connect(MigrationState *s, Error *error_in);
|
H A D | migration.c | 3710 void migrate_fd_connect(MigrationState *s, Error *error_in) in migrate_fd_connect() argument 3725 if (error_in) { in migrate_fd_connect() 3726 migrate_fd_error(s, error_in); in migrate_fd_connect()
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | animeo_ip.dts | 182 label = "error_in";
|