HomeSort by relevance Sort by last modified time
    Searched refs:OPT_FLAG (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/
cmdline-options.h 11 #ifndef OPT_FLAG
12 #error OPT_FLAG is not defined
18 #define CFG_FLAG OPT_FLAG
36 * OPT_FLAG( name, "description" )
80 OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" )
82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
83 OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon changed state" )
84 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
85 OPT_FLAG ( snapshot_list, "show a list of available snapshots" )
86 OPT_FLAG ( no_snapshot_update_time, "do not do try to correct snapshot time on restore"
    [all...]
cmdline-option.h 27 #define OPT_FLAG(n,d) int n;
cmdline-option.c 37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0)
help.c     [all...]
  /external/qemu/
qemu-option.h 34 OPT_FLAG,
qemu-option.c 245 * OPT_FLAG (uses value.n):
272 case OPT_FLAG:
318 case OPT_FLAG:
475 case OPT_FLAG:
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 102 enum option_type { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR,
    [all...]
  /external/qemu/block/
qcow.c 945 .type = OPT_FLAG,
vmdk.c 845 .type = OPT_FLAG,
qcow2.c     [all...]

Completed in 359 milliseconds