Lines Matching refs:rep

209     xDMXQueryVersionReply rep = {  in ProcDMXQueryVersion()  local
221 swaps(&rep.sequenceNumber); in ProcDMXQueryVersion()
222 swapl(&rep.length); in ProcDMXQueryVersion()
223 swapl(&rep.majorVersion); in ProcDMXQueryVersion()
224 swapl(&rep.minorVersion); in ProcDMXQueryVersion()
225 swapl(&rep.patchVersion); in ProcDMXQueryVersion()
227 WriteToClient(client, sizeof(xDMXQueryVersionReply), &rep); in ProcDMXQueryVersion()
234 xDMXSyncReply rep; in ProcDMXSync() local
240 rep = (xDMXSyncReply) { in ProcDMXSync()
247 swaps(&rep.sequenceNumber); in ProcDMXSync()
248 swapl(&rep.length); in ProcDMXSync()
249 swapl(&rep.status); in ProcDMXSync()
251 WriteToClient(client, sizeof(xDMXSyncReply), &rep); in ProcDMXSync()
258 xDMXForceWindowCreationReply rep; in ProcDMXForceWindowCreation() local
292 rep = (xDMXForceWindowCreationReply) { in ProcDMXForceWindowCreation()
299 swaps(&rep.sequenceNumber); in ProcDMXForceWindowCreation()
300 swapl(&rep.length); in ProcDMXForceWindowCreation()
301 swapl(&rep.status); in ProcDMXForceWindowCreation()
303 WriteToClient(client, sizeof(xDMXForceWindowCreationReply), &rep); in ProcDMXForceWindowCreation()
310 xDMXGetScreenCountReply rep; in ProcDMXGetScreenCount() local
314 rep = (xDMXGetScreenCountReply) { in ProcDMXGetScreenCount()
321 swaps(&rep.sequenceNumber); in ProcDMXGetScreenCount()
322 swapl(&rep.length); in ProcDMXGetScreenCount()
323 swapl(&rep.screenCount); in ProcDMXGetScreenCount()
325 WriteToClient(client, sizeof(xDMXGetScreenCountReply), &rep); in ProcDMXGetScreenCount()
333 xDMXGetScreenAttributesReply rep; in ProcDMXGetScreenAttributes() local
350 rep = (xDMXGetScreenAttributesReply) { in ProcDMXGetScreenAttributes()
372 swaps(&rep.sequenceNumber); in ProcDMXGetScreenAttributes()
373 swapl(&rep.length); in ProcDMXGetScreenAttributes()
374 swapl(&rep.displayNameLength); in ProcDMXGetScreenAttributes()
375 swapl(&rep.logicalScreen); in ProcDMXGetScreenAttributes()
376 swaps(&rep.screenWindowWidth); in ProcDMXGetScreenAttributes()
377 swaps(&rep.screenWindowHeight); in ProcDMXGetScreenAttributes()
378 swaps(&rep.screenWindowXoffset); in ProcDMXGetScreenAttributes()
379 swaps(&rep.screenWindowYoffset); in ProcDMXGetScreenAttributes()
380 swaps(&rep.rootWindowWidth); in ProcDMXGetScreenAttributes()
381 swaps(&rep.rootWindowHeight); in ProcDMXGetScreenAttributes()
382 swaps(&rep.rootWindowXoffset); in ProcDMXGetScreenAttributes()
383 swaps(&rep.rootWindowYoffset); in ProcDMXGetScreenAttributes()
384 swaps(&rep.rootWindowXorigin); in ProcDMXGetScreenAttributes()
385 swaps(&rep.rootWindowYorigin); in ProcDMXGetScreenAttributes()
387 WriteToClient(client, sizeof(xDMXGetScreenAttributesReply), &rep); in ProcDMXGetScreenAttributes()
397 xDMXChangeScreensAttributesReply rep; in ProcDMXChangeScreensAttributes() local
452 rep = (xDMXChangeScreensAttributesReply) { in ProcDMXChangeScreensAttributes()
460 swaps(&rep.sequenceNumber); in ProcDMXChangeScreensAttributes()
461 swapl(&rep.length); in ProcDMXChangeScreensAttributes()
462 swapl(&rep.status); in ProcDMXChangeScreensAttributes()
463 swapl(&rep.errorScreen); in ProcDMXChangeScreensAttributes()
465 WriteToClient(client, sizeof(xDMXChangeScreensAttributesReply), &rep); in ProcDMXChangeScreensAttributes()
473 xDMXAddScreenReply rep; in ProcDMXAddScreen() local
503 rep = (xDMXAddScreenReply) { in ProcDMXAddScreen()
511 swaps(&rep.sequenceNumber); in ProcDMXAddScreen()
512 swapl(&rep.length); in ProcDMXAddScreen()
513 swapl(&rep.status); in ProcDMXAddScreen()
514 swapl(&rep.physicalScreen); in ProcDMXAddScreen()
516 WriteToClient(client, sizeof(xDMXAddScreenReply), &rep); in ProcDMXAddScreen()
524 xDMXRemoveScreenReply rep; in ProcDMXRemoveScreen() local
531 rep = (xDMXRemoveScreenReply) { in ProcDMXRemoveScreen()
538 swaps(&rep.sequenceNumber); in ProcDMXRemoveScreen()
539 swapl(&rep.length); in ProcDMXRemoveScreen()
540 swapl(&rep.status); in ProcDMXRemoveScreen()
542 WriteToClient(client, sizeof(xDMXRemoveScreenReply), &rep); in ProcDMXRemoveScreen()
616 xDMXGetWindowAttributesReply rep; in ProcDMXGetWindowAttributes() local
652 rep = (xDMXGetWindowAttributesReply) { in ProcDMXGetWindowAttributes()
659 swaps(&rep.sequenceNumber); in ProcDMXGetWindowAttributes()
660 swapl(&rep.length); in ProcDMXGetWindowAttributes()
661 swapl(&rep.screenCount); in ProcDMXGetWindowAttributes()
680 WriteToClient(client, sizeof(xDMXGetWindowAttributesReply), &rep); in ProcDMXGetWindowAttributes()
699 xDMXGetDesktopAttributesReply rep; in ProcDMXGetDesktopAttributes() local
706 rep = (xDMXGetDesktopAttributesReply) { in ProcDMXGetDesktopAttributes()
717 swaps(&rep.sequenceNumber); in ProcDMXGetDesktopAttributes()
718 swapl(&rep.length); in ProcDMXGetDesktopAttributes()
719 swaps(&rep.width); in ProcDMXGetDesktopAttributes()
720 swaps(&rep.height); in ProcDMXGetDesktopAttributes()
721 swaps(&rep.shiftX); in ProcDMXGetDesktopAttributes()
722 swaps(&rep.shiftY); in ProcDMXGetDesktopAttributes()
724 WriteToClient(client, sizeof(xDMXGetDesktopAttributesReply), &rep); in ProcDMXGetDesktopAttributes()
732 xDMXChangeDesktopAttributesReply rep; in ProcDMXChangeDesktopAttributes() local
758 rep = (xDMXChangeDesktopAttributesReply) { in ProcDMXChangeDesktopAttributes()
765 swaps(&rep.sequenceNumber); in ProcDMXChangeDesktopAttributes()
766 swapl(&rep.length); in ProcDMXChangeDesktopAttributes()
767 swapl(&rep.status); in ProcDMXChangeDesktopAttributes()
769 WriteToClient(client, sizeof(xDMXChangeDesktopAttributesReply), &rep); in ProcDMXChangeDesktopAttributes()
776 xDMXGetInputCountReply rep; in ProcDMXGetInputCount() local
780 rep = (xDMXGetInputCountReply) { in ProcDMXGetInputCount()
787 swaps(&rep.sequenceNumber); in ProcDMXGetInputCount()
788 swapl(&rep.length); in ProcDMXGetInputCount()
789 swapl(&rep.inputCount); in ProcDMXGetInputCount()
791 WriteToClient(client, sizeof(xDMXGetInputCountReply), &rep); in ProcDMXGetInputCount()
799 xDMXGetInputAttributesReply rep; in ProcDMXGetInputAttributes() local
812 rep = (xDMXGetInputAttributesReply) { in ProcDMXGetInputAttributes()
827 swaps(&rep.sequenceNumber); in ProcDMXGetInputAttributes()
828 swapl(&rep.length); in ProcDMXGetInputAttributes()
829 swapl(&rep.inputType); in ProcDMXGetInputAttributes()
830 swapl(&rep.physicalScreen); in ProcDMXGetInputAttributes()
831 swapl(&rep.physicalId); in ProcDMXGetInputAttributes()
832 swapl(&rep.nameLength); in ProcDMXGetInputAttributes()
834 WriteToClient(client, sizeof(xDMXGetInputAttributesReply), &rep); in ProcDMXGetInputAttributes()
844 xDMXAddInputReply rep; in ProcDMXAddInput() local
877 rep = (xDMXAddInputReply) { in ProcDMXAddInput()
885 swaps(&rep.sequenceNumber); in ProcDMXAddInput()
886 swapl(&rep.length); in ProcDMXAddInput()
887 swapl(&rep.status); in ProcDMXAddInput()
888 swapl(&rep.physicalId); in ProcDMXAddInput()
890 WriteToClient(client, sizeof(xDMXAddInputReply), &rep); in ProcDMXAddInput()
898 xDMXRemoveInputReply rep; in ProcDMXRemoveInput() local
908 rep = (xDMXRemoveInputReply) { in ProcDMXRemoveInput()
915 swaps(&rep.sequenceNumber); in ProcDMXRemoveInput()
916 swapl(&rep.length); in ProcDMXRemoveInput()
917 swapl(&rep.status); in ProcDMXRemoveInput()
919 WriteToClient(client, sizeof(xDMXRemoveInputReply), &rep); in ProcDMXRemoveInput()