Searched refs:dynamicDevInfos (Results 1 – 5 of 5) sorted by relevance
69 HdfSListInit(&hostClnt->dynamicDevInfos); in DevHostServiceClntConstruct()106 HdfSListFlush(&hostClnt->dynamicDevInfos, HdfDeviceInfoDelete); in DevHostServiceClntFreeInstance()
36 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->dynamicDevInfos); in DevmgrServiceDynamicDevInfoFound()110 …namic = HdfSListIsEmpty(&hostClnt->unloadDevInfos) && !HdfSListIsEmpty(&hostClnt->dynamicDevInfos); in DevmgrServiceLoadDevice()
21 struct HdfSList dynamicDevInfos; member
176 HdfSListAdd(&hostClnt->dynamicDevInfos, &devInfo->node); in GetDevcieNodeList()
208 HdfSListAdd(&hostClnt->dynamicDevInfos, &deviceNodeInfo->node); in GetDevcieNodeList()