Lines Matching defs:xf86config
546 XF86ConfigPtr xf86config = NULL;
585 xf86config = calloc(1, sizeof(XF86ConfigRec));
618 xf86config->conf_device_lst = (XF86ConfDevicePtr)xf86addListItem(
619 (glp)xf86config->conf_device_lst, (glp)DevicePtr);
621 xf86config->conf_monitor_lst = (XF86ConfMonitorPtr)xf86addListItem(
622 (glp)xf86config->conf_monitor_lst, (glp)MonitorPtr);
624 xf86config->conf_screen_lst = (XF86ConfScreenPtr)xf86addListItem(
625 (glp)xf86config->conf_screen_lst, (glp)ScreenPtr);
628 xf86config->conf_files = configureFilesSection();
629 xf86config->conf_modules = configureModuleSection();
630 xf86config->conf_flags = configureFlagsSection();
631 xf86config->conf_videoadaptor_lst = NULL;
632 xf86config->conf_modes_lst = NULL;
633 xf86config->conf_vendor_lst = NULL;
634 xf86config->conf_dri = NULL;
635 xf86config->conf_input_lst = configureInputSection();
636 xf86config->conf_layout_lst = configureLayoutSection();
653 if (xf86writeConfigFile(filename, xf86config) == 0) {
727 xf86freeMonitorList(xf86config->conf_monitor_lst);
728 xf86config->conf_monitor_lst = NULL;
729 xf86freeScreenList(xf86config->conf_screen_lst);
730 xf86config->conf_screen_lst = NULL;
745 xf86config->conf_monitor_lst = (XF86ConfMonitorPtr)xf86addListItem(
746 (glp)xf86config->conf_monitor_lst, (glp)MonitorPtr);
747 xf86config->conf_screen_lst = (XF86ConfScreenPtr)xf86addListItem(
748 (glp)xf86config->conf_screen_lst, (glp)ScreenPtr);
751 if (xf86writeConfigFile(filename, xf86config) == 0) {