Searched refs:ostype (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp75 HRESULT GuestOSType::init(const Global::OSType &ostype)/*const char *aFamilyId, const char *aFamilyDescription, argument
104 ComAssertRet(ostype.familyId && ostype.familyDescription && ostype.id && ostype.description, E_INVALIDARG);
110 unconst(mFamilyID) = ostype.familyId;
111 unconst(mFamilyDescription) = ostype.familyDescription;
112 unconst(mID) = ostype.id;
113 unconst(mDescription) = ostype.description;
114 unconst(mOSType) = ostype
[all...]
/vbox/src/VBox/Installer/linux/
H A Drunasroot.sh21 ostype=`uname -s`
22 if test "$ostype" != "Linux" && test "$ostype" != "SunOS" ; then
50 case "$ostype" in SunOS)
/vbox/src/VBox/Additions/solaris/Installer/
H A Dmakepackage.sh33 ostype=`uname -s`
34 if test "$ostype" != "Linux" && test "$ostype" != "SunOS" ; then
46 case "$ostype" in
/vbox/src/VBox/Additions/linux/installer/
H A Dautorun.sh23 ostype=`uname -s`
24 if test "$ostype" != "Linux" && test "$ostype" != "SunOS" ; then
45 if test "$ostype" = "Linux"; then
64 elif test "$ostype" = "SunOS"; then
/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h36 HRESULT init(const Global::OSType &ostype);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsysctl.h279 { "ostype", CTLTYPE_STRING }, \
486 extern char ostype[];
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp453 KNOWN_ENTRY(ostype),

Completed in 59 milliseconds