OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_PARAM
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
cmdline-options.h
5
#ifndef
OPT_PARAM
6
#error
OPT_PARAM
is not defined
15
#define CFG_PARAM
OPT_PARAM
44
*
OPT_PARAM
( name, "<param>", "description" )
77
OPT_PARAM
( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
78
OPT_PARAM
( snapstorage, "<file>", "file that contains all state snapshots (default <datadir>/snapshots.img)")
80
OPT_PARAM
( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" )
94
OPT_PARAM
( netspeed, "<speed>", "maximum network download/upload speeds" )
95
OPT_PARAM
( netdelay, "<delay>", "network latency emulation" )
98
OPT_PARAM
( trace, "<name>", "enable code profiling (F9 to start)"
[
all
...]
cmdline-option.h
26
#define
OPT_PARAM
(n,t,d) char* n;
help.c
[
all
...]
cmdline-option.c
38
#define
OPT_PARAM
(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
Completed in 34 milliseconds