Searched refs:memory_list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_memory.c319 while (pI830->memory_list->next->next != NULL) {
320 i830_memory *mem = pI830->memory_list->next;
400 pI830->memory_list = start;
489 free(pI830->memory_list->next);
490 free(pI830->memory_list);
491 pI830->memory_list = NULL;
614 for (scan = pI830->memory_list; scan->next != NULL; scan = scan->next) {
874 if (pI830->memory_list == NULL) {
880 if (pI830->memory_list->next->next == NULL) {
889 for (mem = pI830->memory_list
[all...]
H A Di830.h348 i830_memory *memory_list; member in struct:_I830Rec

Completed in 5 milliseconds