Searched refs:ERROR_CLASS_GENERIC_ERROR (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqerror.h40 ERROR_CLASS_GENERIC_ERROR, "Could not add client"
43 ERROR_CLASS_GENERIC_ERROR, "Path '%s' does not uniquely identify an object"
46 ERROR_CLASS_GENERIC_ERROR, "Device '%s' can't go on a %s bus"
49 ERROR_CLASS_GENERIC_ERROR, "Base '%s' not found"
55 ERROR_CLASS_GENERIC_ERROR, "The block job for device '%s' is currently paused"
58 ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed"
61 ERROR_CLASS_GENERIC_ERROR, "Block format '%s' used by device '%s' does not support feature '%s'"
64 ERROR_CLASS_GENERIC_ERROR, "An internal buffer overran"
67 ERROR_CLASS_GENERIC_ERROR, "Bus '%s' does not support hotplugging"
70 ERROR_CLASS_GENERIC_ERROR, "Bu
[all...]
/external/qemu/include/qapi/
H A Derror.h52 error_set(err, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__)
54 error_set_errno(err, os_error, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__)
57 error_set_win32(err, win32_err, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__)
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h141 ERROR_CLASS_GENERIC_ERROR = 0, enumerator in enum:ErrorClass

Completed in 137 milliseconds