Searched refs:mlptr (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Monitor.c | 962 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) 965 fprintf(cf, "%2.4f\n", mlptr->ml_clock/1000.0); 980 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) 984 mlptr->ml_hdisplay, 985 mlptr->ml_hsyncstart, 986 mlptr->ml_hsyncend, 987 mlptr->ml_htotal); 1002 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) 1006 mlptr->ml_vdisplay, 1007 mlptr 961 xf86printMxxxSectionModeDotClock( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 979 xf86printMxxxSectionModeHTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1001 xf86printMxxxSectionModeVTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1023 xf86printMxxxSectionModeFlags( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1057 xf86printMxxxSectionModeHSkew( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1075 xf86printMxxxSectionModeVScan( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1093 xf86printMxxxSectionMode( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace_a[], const char *const whitespace_b[]) argument 1123 xf86printMxxxSectionModeLine( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument 1180 XF86ConfModeLinePtr mlptr; /* Ptr to ModeLine / Mode entry */ local 1241 XF86ConfModeLinePtr mlptr; local [all...] |
H A D | configProcs.h | 110 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 112 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 114 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 116 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 118 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 120 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]); 122 FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]);
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_Monitor.c | 61 XF86ConfModeLinePtr mlptr; /* Ptr to ModeLine list entry */ local 67 mlptr = xf86findModeLine( 69 if (mlptr != NULL) { 70 return (mlptr); /* Found ModeLine / Mode-EndMode */ 87 mlptr = xf86findModeLine(mode_name, 89 if (mlptr != NULL) { 94 return (mlptr);
|
Completed in 12 milliseconds