Lines Matching defs:cf
222 xf86printVideoAdaptorSection(FILE * cf, XF86ConfVideoAdaptorPtr ptr)
227 fprintf(cf, "Section \"VideoAdaptor\"\n");
229 fprintf(cf, "%s", ptr->va_comment);
231 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->va_identifier);
233 fprintf(cf, "\tVendorName \"%s\"\n", ptr->va_vendor);
235 fprintf(cf, "\tBoardName \"%s\"\n", ptr->va_board);
237 fprintf(cf, "\tBusID \"%s\"\n", ptr->va_busid);
239 fprintf(cf, "\tDriver \"%s\"\n", ptr->va_driver);
240 xf86printOptionList(cf, ptr->va_option_lst, 1);
242 fprintf(cf, "\tSubSection \"VideoPort\"\n");
244 fprintf(cf, "%s", pptr->vp_comment);
246 fprintf(cf, "\t\tIdentifier \"%s\"\n", pptr->vp_identifier);
247 xf86printOptionList(cf, pptr->vp_option_lst, 2);
248 fprintf(cf, "\tEndSubSection\n");
250 fprintf(cf, "EndSection\n\n");