OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPT_FLAG
(Results
1 - 6
of
6
) 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
,
/external/chromium_org/third_party/sqlite/src/tool/
lemon.c
102
enum option_type {
OPT_FLAG
=1, OPT_INT, OPT_DBL, OPT_STR,
[
all
...]
Completed in 836 milliseconds