Lines Matching refs:fmt
317 #define error_setg(errp, fmt, ...) \ argument
319 (fmt), ## __VA_ARGS__)
322 const char *fmt, ...)
333 #define error_setg_errno(errp, os_error, fmt, ...) \ argument
335 (os_error), (fmt), ## __VA_ARGS__)
338 int os_error, const char *fmt, ...)
347 #define error_setg_win32(errp, win32_err, fmt, ...) \ argument
349 (win32_err), (fmt), ## __VA_ARGS__)
352 int win32_err, const char *fmt, ...)
385 const char *fmt, ...)
392 void error_vprepend(Error *const *errp, const char *fmt, va_list ap)
399 void error_prepend(Error *const *errp, const char *fmt, ...)
416 void error_append_hint(Error *const *errp, const char *fmt, ...)
460 void warn_reportf_err(Error *err, const char *fmt, ...)
466 void error_reportf_err(Error *err, const char *fmt, ...)
474 #define error_set(errp, err_class, fmt, ...) \ argument
476 (err_class), (fmt), ## __VA_ARGS__)
479 ErrorClass err_class, const char *fmt, ...)