Lines Matching refs:xf86configptr
265 if (xf86configptr == NULL) {
270 if (xf86configptr->conf_modules) {
274 modp = xf86configptr->conf_modules->mod_disable_lst;
291 modp = xf86configptr->conf_modules->mod_load_lst;
301 modp = xf86configptr->conf_modules->mod_disable_lst;
312 XF86LoadPtr ptr = (XF86LoadPtr)xf86configptr->conf_modules;
318 xf86configptr->conf_modules = xnfcalloc(1, sizeof(XF86ConfModuleRec));
321 XF86LoadPtr ptr = (XF86LoadPtr)xf86configptr->conf_modules;
331 modp = xf86configptr->conf_modules->mod_load_lst;
348 if (xf86configptr->conf_modules) {
349 modp = xf86configptr->conf_modules->mod_load_lst;
382 if (xf86configptr == NULL) {
453 if (xf86configptr == NULL) {
1141 xf86configptr->conf_input_lst);
1178 for (p = xf86configptr->conf_input_lst; p; p = p->list.next) {
1194 xf86configptr->conf_input_lst);
1197 xf86configptr->conf_input_lst);
1212 if (xf86findDeviceByDriver("vmware", xf86configptr->conf_device_lst) ||
1213 xf86findDeviceByDriver("vmwlegacy", xf86configptr->conf_device_lst)) {
1294 xf86configptr->conf_input_lst);
1331 for (p = xf86configptr->conf_input_lst; p; p = p->list.next) {
1346 xf86configptr->conf_input_lst);
1349 xf86configptr->conf_input_lst);
1615 if (!configScreen(slp[0].screen, xf86configptr->conf_screen_lst,
1712 XF86ConfigPtr xf86configptr)
1757 if (xf86layoutAddInputDevices(xf86configptr, &layout) > 0) {
1853 if ((!conf_screen->scrn_device) && (xf86configptr->conf_device_lst)) {
1854 conf_screen->scrn_device = xf86configptr->conf_device_lst;
1984 xf86configptr->conf_modes_lst);
2439 if ((xf86configptr = xf86readConfigFile ()) == NULL) {
2458 if (xf86configptr->conf_layout_lst == NULL || xf86ScreenName != NULL) {
2464 xf86configptr->conf_screen_lst,
2465 xf86configptr)) {
2471 if (xf86configptr->conf_flags != NULL) {
2473 pointer optlist = xf86configptr->conf_flags->flg_option_lst;
2477 if (!configLayout(&xf86ConfigLayout, xf86configptr->conf_layout_lst,
2483 if (!configLayout(&xf86ConfigLayout, xf86configptr->conf_layout_lst,
2509 if (!configServerFlags(xf86configptr->conf_flags,xf86ConfigLayout.options)){
2514 configFiles(xf86configptr->conf_files);
2515 configExtensions(xf86configptr->conf_extensions);
2517 configDRI(xf86configptr->conf_dri);