Searched refs:unloadDevInfos (Results 1 – 6 of 6) sorted by relevance
36 HdfSListIteratorInit(&it, &hostClnt->unloadDevInfos); in DevHostServiceClntInstallDriver()68 HdfSListInit(&hostClnt->unloadDevInfos); in DevHostServiceClntConstruct()105 HdfSListFlush(&hostClnt->unloadDevInfos, HdfDeviceInfoDelete); in DevHostServiceClntFreeInstance()
110 …dynamic = HdfSListIsEmpty(&hostClnt->unloadDevInfos) && !HdfSListIsEmpty(&hostClnt->dynamicDevInfo… in DevmgrServiceLoadDevice()180 if (!HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceUnloadDevice()206 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->unloadDevInfos); in DevmgrServiceLoadLeftDriver()326 if (HdfSListIsEmpty(&hostClnt->unloadDevInfos)) { in DevmgrServiceStartDeviceHost()
20 struct HdfSList unloadDevInfos; member
45 HdfSListIteratorInit(&itDeviceInfo, &hostClnt->unloadDevInfos); in DevFillQueryDeviceInfo()
170 … if (!HdfSListAddOrder(&hostClnt->unloadDevInfos, &devInfo->node, HdfDeviceListCompareMacro)) { in GetDevcieNodeList()
201 … if (!HdfSListAddOrder(&hostClnt->unloadDevInfos, &deviceNodeInfo->node, HdfDeviceListCompare)) { in GetDevcieNodeList()