Lines Matching refs:DeviceInfoNode
46 DeviceInfoNode *pos = NULL;
47 DeviceInfoNode *next = NULL;
70 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) {
87 DeviceInfoNode *pos = NULL;
88 DeviceInfoNode *next = NULL;
101 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) {
120 DeviceInfoNode *pos = NULL;
121 DeviceInfoNode *next = NULL;
127 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) {
147 DeviceInfoNode *device = NULL;
150 device = (DeviceInfoNode *)malloc(sizeof(DeviceInfoNode));
155 (void)memset_s(device, sizeof(DeviceInfoNode), 0, sizeof(DeviceInfoNode));
168 DeviceInfoNode *pos = NULL;
169 DeviceInfoNode *next = NULL;
179 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) {
412 DeviceInfoNode *pos = NULL;
413 DeviceInfoNode *next = NULL;
426 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) {