Searched refs:tempm (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_driver.c | 2447 DisplayModePtr tempm = NULL, currentm = NULL, newm = NULL; local in function:XGIInternalDDC 2451 tempm = pScrn->monitor->Modes; 2452 while (tempm) { 2455 memcpy(newm, tempm, sizeof(DisplayModeRec)); 2456 if (!(newm->name = xalloc(strlen(tempm->name) + 1))) { 2460 strcpy(newm->name, tempm->name); 2468 tempm = tempm->next;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 6081 DisplayModePtr tempm = NULL, currentm = NULL, newm = NULL; local in function:SISPreInit 6086 tempm = pScrn->monitor->Modes; 6087 while(tempm) { 6089 memcpy(newm, tempm, sizeof(DisplayModeRec)); 6090 if(!(newm->name = malloc(strlen(tempm->name) + 1))) { 6094 strcpy(newm->name, tempm->name); 6101 tempm = tempm->next;
|
Completed in 21 milliseconds