Lines Matching defs:next
281 head.next = NULL;
282 for (m = configs; m; m = m->next) {
283 tail->next = createDriMode(core, m, driConfigs);
284 if (tail->next == NULL) {
290 tail = tail->next;
293 return head.next;
723 struct driver_config_entry *next;
739 driver_config_cache = e->next;
798 for (e = driver_config_cache; e; e = e->next) {
817 e->next = driver_config_cache;
820 if (!e->next)