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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmmap.c62 static struct list reserved_areas = LIST_INIT(reserved_areas); variable in typeref:struct:list
362 if (!list_head( &reserved_areas ))
370 LIST_FOR_EACH( ptr, &reserved_areas )
399 ptr = list_head( &reserved_areas );
425 LIST_FOR_EACH( ptr, &reserved_areas )
445 if ((ptr = list_next( &reserved_areas, ptr )))
484 ptr = list_head( &reserved_areas );
505 ptr = list_next( &reserved_areas, ptr );
537 ptr = list_next( &reserved_areas, pt
[all...]

Completed in 41 milliseconds