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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1617 typedef enum CommandLineParameterType enum
1624 } CommandLineParameterType; typedef in typeref:enum:CommandLineParameterType
1629 CommandLineParameterType value;
3110 CommandLineParameterType type;
H A Dqapi-visit.h353 void visit_type_CommandLineParameterType(Visitor *m, CommandLineParameterType * obj, const char *name, Error **errp);
H A Dqapi-visit.c5898 void visit_type_CommandLineParameterType(Visitor *m, CommandLineParameterType * obj, const char *name, Error **errp)
5900 visit_type_enum(m, (int *)obj, CommandLineParameterType_lookup, "CommandLineParameterType", name, errp);

Completed in 1689 milliseconds