Lines Matching refs:raw
323 CHECK_ERROR_RET(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
343 rc = machine->GetStorageControllerByName(Bstr(pszCtl).raw(),
392 CHECK_ERROR(machine, DetachDevice(Bstr(pszCtl).raw(), port, device));
400 rc = machine->GetMediumAttachment(Bstr(pszCtl).raw(), port, device,
410 CHECK_ERROR(machine, UnmountMedium(Bstr(pszCtl).raw(),
422 CHECK_ERROR(machine, AttachDeviceWithoutMedium(Bstr(pszCtl).raw(), port, device,
459 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
460 CHECK_ERROR(machine, AttachDeviceWithoutMedium(Bstr(pszCtl).raw(), port, device,
488 rc = machine->GetMediumAttachment(Bstr(pszCtl).raw(), port,
561 rc = host->FindHostDVDDrive(Bstr(pszMedium + 5).raw(),
569 rc = host->FindHostDVDDrive(Bstr(szPathReal).raw(),
578 rc = host->FindHostFloppyDrive(Bstr(pszMedium + 5).raw(),
599 bstrISCSIMedium = BstrFmt("%ls|%ls", bstrServer.raw(), bstrTarget.raw());
601 bstrISCSIMedium = BstrFmt("%ls|%ls|%ls", bstrServer.raw(), bstrTarget.raw(), bstrLun.raw());
603 CHECK_ERROR(a->virtualBox, CreateMedium(Bstr("iSCSI").raw(),
604 bstrISCSIMedium.raw(),
610 bstrServer = BstrFmt("%ls:%ls", bstrServer.raw(), bstrPort.raw());
662 rc = machine->GetMediumAttachment(Bstr(pszCtl).raw(), port,
682 CHECK_ERROR(pMedium2Mount, SetIds(fSetNewUuid, bstrNewUuid.raw(),
683 fSetNewParentUuid, bstrNewParentUuid.raw()));
698 CHECK_ERROR(pMedium2Mount, COMSETTER(Description)(bstrComment.raw()));
712 rc = machine->GetMediumAttachment(Bstr(pszCtl).raw(),
722 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
723 rc = machine->AttachDeviceWithoutMedium(Bstr(pszCtl).raw(),
731 rc = machine->AttachDeviceWithoutMedium(Bstr(pszCtl).raw(),
740 CHECK_ERROR(machine, MountMedium(Bstr(pszCtl).raw(),
752 machine->DetachDevice(Bstr(pszCtl).raw(), port, device);
753 CHECK_ERROR(machine, AttachDevice(Bstr(pszCtl).raw(),
768 CHECK_ERROR(machine, GetMediumAttachment(Bstr(pszCtl).raw(), port,
775 CHECK_ERROR(machine, PassthroughDevice(Bstr(pszCtl).raw(),
780 CHECK_ERROR(machine, PassthroughDevice(Bstr(pszCtl).raw(),
794 CHECK_ERROR(machine, GetMediumAttachment(Bstr(pszCtl).raw(), port,
801 CHECK_ERROR(machine, TemporaryEjectDevice(Bstr(pszCtl).raw(),
806 CHECK_ERROR(machine, TemporaryEjectDevice(Bstr(pszCtl).raw(),
820 CHECK_ERROR(machine, GetMediumAttachment(Bstr(pszCtl).raw(), port,
827 CHECK_ERROR(machine, NonRotationalDevice(Bstr(pszCtl).raw(),
832 CHECK_ERROR(machine, NonRotationalDevice(Bstr(pszCtl).raw(),
846 CHECK_ERROR(machine, GetMediumAttachment(Bstr(pszCtl).raw(), port,
853 CHECK_ERROR(machine, SetAutoDiscardForDevice(Bstr(pszCtl).raw(),
858 CHECK_ERROR(machine, SetAutoDiscardForDevice(Bstr(pszCtl).raw(),
872 CHECK_ERROR(machine, GetMediumAttachment(Bstr(pszCtl).raw(), port,
879 CHECK_ERROR(machine, SetHotPluggableForDevice(Bstr(pszCtl).raw(),
884 CHECK_ERROR(machine, SetHotPluggableForDevice(Bstr(pszCtl).raw(),
902 CHECK_ERROR(machine, SetNoBandwidthGroupForDevice(Bstr(pszCtl).raw(),
914 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(pszBandwidthGroup).raw(), bwGroup.asOutParam()));
917 CHECK_ERROR(machine, SetBandwidthGroupForDevice(Bstr(pszCtl).raw(),
1045 CHECK_ERROR_RET(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
1064 CHECK_ERROR(machine, RemoveStorageController(Bstr(pszCtl).raw()));
1074 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1080 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1086 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1092 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1098 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1104 CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl).raw(),
1120 CHECK_ERROR(machine, GetStorageControllerByName(Bstr(pszCtl).raw(),
1179 CHECK_ERROR(machine, GetStorageControllerByName(Bstr(pszCtl).raw(),
1198 CHECK_ERROR(machine, GetStorageControllerByName(Bstr(pszCtl).raw(),
1231 CHECK_ERROR(machine, SetStorageControllerBootable(Bstr(pszCtl).raw(), TRUE));
1235 CHECK_ERROR(machine, SetStorageControllerBootable(Bstr(pszCtl).raw(), FALSE));