Searched refs:nDevToConfig (Results 1 – 2 of 2) sorted by relevance
55 static int nDevToConfig = 0, CurrentDriver; variable91 for (i = 0; i < nDevToConfig; i++) { in xf86AddBusDeviceToConfigure()111 i = nDevToConfig++; in xf86AddBusDeviceToConfigure()113 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec)); in xf86AddBusDeviceToConfigure()361 for (scrnum = 0; scrnum < nDevToConfig; scrnum++) { in configureLayoutSection()637 if (nDevToConfig <= 0) { in DoConfigure()643 for (screennum = 0; screennum < nDevToConfig; screennum++) { in DoConfigure()705 dev2screen = xnfcalloc(nDevToConfig, sizeof(int)); in DoConfigure()710 for (screennum = 0; screennum < nDevToConfig; screennum++) { in DoConfigure()744 for (; k < nDevToConfig; k++) { in DoConfigure()[all …]
10279 Size the dev2screen array to nDevToConfig instead.