Searched refs:opt_enum (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | qemu-options.h | 32 #define DEF(option, opt_arg, opt_enum, opt_help) \ argument 33 opt_enum,
|
D | vl.c | 1842 #define DEF(option, opt_arg, opt_enum, opt_help) \ in help() argument 1871 #define DEF(option, opt_arg, opt_enum, opt_help) \ argument 1872 opt_enum, 1888 #define DEF(option, opt_arg, opt_enum, opt_help) \ argument 1889 { option, opt_arg, opt_enum },
|
D | vl-android.c | 2073 #define DEF(option, opt_arg, opt_enum, opt_help) \ in qemu_help() argument 2102 #define DEF(option, opt_arg, opt_enum, opt_help) \ argument 2103 opt_enum, 2119 #define DEF(option, opt_arg, opt_enum, opt_help) \ argument 2120 { option, opt_arg, opt_enum },
|
D | qemu-options.hx | 4 HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help) is used to construct
|