Searched refs:OPT_PARAM (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/
H A Dcmdline-options.h5 #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( trac
165 #undef OPT_PARAM macro
[all...]
H A Dcmdline-option.h26 #define OPT_PARAM(n,t,d) char* n; macro
H A Dhelp.c1516 #define OPT_PARAM(_name,_template,_descr) { STRINGIFY(_name), _template, _descr, help_##_name }, macro
1517 #define OPT_LIST OPT_PARAM
H A Dcmdline-option.c38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0) macro

Completed in 59 milliseconds