Searched defs:aOsType (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DBIOSSettingsImpl.cpp555 void BIOSSettings::i_applyDefaults (GuestOSType *aOsType) argument
557 AssertReturnVoid (aOsType != NULL);
566 m->bd->fIOAPICEnabled = aOsType->i_recommendedIOAPIC();
H A DSerialPortImpl.cpp592 void SerialPort::i_applyDefaults (GuestOSType *aOsType) argument
594 AssertReturnVoid (aOsType != NULL);
628 uint32_t numSerialEnabled = aOsType->i_numSerialEnabled();
H A DNetworkAdapterImpl.cpp1237 void NetworkAdapter::i_applyDefaults(GuestOSType *aOsType) argument
1239 AssertReturnVoid(aOsType != NULL);
1252 NetworkAdapterType_T defaultType = aOsType->i_networkAdapterType();
H A DMachineImpl.cpp287 * @param aOsType OS Type of this machine or NULL.
297 GuestOSType *aOsType,
344 if (aOsType)
347 mUserData->s.strOsType = aOsType->i_id();
350 mBIOSSettings->i_applyDefaults(aOsType);
354 mNetworkAdapters[slot]->i_applyDefaults(aOsType);
358 mSerialPorts[slot]->i_applyDefaults(aOsType);
361 mHWData->mLongMode = aOsType->i_is64Bit()
293 init(VirtualBox *aParent, const Utf8Str &strConfigFile, const Utf8Str &strName, const StringsList &llGroups, GuestOSType *aOsType, const Guid &aId, bool fForceOverwrite, bool fDirectoryIncludesUUID) argument
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp823 * @param aOsType
825 void Guest::i_setAdditionsInfo(com::Utf8Str aInterfaceVersion, VBOXOSTYPE aOsType) argument
900 mData.mOSTypeId = Global::OSTypeId(aOsType);

Completed in 88 milliseconds