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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DMonitor.c661 XF86ConfModeLinePtr mlptr; local in function:xf86printMonitorSection
709 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next)
712 mlptr->ml_identifier, mlptr->ml_clock / 1000.0);
714 mlptr->ml_hdisplay, mlptr->ml_hsyncstart,
715 mlptr
751 XF86ConfModeLinePtr mlptr; local in function:xf86printModesSection
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DMonitor.c648 XF86ConfModeLinePtr mlptr; local in function:xf86printMonitorSection
688 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) {
690 mlptr->ml_identifier, mlptr->ml_clock / 1000.0);
692 mlptr->ml_hdisplay, mlptr->ml_hsyncstart,
693 mlptr
729 XF86ConfModeLinePtr mlptr; local in function:xf86printModesSection
[all...]

Completed in 3 milliseconds