Searched defs:enmCtlType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_rpw.cpp127 CR_SERVER_RPW_CTL_TYPE enmCtlType = CR_SERVER_RPW_CTL_TYPE_UNDEFINED; local
161 enmCtlType = pWorker->Ctl.enmType;
171 if (enmCtlType != CR_SERVER_RPW_CTL_TYPE_UNDEFINED)
173 switch (enmCtlType)
181 crWarning("unexpected CtlType %d", enmCtlType);
184 enmCtlType = CR_SERVER_RPW_CTL_TYPE_UNDEFINED;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp796 StorageControllerType_T enmCtlType = StorageControllerType_Null; local
808 storageCtl->COMGETTER(ControllerType)(&enmCtlType);
809 switch (enmCtlType)

Completed in 38 milliseconds