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

/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c100 cmd_exec(char *cmd, char *output, size_t size) argument
187 if (output && (size > 0)) {
193 strlcpy(output, buf, size);
198 if ((len = strlen(output)) > 0) {
199 if (output[len - 1] == '\n')
200 output[len - 1] = 0;
203 output[len] = 0;
568 char output[16]; local
581 memset(output, 0, sizeof (output));
933 char output[64]; local
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c339 EFBOutputGetEDIDModes(xf86OutputPtr output) argument
341 xf86MonPtr edid_mon = output->MonInfo;
354 return (xf86OutputGetEDIDModes(output));
358 efb_get_modes(xf86OutputPtr output) argument
360 ScrnInfoPtr pScrn = output->scrn;
363 pModes = RADEONProbeOutputModes(output);
460 xf86OutputPtr output; local
480 output = config->output[o];
482 for (p = output
555 xf86OutputPtr output; local
[all...]
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c168 name_t output; member in struct:_output
205 output_t *output; member in struct:_con_output
328 output_t *output = calloc (1, sizeof (output_t)); local
330 if (!output)
332 output->next = NULL;
333 *outputs_tail = output;
334 outputs_tail = &output->next;
335 return output;
341 output_t *output; local
343 for (output
358 find_output_by_xid(RROutput output) argument
430 set_output_info(output_t *output, RROutput xid, XRROutputInfo *output_info) argument
500 crtc_add_output(crtc_t *crtc, output_t *output) argument
519 output_t *output; local
533 output_t *output; local
791 output_t *output; local
814 check_crtc_for_output(crtc_t *crtc, output_t *output) argument
862 find_crtc_for_output(output_t *output) argument
893 output_t *output = con_outputs[i].output; local
958 output_t *output = con_outputs[i].output; local
970 output_t *output = con_outputs[i].output; local
990 output_t *output = con_outputs[i].output; local
1033 output_t *output; local
1099 output_t *output; local
1281 output_t *output = c0->output; local
1349 output_t *output = c->output; local
1392 output_t *output; local
1559 output_t *output = con_outputs[i].output; local
1666 output_t *output; local
1729 output_t *output; local
1999 output_t *output, *next; local
[all...]

Completed in 22 milliseconds