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

/external/qemu/android/
H A Dcmdline-options.h11 #ifndef OPT_FLAG
12 #error OPT_FLAG is not defined
18 #define CFG_FLAG OPT_FLAG
36 * OPT_FLAG( name, "description" )
79 OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" )
81 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
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_tim
164 #undef OPT_FLAG macro
[all...]
H A Dcmdline-option.h27 #define OPT_FLAG(n,d) int n; macro
H A Dcmdline-option.c37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0) macro
H A Dhelp.c1515 #define OPT_FLAG(_name,_descr) { STRINGIFY(_name), NULL, _descr, help_##_name }, macro
/external/qemu/
H A Dqemu-option.h34 OPT_FLAG, enumerator in enum:QEMUOptionParType
H A Dqemu-option.c245 * OPT_FLAG (uses value.n):
272 case OPT_FLAG:
318 case OPT_FLAG:
475 case OPT_FLAG:
/external/qemu/block/
H A Dqcow.c945 .type = OPT_FLAG,
H A Dvmdk.c845 .type = OPT_FLAG,
H A Dqcow2.c1316 .type = OPT_FLAG,

Completed in 81 milliseconds