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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c160 int noutput; member in struct:_crtc
503 crtc->outputs = realloc (crtc->outputs, (crtc->noutput + 1) * sizeof (output_t *));
513 crtc->outputs[crtc->noutput++] = output;
570 crtc_info->outputs, crtc_info->noutput);
584 rr_outputs = calloc (crtc->noutput, sizeof (RROutput));
587 for (o = 0; o < crtc->noutput; o++)
595 for (o = 0; o < crtc->noutput; o++)
604 rr_outputs, crtc->noutput);
788 for (o = 0; o < res->noutput; o++)
842 if (crtc->noutput)
[all...]

Completed in 15 milliseconds