Lines Matching refs:drive_add
930 int drive_add(const char *file, const char *fmt, ...) in drive_add() function
2647 hda_opts = drive_add(argv[optind++], HD_ALIAS, 0); in main()
2711 hda_opts = drive_add(optarg, HD_ALIAS, 0); in main()
2713 hda_opts = drive_add(optarg, HD_ALIAS in main()
2722 hdb_opts = drive_add(optarg, HD_ALIAS, 1); in main()
2727 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda); in main()
2730 drive_add(NULL, "%s", optarg); in main()
2733 drive_add(optarg, MTD_ALIAS); in main()
2736 drive_add(optarg, SD_ALIAS); in main()
2739 drive_add(optarg, PFLASH_ALIAS); in main()
2816 drive_add(optarg, CDROM_ALIAS); in main()
2849 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda); in main()
3654 hda_opts = drive_add(sdPath, HD_ALIAS, 0); in main()
3675 hdb_opts = drive_add(spath, HD_ALIAS, 1); in main()
4068 drive_add(NULL, CDROM_ALIAS); in main()
4073 drive_add(NULL, FD_ALIAS, 0); in main()
4077 drive_add(NULL, SD_ALIAS); in main()