Searched refs:hd (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dgdbstub_test.gdb4 # make bin/ipxe.hd.tmp
13 file bin/ipxe.hd.tmp
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp553 ComPtr<IHardDisk> hd;
556 CHECK_ERROR_BREAK(virtualBox, OpenHardDisk(src, AccessMode_ReadWrite, hd.asOutParam()));
560 CHECK_ERROR_BREAK(virtualBox, RegisterHardDisk(hd));
577 ComPtr<IHardDisk> hd = vdi;
579 CHECK_ERROR_BREAK(hd, COMGETTER(Id)(id.asOutParam()));
580 CHECK_ERROR_BREAK(virtualBox, UnregisterHardDisk(id, hd.asOutParam()));
600 ComPtr<IHardDisk> hd = vdi;
602 CHECK_ERROR_BREAK(hd, CloneToImage(dst, vdi.asOutParam(), progress.asOutParam()));
625 ComPtr<IHardDisk> hd;
645 rc = virtualBox->FindHardDisk(src, hd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dbuild.sh151 -hd[a-d]|-fd[ab]|-cdrom)
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp606 const ovf::VirtualDisk &hd = itVD->second; local
611 foundDisk = m->pReader->m_mapDisks.find(hd.strDiskId);
647 strFilename = Utf8StrFmt("%s.vmdk", hd.strDiskId.c_str());
662 * that has the same ID as hd.idController */
664 if (!(pController = pNewDesc->i_findControllerFromID(hd.idController)))
668 hd.idController,
674 hd.ulAddressOnParent);
676 hd.strDiskId,
687 strFilename = Utf8StrFmt("%s.iso", hd.strDiskId.c_str());
703 * that has the same ID as hd
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm1177 mov ds:[442h], al ; hd/floppy ctlr status register

Completed in 309 milliseconds