Searched defs:fSilent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp153 bool fSilent)
165 if (!fSilent)
172 if (!fSilent)
379 false /* fForceNewUuidOnOpen */, false /* fSilent */);
633 false /* fForceNewUuidOnOpen */, false /* fSilent */);
637 false /* fForceNewUuidOnOpen */, false /* fSilent */);
641 false /* fForceNewUuidOnOpen */, false /* fSilent */);
830 false /* fForceNewUuidOnOpen */, false /* fSilent */);
833 false /* fForceNewUuidOnOpen */, false /* fSilent */);
836 false /* fForceNewUuidOnOpen */, false /* fSilent */);
150 openMedium(HandlerArg *a, const char *pszFilenameOrUuid, DeviceType_T enmDevType, AccessMode_T enmAccessMode, ComPtr<IMedium> &pMedium, bool fForceNewUuidOnOpen, bool fSilent) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp182 * @param fSilent Flag indicating a silent installation (TRUE) or not (FALSE).
186 int VBoxInstallDriver(const BOOL fInstall, const _TCHAR *pszDriverPath, BOOL fSilent, argument
279 if (fSilent)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3581 * @param fSilent Flag whether to notify the guest about the attached device.
3585 HRESULT Console::i_doStorageDeviceAttach(IMediumAttachment *aMediumAttachment, PUVM pUVM, bool fSilent) argument
3660 this, pUVM, pszDevice, uInstance, enmBus, fUseHostIOCache, aMediumAttachment, fSilent);
3701 * @param fSilent Flag whether to inform the guest about the attached device.
3713 bool fSilent)
3742 !fSilent /* fHotplug */,
3755 * @param fSilent Flag whether to notify the guest about the detached device.
3759 HRESULT Console::i_doStorageDeviceDetach(IMediumAttachment *aMediumAttachment, PUVM pUVM, bool fSilent) argument
3831 this, pUVM, pszDevice, uInstance, enmBus, aMediumAttachment, fSilent);
3871 * @param fSilent Fla
3706 i_attachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fSilent) argument
3876 i_detachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, IMediumAttachment *pMediumAtt, bool fSilent) argument
[all...]

Completed in 64 milliseconds