Searched defs:mptr (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DMonitor.c709 XF86ConfModesLinkPtr mptr; local
716 mptr = xf86confcalloc (1, sizeof (XF86ConfModesLinkRec));
717 mptr->list.next = NULL;
718 mptr->ml_modes_str = val.str;
719 mptr->ml_modes = NULL;
722 (GenericListPtr)mptr);
727 mptr->line_er = line_er;
885 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[])
888 fprintf (cf, "\"%s\"\n", mptr->ml_modes_str);
1181 XF86ConfModesLinkPtr mptr; /* Pt local
884 xf86printMonitorSectionUseModes( FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]) argument
[all...]
H A DScreen.c289 XF86ModePtr mptr; local
293 mptr = xf86confcalloc (1, sizeof (XF86ModeRec));
294 mptr->mode_name = val.str;
295 mptr->list.next = NULL;
297 xf86addListItem ((glp) ptr->disp_mode_lst, (glp) mptr);
566 XF86ModePtr mptr; /* Ptr to Modes name list element */ local
571 for (mptr = dptr->disp_mode_lst; mptr != NULL; mptr = mptr
[all...]

Completed in 14 milliseconds