Searched refs:OPT_FLAG (Results 1 – 9 of 9) sorted by relevance
/external/qemu/android/ |
D | cmdline-options.h | 11 #ifndef OPT_FLAG 12 #error OPT_FLAG is not defined 18 #define CFG_FLAG OPT_FLAG 79 OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functi… 81 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vm… 82 OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon changed state" ) 83 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" ) 84 OPT_FLAG ( snapshot_list, "show a list of available snapshots" ) 85 OPT_FLAG ( no_snapshot_update_time, "do not do try to correct snapshot time on restore" ) 86 OPT_FLAG ( wipe_data, "reset the user data image (copy it from initdata)" ) [all …]
|
D | cmdline-option.h | 27 #define OPT_FLAG(n,d) int n; macro
|
D | cmdline-option.c | 37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0) macro
|
D | help.c | 1515 #define OPT_FLAG(_name,_descr) { STRINGIFY(_name), NULL, _descr, help_##_name }, macro
|
/external/qemu/ |
D | qemu-option.h | 34 OPT_FLAG, enumerator
|
D | qemu-option.c | 272 case OPT_FLAG: in set_option_parameter() 318 case OPT_FLAG: in set_option_parameter_int() 475 case OPT_FLAG: in print_option_parameters()
|
/external/qemu/block/ |
D | vmdk.c | 845 .type = OPT_FLAG,
|
D | qcow.c | 945 .type = OPT_FLAG,
|
D | qcow2.c | 1316 .type = OPT_FLAG,
|