Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/
H A Derror.h503 g_auto(ErrorPropagator) _auto_errp_prop = {.errp = errp}; \
510 typedef struct ErrorPropagator { struct
513 } ErrorPropagator; typedef
515 static inline void error_propagator_cleanup(ErrorPropagator *prop) in error_propagator_cleanup()
520 G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(ErrorPropagator, error_propagator_cleanup);