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

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c149 typedef struct _output output_t; typedef in typeref:struct:_output
159 output_t **outputs;
188 static output_t *outputs = NULL;
189 static output_t **outputs_tail = &outputs;
205 output_t *output;
325 static output_t *
328 output_t *output = calloc (1, sizeof (output_t));
338 static output_t *
341 output_t *outpu
[all...]

Completed in 22 milliseconds