Searched refs:error_set_errno (Results 1 – 2 of 2) sorted by relevance
/external/qemu/include/qapi/ |
D | error.h | 37 void error_set_errno(Error **err, int os_error, ErrorClass err_class, const char *fmt, ...) GCC_FMT… 54 error_set_errno(err, os_error, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__)
|
/external/qemu/util/ |
D | error.c | 49 void error_set_errno(Error **errp, int os_errno, ErrorClass err_class, in error_set_errno() function
|