Home
last modified time | relevance | path

Searched refs:OPT_FLAG (Results 1 – 9 of 9) sorted by relevance

/external/qemu/android/
Dcmdline-options.h11 #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 …]
Dcmdline-option.h27 #define OPT_FLAG(n,d) int n; macro
Dcmdline-option.c37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0) macro
Dhelp.c1515 #define OPT_FLAG(_name,_descr) { STRINGIFY(_name), NULL, _descr, help_##_name }, macro
/external/qemu/
Dqemu-option.h34 OPT_FLAG, enumerator
Dqemu-option.c272 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/
Dvmdk.c845 .type = OPT_FLAG,
Dqcow.c945 .type = OPT_FLAG,
Dqcow2.c1316 .type = OPT_FLAG,