Lines Matching refs:xf86config
619 XF86ConfigPtr xf86config = NULL;
642 xf86config = calloc(1, sizeof(XF86ConfigRec));
667 xf86config->conf_device_lst = (XF86ConfDevicePtr) xf86addListItem((glp)
668 xf86config->
673 xf86config->conf_monitor_lst = (XF86ConfMonitorPtr) xf86addListItem((glp) xf86config->conf_monitor_lst, (glp) monitor_ptr);
675 xf86config->conf_screen_lst = (XF86ConfScreenPtr) xf86addListItem((glp)
676 xf86config->
682 xf86config->conf_files = configureFilesSection();
683 xf86config->conf_modules = configureModuleSection();
684 xf86config->conf_flags = configureFlagsSection();
685 xf86config->conf_videoadaptor_lst = NULL;
686 xf86config->conf_modes_lst = NULL;
687 xf86config->conf_vendor_lst = NULL;
688 xf86config->conf_dri = NULL;
689 xf86config->conf_input_lst = configureInputSection();
690 xf86config->conf_layout_lst = configureLayoutSection();
708 if (xf86writeConfigFile(filename, xf86config) == 0) {
785 xf86freeMonitorList(xf86config->conf_monitor_lst);
786 xf86config->conf_monitor_lst = NULL;
787 xf86freeScreenList(xf86config->conf_screen_lst);
788 xf86config->conf_screen_lst = NULL;
806 xf86config->conf_monitor_lst = (XF86ConfMonitorPtr) xf86addListItem((glp) xf86config->conf_monitor_lst, (glp) monitor_ptr);
807 xf86config->conf_screen_lst = (XF86ConfScreenPtr) xf86addListItem((glp)
808 xf86config->
814 if (xf86writeConfigFile(filename, xf86config) == 0) {