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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DScreen.c527 XF86ConfDisplayPtr dptr, /* Ptr to Display subsection */
531 if (dptr->disp_comment != NULL) {
532 fprintf(cf, "%s", dptr->disp_comment);
546 XF86ConfDisplayPtr dptr, /* Ptr to Display subsection */
550 fprintf(cf, "%d\n", dptr->disp_monitor_num);
563 XF86ConfDisplayPtr dptr, /* Ptr to Display subsection */
571 for (mptr = dptr->disp_mode_lst; mptr != NULL; mptr = mptr->list.next)
589 XF86ConfDisplayPtr dptr, /* Ptr to Display subsection */
703 XF86ConfDisplayPtr dptr; local
741 for (dptr
525 xf86printDisplaySubsectionSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
544 xf86printDisplaySubsectionMonitor( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
561 xf86printDisplaySubsectionModes( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
587 xf86printDisplaySubsectionEndSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
[all...]
H A DconfigProcs.h141 FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]);
143 FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]);
145 FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]);
147 FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]);
163 FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]);

Completed in 12 milliseconds