Searched refs:xf86config (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c546 XF86ConfigPtr xf86config = NULL; local in function:DoConfigure
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
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c619 XF86ConfigPtr xf86config = NULL; local in function:DoConfigure
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
[all...]

Completed in 3 milliseconds