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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp86 static HGCMService *sm_pSvcListHead; member in class:HGCMService
225 HGCMService *HGCMService::sm_pSvcListHead = NULL; member in class:HGCMService
973 pSvc->m_pSvcNext = sm_pSvcListHead;
976 if (sm_pSvcListHead)
978 sm_pSvcListHead->m_pSvcPrev = pSvc;
985 sm_pSvcListHead = pSvc;
1026 sm_pSvcListHead = m_pSvcNext;
1045 while (sm_pSvcListHead)
1047 sm_pSvcListHead->UnloadService();
1070 HGCMService *pSvc = sm_pSvcListHead;
[all...]

Completed in 82 milliseconds