Lines Matching refs:stuff
31 swaps(&stuff->length); in SProcRRQueryVersion()
32 swapl(&stuff->majorVersion); in SProcRRQueryVersion()
33 swapl(&stuff->minorVersion); in SProcRRQueryVersion()
34 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRQueryVersion()
43 swaps(&stuff->length); in SProcRRGetScreenInfo()
44 swapl(&stuff->window); in SProcRRGetScreenInfo()
45 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenInfo()
55 swaps(&stuff->rate); in SProcRRSetScreenConfig()
61 swaps(&stuff->length); in SProcRRSetScreenConfig()
62 swapl(&stuff->drawable); in SProcRRSetScreenConfig()
63 swapl(&stuff->timestamp); in SProcRRSetScreenConfig()
64 swaps(&stuff->sizeID); in SProcRRSetScreenConfig()
65 swaps(&stuff->rotation); in SProcRRSetScreenConfig()
66 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetScreenConfig()
75 swaps(&stuff->length); in SProcRRSelectInput()
76 swapl(&stuff->window); in SProcRRSelectInput()
77 swaps(&stuff->enable); in SProcRRSelectInput()
78 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSelectInput()
87 swaps(&stuff->length); in SProcRRGetScreenSizeRange()
88 swapl(&stuff->window); in SProcRRGetScreenSizeRange()
89 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenSizeRange()
98 swaps(&stuff->length); in SProcRRSetScreenSize()
99 swapl(&stuff->window); in SProcRRSetScreenSize()
100 swaps(&stuff->width); in SProcRRSetScreenSize()
101 swaps(&stuff->height); in SProcRRSetScreenSize()
102 swapl(&stuff->widthInMillimeters); in SProcRRSetScreenSize()
103 swapl(&stuff->heightInMillimeters); in SProcRRSetScreenSize()
104 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetScreenSize()
113 swaps(&stuff->length); in SProcRRGetScreenResources()
114 swapl(&stuff->window); in SProcRRGetScreenResources()
115 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetScreenResources()
124 swaps(&stuff->length); in SProcRRGetOutputInfo()
125 swapl(&stuff->output); in SProcRRGetOutputInfo()
126 swapl(&stuff->configTimestamp); in SProcRRGetOutputInfo()
127 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetOutputInfo()
136 swaps(&stuff->length); in SProcRRListOutputProperties()
137 swapl(&stuff->output); in SProcRRListOutputProperties()
138 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRListOutputProperties()
147 swaps(&stuff->length); in SProcRRQueryOutputProperty()
148 swapl(&stuff->output); in SProcRRQueryOutputProperty()
149 swapl(&stuff->property); in SProcRRQueryOutputProperty()
150 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRQueryOutputProperty()
159 swaps(&stuff->length); in SProcRRConfigureOutputProperty()
160 swapl(&stuff->output); in SProcRRConfigureOutputProperty()
161 swapl(&stuff->property); in SProcRRConfigureOutputProperty()
162 SwapRestL(stuff); in SProcRRConfigureOutputProperty()
163 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRConfigureOutputProperty()
172 swaps(&stuff->length); in SProcRRChangeOutputProperty()
173 swapl(&stuff->output); in SProcRRChangeOutputProperty()
174 swapl(&stuff->property); in SProcRRChangeOutputProperty()
175 swapl(&stuff->type); in SProcRRChangeOutputProperty()
176 swapl(&stuff->nUnits); in SProcRRChangeOutputProperty()
177 switch (stuff->format) { in SProcRRChangeOutputProperty()
181 SwapRestS(stuff); in SProcRRChangeOutputProperty()
184 SwapRestL(stuff); in SProcRRChangeOutputProperty()
187 client->errorValue = stuff->format; in SProcRRChangeOutputProperty()
190 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRChangeOutputProperty()
199 swaps(&stuff->length); in SProcRRDeleteOutputProperty()
200 swapl(&stuff->output); in SProcRRDeleteOutputProperty()
201 swapl(&stuff->property); in SProcRRDeleteOutputProperty()
202 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRDeleteOutputProperty()
211 swaps(&stuff->length); in SProcRRGetOutputProperty()
212 swapl(&stuff->output); in SProcRRGetOutputProperty()
213 swapl(&stuff->property); in SProcRRGetOutputProperty()
214 swapl(&stuff->type); in SProcRRGetOutputProperty()
215 swapl(&stuff->longOffset); in SProcRRGetOutputProperty()
216 swapl(&stuff->longLength); in SProcRRGetOutputProperty()
217 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetOutputProperty()
228 swaps(&stuff->length); in SProcRRCreateMode()
229 swapl(&stuff->window); in SProcRRCreateMode()
231 modeinfo = &stuff->modeInfo; in SProcRRCreateMode()
244 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRCreateMode()
253 swaps(&stuff->length); in SProcRRDestroyMode()
254 swapl(&stuff->mode); in SProcRRDestroyMode()
255 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRDestroyMode()
264 swaps(&stuff->length); in SProcRRAddOutputMode()
265 swapl(&stuff->output); in SProcRRAddOutputMode()
266 swapl(&stuff->mode); in SProcRRAddOutputMode()
267 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRAddOutputMode()
276 swaps(&stuff->length); in SProcRRDeleteOutputMode()
277 swapl(&stuff->output); in SProcRRDeleteOutputMode()
278 swapl(&stuff->mode); in SProcRRDeleteOutputMode()
279 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRDeleteOutputMode()
288 swaps(&stuff->length); in SProcRRGetCrtcInfo()
289 swapl(&stuff->crtc); in SProcRRGetCrtcInfo()
290 swapl(&stuff->configTimestamp); in SProcRRGetCrtcInfo()
291 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetCrtcInfo()
300 swaps(&stuff->length); in SProcRRSetCrtcConfig()
301 swapl(&stuff->crtc); in SProcRRSetCrtcConfig()
302 swapl(&stuff->timestamp); in SProcRRSetCrtcConfig()
303 swapl(&stuff->configTimestamp); in SProcRRSetCrtcConfig()
304 swaps(&stuff->x); in SProcRRSetCrtcConfig()
305 swaps(&stuff->y); in SProcRRSetCrtcConfig()
306 swapl(&stuff->mode); in SProcRRSetCrtcConfig()
307 swaps(&stuff->rotation); in SProcRRSetCrtcConfig()
308 SwapRestL(stuff); in SProcRRSetCrtcConfig()
309 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetCrtcConfig()
318 swaps(&stuff->length); in SProcRRGetCrtcGammaSize()
319 swapl(&stuff->crtc); in SProcRRGetCrtcGammaSize()
320 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetCrtcGammaSize()
329 swaps(&stuff->length); in SProcRRGetCrtcGamma()
330 swapl(&stuff->crtc); in SProcRRGetCrtcGamma()
331 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetCrtcGamma()
340 swaps(&stuff->length); in SProcRRSetCrtcGamma()
341 swapl(&stuff->crtc); in SProcRRSetCrtcGamma()
342 swaps(&stuff->size); in SProcRRSetCrtcGamma()
343 SwapRestS(stuff); in SProcRRSetCrtcGamma()
344 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetCrtcGamma()
357 swaps(&stuff->length); in SProcRRSetCrtcTransform()
358 swapl(&stuff->crtc); in SProcRRSetCrtcTransform()
359 SwapLongs((CARD32 *) &stuff->transform, in SProcRRSetCrtcTransform()
361 swaps(&stuff->nbytesFilter); in SProcRRSetCrtcTransform()
362 filter = (char *) (stuff + 1); in SProcRRSetCrtcTransform()
363 params = (CARD32 *) (filter + pad_to_int32(stuff->nbytesFilter)); in SProcRRSetCrtcTransform()
364 nparams = ((CARD32 *) stuff + client->req_len) - params; in SProcRRSetCrtcTransform()
369 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetCrtcTransform()
378 swaps(&stuff->length); in SProcRRGetCrtcTransform()
379 swapl(&stuff->crtc); in SProcRRGetCrtcTransform()
380 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetCrtcTransform()
389 swaps(&stuff->length); in SProcRRGetPanning()
390 swapl(&stuff->crtc); in SProcRRGetPanning()
391 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRGetPanning()
400 swaps(&stuff->length); in SProcRRSetPanning()
401 swapl(&stuff->crtc); in SProcRRSetPanning()
402 swapl(&stuff->timestamp); in SProcRRSetPanning()
403 swaps(&stuff->left); in SProcRRSetPanning()
404 swaps(&stuff->top); in SProcRRSetPanning()
405 swaps(&stuff->width); in SProcRRSetPanning()
406 swaps(&stuff->height); in SProcRRSetPanning()
407 swaps(&stuff->track_left); in SProcRRSetPanning()
408 swaps(&stuff->track_top); in SProcRRSetPanning()
409 swaps(&stuff->track_width); in SProcRRSetPanning()
410 swaps(&stuff->track_height); in SProcRRSetPanning()
411 swaps(&stuff->border_left); in SProcRRSetPanning()
412 swaps(&stuff->border_top); in SProcRRSetPanning()
413 swaps(&stuff->border_right); in SProcRRSetPanning()
414 swaps(&stuff->border_bottom); in SProcRRSetPanning()
415 return (*ProcRandrVector[stuff->randrReqType]) (client); in SProcRRSetPanning()
424 swaps(&stuff->length); in SProcRRSetOutputPrimary()
425 swapl(&stuff->window); in SProcRRSetOutputPrimary()
426 swapl(&stuff->output); in SProcRRSetOutputPrimary()
427 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRSetOutputPrimary()
436 swaps(&stuff->length); in SProcRRGetOutputPrimary()
437 swapl(&stuff->window); in SProcRRGetOutputPrimary()
438 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRGetOutputPrimary()
447 swaps(&stuff->length); in SProcRRGetProviders()
448 swapl(&stuff->window); in SProcRRGetProviders()
449 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRGetProviders()
458 swaps(&stuff->length); in SProcRRGetProviderInfo()
459 swapl(&stuff->provider); in SProcRRGetProviderInfo()
460 swapl(&stuff->configTimestamp); in SProcRRGetProviderInfo()
461 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRGetProviderInfo()
470 swaps(&stuff->length); in SProcRRSetProviderOffloadSink()
471 swapl(&stuff->provider); in SProcRRSetProviderOffloadSink()
472 swapl(&stuff->sink_provider); in SProcRRSetProviderOffloadSink()
473 swapl(&stuff->configTimestamp); in SProcRRSetProviderOffloadSink()
474 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRSetProviderOffloadSink()
483 swaps(&stuff->length); in SProcRRSetProviderOutputSource()
484 swapl(&stuff->provider); in SProcRRSetProviderOutputSource()
485 swapl(&stuff->source_provider); in SProcRRSetProviderOutputSource()
486 swapl(&stuff->configTimestamp); in SProcRRSetProviderOutputSource()
487 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRSetProviderOutputSource()
496 swaps(&stuff->length); in SProcRRListProviderProperties()
497 swapl(&stuff->provider); in SProcRRListProviderProperties()
498 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRListProviderProperties()
507 swaps(&stuff->length); in SProcRRQueryProviderProperty()
508 swapl(&stuff->provider); in SProcRRQueryProviderProperty()
509 swapl(&stuff->property); in SProcRRQueryProviderProperty()
510 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRQueryProviderProperty()
519 swaps(&stuff->length); in SProcRRConfigureProviderProperty()
520 swapl(&stuff->provider); in SProcRRConfigureProviderProperty()
521 swapl(&stuff->property); in SProcRRConfigureProviderProperty()
523 SwapRestL(stuff); in SProcRRConfigureProviderProperty()
524 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRConfigureProviderProperty()
533 swaps(&stuff->length); in SProcRRChangeProviderProperty()
534 swapl(&stuff->provider); in SProcRRChangeProviderProperty()
535 swapl(&stuff->property); in SProcRRChangeProviderProperty()
536 swapl(&stuff->type); in SProcRRChangeProviderProperty()
537 swapl(&stuff->nUnits); in SProcRRChangeProviderProperty()
538 switch (stuff->format) { in SProcRRChangeProviderProperty()
542 SwapRestS(stuff); in SProcRRChangeProviderProperty()
545 SwapRestL(stuff); in SProcRRChangeProviderProperty()
548 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRChangeProviderProperty()
557 swaps(&stuff->length); in SProcRRDeleteProviderProperty()
558 swapl(&stuff->provider); in SProcRRDeleteProviderProperty()
559 swapl(&stuff->property); in SProcRRDeleteProviderProperty()
560 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRDeleteProviderProperty()
569 swaps(&stuff->length); in SProcRRGetProviderProperty()
570 swapl(&stuff->provider); in SProcRRGetProviderProperty()
571 swapl(&stuff->property); in SProcRRGetProviderProperty()
572 swapl(&stuff->type); in SProcRRGetProviderProperty()
573 swapl(&stuff->longOffset); in SProcRRGetProviderProperty()
574 swapl(&stuff->longLength); in SProcRRGetProviderProperty()
575 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRGetProviderProperty()
583 swaps(&stuff->length); in SProcRRGetMonitors()
584 swapl(&stuff->window); in SProcRRGetMonitors()
585 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRGetMonitors()
593 swaps(&stuff->length); in SProcRRSetMonitor()
594 swapl(&stuff->window); in SProcRRSetMonitor()
595 swapl(&stuff->monitor.name); in SProcRRSetMonitor()
596 swaps(&stuff->monitor.noutput); in SProcRRSetMonitor()
597 swaps(&stuff->monitor.x); in SProcRRSetMonitor()
598 swaps(&stuff->monitor.y); in SProcRRSetMonitor()
599 swaps(&stuff->monitor.width); in SProcRRSetMonitor()
600 swaps(&stuff->monitor.height); in SProcRRSetMonitor()
601 SwapRestL(stuff); in SProcRRSetMonitor()
602 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRSetMonitor()
610 swaps(&stuff->length); in SProcRRDeleteMonitor()
611 swapl(&stuff->window); in SProcRRDeleteMonitor()
612 swapl(&stuff->name); in SProcRRDeleteMonitor()
613 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRDeleteMonitor()
621 swaps(&stuff->length); in SProcRRCreateLease()
622 swapl(&stuff->window); in SProcRRCreateLease()
623 swaps(&stuff->nCrtcs); in SProcRRCreateLease()
624 swaps(&stuff->nOutputs); in SProcRRCreateLease()
625 SwapRestL(stuff); in SProcRRCreateLease()
626 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRCreateLease()
634 swaps(&stuff->length); in SProcRRFreeLease()
635 swapl(&stuff->lid); in SProcRRFreeLease()
636 return ProcRandrVector[stuff->randrReqType] (client); in SProcRRFreeLease()