Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/
H A Derror.h517 g_auto(ErrorPropagator) _auto_errp_prop = {.errp = errp}; \
524 typedef struct ErrorPropagator { struct
527 } ErrorPropagator; argument
529 static inline void error_propagator_cleanup(ErrorPropagator *prop) in error_propagator_cleanup()
534 G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(ErrorPropagator, error_propagator_cleanup);