Home
last modified time | relevance | path

Searched refs:opt_enum (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/system/
H A Dvl.c887 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ in help()
913 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \
914 opt_enum,
933 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \
934 { option, opt_arg, opt_enum, arch_mask },
882 DEF(option,opt_arg,opt_enum,opt_help,arch_mask) help() argument
908 DEF(option,opt_arg,opt_enum,opt_help,arch_mask) global() argument
928 DEF(option,opt_arg,opt_enum,opt_help,arch_mask) global() argument
/openbmc/qemu/
H A Dqemu-options.hx6 HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to