Lines Matching refs:rep
89 xSetDeviceValuatorsReply rep; in ProcXSetDeviceValuators() local
95 rep = (xSetDeviceValuatorsReply) { in ProcXSetDeviceValuators()
120 rep.status = AlreadyGrabbed; in ProcXSetDeviceValuators()
122 rep.status = SetDeviceValuators(client, dev, (int *) &stuff[1], in ProcXSetDeviceValuators()
126 if (rep.status != Success && rep.status != AlreadyGrabbed) in ProcXSetDeviceValuators()
127 return rep.status; in ProcXSetDeviceValuators()
129 WriteReplyToClient(client, sizeof(xSetDeviceValuatorsReply), &rep); in ProcXSetDeviceValuators()
142 xSetDeviceValuatorsReply * rep) in SRepXSetDeviceValuators() argument
144 swaps(&rep->sequenceNumber); in SRepXSetDeviceValuators()
145 swapl(&rep->length); in SRepXSetDeviceValuators()
146 WriteToClient(client, size, rep); in SRepXSetDeviceValuators()