Lines Matching refs:xf86configptr
268 if (xf86configptr == NULL) { in xf86ModulelistFromConfig()
273 if (xf86configptr->conf_modules) { in xf86ModulelistFromConfig()
277 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
298 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
310 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
323 XF86LoadPtr ptr = (XF86LoadPtr) xf86configptr->conf_modules; in xf86ModulelistFromConfig()
334 xf86configptr->conf_modules = xnfcalloc(1, sizeof(XF86ConfModuleRec)); in xf86ModulelistFromConfig()
337 XF86LoadPtr ptr = (XF86LoadPtr) xf86configptr->conf_modules; in xf86ModulelistFromConfig()
350 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
367 if (xf86configptr->conf_modules) { in xf86ModulelistFromConfig()
368 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
400 if (xf86configptr == NULL) { in xf86DriverlistFromConfig()
477 if (xf86configptr == NULL) { in xf86InputDriverlistFromConfig()
1056 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1084 for (p = xf86configptr->conf_input_lst; p; p = p->list.next) { in checkCoreInputDevices()
1101 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1104 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1155 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1183 for (p = xf86configptr->conf_input_lst; p; p = p->list.next) { in checkCoreInputDevices()
1198 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1201 xf86configptr->conf_input_lst); in checkCoreInputDevices()
1470 FIND_SUITABLE (XF86ConfScreenPtr, xf86configptr->conf_screen_lst, screen); in configLayout()
1712 if ((!conf_screen->scrn_device) && (xf86configptr->conf_device_lst)) { in configScreen()
1713 FIND_SUITABLE (XF86ConfDevicePtr, xf86configptr->conf_device_lst, conf_screen->scrn_device); in configScreen()
1725 xf86configptr->conf_device_lst) { in configScreen()
1726 XF86ConfDevicePtr sdevice = xf86configptr->conf_device_lst->list.next; in configScreen()
1873 xf86configptr->conf_modes_lst); in configMonitor()
2337 if ((xf86configptr = xf86readConfigFile()) == NULL) { in xf86HandleConfigFile()
2355 FIND_SUITABLE(XF86ConfLayoutPtr, xf86configptr->conf_layout_lst, layout); in xf86HandleConfigFile()
2363 FIND_SUITABLE (XF86ConfScreenPtr, xf86configptr->conf_screen_lst, screen); in xf86HandleConfigFile()
2366 xf86configptr)) { in xf86HandleConfigFile()
2373 if (xf86configptr->conf_flags != NULL) { in xf86HandleConfigFile()
2375 void *optlist = xf86configptr->conf_flags->flg_option_lst; in xf86HandleConfigFile()
2413 configServerFlags(xf86configptr->conf_flags, xf86ConfigLayout.options); in xf86HandleConfigFile()
2414 configFiles(xf86configptr->conf_files); in xf86HandleConfigFile()
2415 configExtensions(xf86configptr->conf_extensions); in xf86HandleConfigFile()
2416 configDRI(xf86configptr->conf_dri); in xf86HandleConfigFile()