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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp40 fPassthrough(false),
60 bool fPassthrough; member in struct:BackupableMediumAttachmentData
153 m->bd->fPassthrough = aPassthrough;
298 *aPassthrough = m->bd->fPassthrough;
466 return m->bd->fPassthrough;
525 m->bd->fPassthrough = aPassthrough;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp906 BOOL fPassthrough = FALSE; local
909 mediumAttach->COMGETTER(Passthrough)(&fPassthrough);
921 if (fPassthrough)
923 fPassthrough ? "on" : "off");
937 if (fPassthrough)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4107 BOOL fPassthrough; local
4108 hrc = pMediumAtt->COMGETTER(Passthrough)(&fPassthrough); H();
4120 !!fPassthrough,
4199 bool fPassthrough,
4244 InsertConfigInteger(pCfg, "Passthrough", fPassthrough);
4198 i_configMedium(PCFGMNODE pLunL0, bool fPassthrough, DeviceType_T enmType, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, const char *pcszBwGroup, bool fDiscard, IMedium *pMedium, MachineState_T aMachineState, HRESULT *phrc) argument

Completed in 73 milliseconds