Searched refs:newCR (Results 1 – 1 of 1) sorted by relevance
1477 ClockRangePtr newCR = xnfalloc(sizeof(ClockRange)); in xf86ValidateModes() local1478 memcpy(newCR, cp, sizeof(ClockRange)); in xf86ValidateModes()1479 newCR->next = NULL; in xf86ValidateModes()1481 scrp->clockRanges = newCR; in xf86ValidateModes()1483 nt_list_append(newCR, scrp->clockRanges, ClockRange, next); in xf86ValidateModes()