Lines Matching defs:option
348 /* Path to hardware initialization file passed with -android-hw option. */
354 /* -dns-server option value. */
357 /* -radio option value. */
360 /* -gps option value. */
363 /* -audio option value. */
366 /* -cpu-delay option value. */
370 /* -nand-limits option value. */
374 /* -netspeed option value. */
377 /* -netdelay option value. */
380 /* -netfast option value. */
383 /* -tcpdump option value. */
386 /* -lcd-density option value. */
389 /* -ui-port option value. This port will be used to report the core
394 /* -ui-settings option value. This value will be passed to the UI when new UI
399 /* -android-avdname option value. */
1204 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
1217 fprintf(stderr, "qemu: invalid cache option\n");
1389 char option[128];
1394 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1395 if (!strcmp(option, "node")) {
1396 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1399 nodenr = strtoull(option, NULL, 10);
1402 if (get_param_value(option, 128, "mem", optarg) == 0) {
1405 value = strtoull(option, &endptr, 0);
1416 if (get_param_value(option, 128, "cpus", optarg) == 0) {
1419 value = strtoull(option, &endptr, 10);
2073 #define DEF(option, opt_arg, opt_enum, opt_help) \
2102 #define DEF(option, opt_arg, opt_enum, opt_help) \
2119 #define DEF(option, opt_arg, opt_enum, opt_help) \
2120 { option, opt_arg, opt_enum },
2373 * Implements the generic port forwarding option
2660 PANIC("%s: invalid option -- '%s'",
2669 PANIC("%s: option '%s' requires an argument",
3156 PANIC("Too many option ROMs");
3354 PANIC("Unexpected option to -tracing ('%s')",
3523 PANIC("Missing -android-hw <file> option!");
3646 /* If the -hda option was used, ignore the Android-provided one */
3803 PANIC("option -cpu-delay must be an integer between 0 and 1000" );
3980 option");
3984 PANIC("-initrd only allowed with -kernel option");
4029 PANIC("Too many option ROMs");