Lines Matching refs:xnfcalloc
184 dir_elem = xnfcalloc(1, strlen(path_elem) + 1); in xf86ValidateFontPath()
334 xf86configptr->conf_modules = xnfcalloc(1, sizeof(XF86ConfModuleRec)); in xf86ModulelistFromConfig()
1323 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr)); in configInputDevices()
1407 slp = xnfcalloc((count + 1), sizeof(screenLayoutRec)); in configLayout()
1417 slp[count].screen = xnfcalloc(1, sizeof(confScreenRec)); in configLayout()
1471 slp[0].screen = xnfcalloc(1, sizeof(confScreenRec)); in configLayout()
1599 slp = xnfcalloc(1, 2 * sizeof(screenLayoutRec)); in configImpliedLayout()
1600 slp[0].screen = xnfcalloc(1, sizeof(confScreenRec)); in configImpliedLayout()
1608 servlayoutp->inactives = xnfcalloc(1, sizeof(GDevRec)); in configImpliedLayout()
1693 screenp->monitor = xnfcalloc(1, sizeof(MonRec)); in configScreen()
1711 screenp->device = xnfcalloc(1, sizeof(GDevRec)); in configScreen()
1735 screenp->gpu_devices[i] = xnfcalloc(1, sizeof(GDevRec)); in configScreen()
1745 screenp->gpu_devices[i] = xnfcalloc(1, sizeof(GDevRec)); in configScreen()
1897 mode = xnfcalloc(1, sizeof(DisplayModeRec)); in configMonitor()