| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrsdispatch.c | 31 swaps(&stuff->length); 32 swapl(&stuff->majorVersion); 33 swapl(&stuff->minorVersion); 34 return (*ProcRandrVector[stuff->randrReqType]) (client); 43 swaps(&stuff->length); 44 swapl(&stuff->window); 45 return (*ProcRandrVector[stuff->randrReqType]) (client); 55 swaps(&stuff->rate); 61 swaps(&stuff->length); 62 swapl(&stuff [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrsdispatch.c | 32 swaps(&stuff->length, n); 33 swapl(&stuff->majorVersion, n); 34 swapl(&stuff->minorVersion, n); 35 return (*ProcRandrVector[stuff->randrReqType]) (client); 45 swaps(&stuff->length, n); 46 swapl(&stuff->window, n); 47 return (*ProcRandrVector[stuff->randrReqType]) (client); 59 swaps (&stuff->rate, n); 66 swaps(&stuff->length, n); 67 swapl(&stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbSwap.c | 49 swaps(&stuff->length); 51 swaps(&stuff->wantedMajor); 52 swaps(&stuff->wantedMinor); 61 swaps(&stuff->length); 63 swaps(&stuff->deviceSpec); 64 swaps(&stuff->affectWhich); 65 swaps(&stuff->clear); 66 swaps(&stuff->selectAll); 67 swaps(&stuff->affectMap); 68 swaps(&stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swapreq.c | 123 swaps(&stuff->length); 124 return (*ProcVector[stuff->reqType]) (client); 134 swaps(&stuff->length); 136 swapl(&stuff->id); 137 return (*ProcVector[stuff->reqType]) (client); 144 swaps(&stuff->length); 146 swapl(&stuff->wid); 147 swapl(&stuff->parent); 148 swaps(&stuff->x); 149 swaps(&stuff [all...] |
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | swapreq.c | 130 stuff->length = lswaps(stuff->length); 131 return ((*ProcVector[stuff->reqType]) (client)); 141 stuff->length = lswaps(stuff->length); 142 stuff->id = lswapl(stuff->id); 143 return ((*ProcVector[stuff->reqType]) (client)); 223 stuff->length = lswaps(stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | grabdevb.c | 78 swaps(&stuff->length); 80 swapl(&stuff->grabWindow); 81 swaps(&stuff->modifiers); 82 swaps(&stuff->event_count); 84 stuff->event_count * sizeof(CARD32)); 85 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); 110 if (stuff->length != 111 bytes_to_int32(sizeof(xGrabDeviceButtonReq)) + stuff->event_count) 114 ret = dixLookupDevice(&dev, stuff [all...] |
| H A D | grabdevk.c | 78 swaps(&stuff->length); 80 swapl(&stuff->grabWindow); 81 swaps(&stuff->modifiers); 82 swaps(&stuff->event_count); 83 REQUEST_FIXED_SIZE(xGrabDeviceKeyReq, stuff->event_count * sizeof(CARD32)); 84 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); 108 if (stuff->length != 109 bytes_to_int32(sizeof(xGrabDeviceKeyReq)) + stuff->event_count) 112 ret = dixLookupDevice(&dev, stuff [all...] |
| H A D | sendexev.c | 86 swaps(&stuff->length); 88 swapl(&stuff->destination); 89 swaps(&stuff->count); 91 if (stuff->length != 92 bytes_to_int32(sizeof(xSendExtensionEventReq)) + stuff->count + 93 bytes_to_int32(stuff->num_events * sizeof(xEvent))) 96 eventP = (xEvent *) &stuff[1]; 97 for (i = 0; i < stuff->num_events; i++, eventP++) { 113 p = (CARD32 *) (((xEvent *) &stuff[1]) + stuff [all...] |
| H A D | xipassivegrab.c | 58 swaps(&stuff->length); 59 swaps(&stuff->deviceid); 60 swapl(&stuff->grab_window); 61 swapl(&stuff->cursor); 62 swapl(&stuff->time); 63 swapl(&stuff->detail); 64 swaps(&stuff->mask_len); 65 swaps(&stuff->num_modifiers); 68 ((uint32_t) stuff->mask_len + stuff [all...] |
| H A D | chgprop.c | 78 swaps(&stuff->length); 80 swapl(&stuff->window); 81 swaps(&stuff->count); 83 stuff->count * sizeof(CARD32)); 84 SwapLongs((CARD32 *) (&stuff[1]), stuff->count); 105 if (stuff->length != 107 stuff->count) 110 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess); 114 if (stuff [all...] |
| H A D | devbell.c | 75 swaps(&stuff->length); 100 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixBellAccess); 102 client->errorValue = stuff->deviceid; 106 if (stuff->percent < -100 || stuff->percent > 100) { 107 client->errorValue = stuff->percent; 110 if (stuff->feedbackclass == KbdFeedbackClass) { 112 if (k->ctrl.id == stuff->feedbackid) 115 client->errorValue = stuff->feedbackid; 123 else if (stuff [all...] |
| H A D | chgkmap.c | 78 swaps(&stuff->length); 80 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 82 SwapLongs((CARD32 *) (&stuff[1]), count); 103 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 106 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixManageAccess); 109 len = stuff->length - bytes_to_int32(sizeof(xChangeDeviceKeyMappingReq)); 112 stuff->firstKeyCode, stuff [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xfixes/ |
| H A D | saveset.c | 38 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); 43 if ((stuff->mode != SetModeInsert) && (stuff->mode != SetModeDelete)) 45 client->errorValue = stuff->mode; 48 if ((stuff->target != SaveSetNearest) && (stuff->target != SaveSetRoot)) 50 client->errorValue = stuff->target; 53 if ((stuff->map != SaveSetMap) && (stuff->map != SaveSetUnmap)) 55 client->errorValue = stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/xfixes/ |
| H A D | saveset.c | 39 result = dixLookupWindow(&pWin, stuff->window, client, DixManageAccess); 44 if ((stuff->mode != SetModeInsert) && (stuff->mode != SetModeDelete)) { 45 client->errorValue = stuff->mode; 48 if ((stuff->target != SaveSetNearest) && (stuff->target != SaveSetRoot)) { 49 client->errorValue = stuff->target; 52 if ((stuff->map != SaveSetMap) && (stuff->map != SaveSetUnmap)) { 53 client->errorValue = stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_request.c | 47 if (rep.majorVersion > stuff->majorVersion || 48 rep.minorVersion > stuff->minorVersion) { 49 rep.majorVersion = stuff->majorVersion; 50 rep.minorVersion = stuff->minorVersion; 97 ret = dixLookupWindow(&window, stuff->window, client, DixWriteAccess); 100 ret = dixLookupResourceByType((void **) &pixmap, stuff->pixmap, RT_PIXMAP, client, DixReadAccess); 107 VERIFY_REGION_OR_NONE(valid, stuff->valid, client, DixReadAccess); 108 VERIFY_REGION_OR_NONE(update, stuff->update, client, DixReadAccess); 110 VERIFY_CRTC_OR_NONE(target_crtc, stuff->target_crtc, client, DixReadAccess); 112 VERIFY_FENCE_OR_NONE(wait_fence, stuff [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swapreq.c | 131 swaps(&stuff->length, n); 132 return(*ProcVector[stuff->reqType])(client); 144 swaps(&stuff->length, n); 146 swapl(&stuff->id, n); 147 return(*ProcVector[stuff->reqType])(client); 156 swaps(&stuff->length, n); 158 swapl(&stuff->wid, n); 159 swapl(&stuff->parent, n); 160 swaps(&stuff->x, n); 161 swaps(&stuff [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xipassivegrab.c | 58 swaps(&stuff->length, n); 59 swaps(&stuff->deviceid, n); 60 swapl(&stuff->grab_window, n); 61 swapl(&stuff->cursor, n); 62 swapl(&stuff->time, n); 63 swapl(&stuff->detail, n); 64 swaps(&stuff->mask_len, n); 65 swaps(&stuff->num_modifiers, n); 68 ((uint32_t) stuff->mask_len + stuff [all...] |
| H A D | sendexev.c | 87 swaps(&stuff->length, n); 89 swapl(&stuff->destination, n); 90 swaps(&stuff->count, n); 92 if (stuff->length != bytes_to_int32(sizeof(xSendExtensionEventReq)) + stuff->count + 93 bytes_to_int32(stuff->num_events * sizeof(xEvent))) 96 eventP = (xEvent *) & stuff[1]; 97 for (i = 0; i < stuff->num_events; i++, eventP++) { 113 p = (CARD32 *)(((xEvent *) & stuff[1]) + stuff [all...] |
| H A D | chgprop.c | 80 swaps(&stuff->length, n); 82 swapl(&stuff->window, n); 83 swaps(&stuff->count, n); 85 stuff->count * sizeof(CARD32)); 86 SwapLongs((CARD32 *) (&stuff[1]), stuff->count); 107 if (stuff->length != bytes_to_int32(sizeof(xChangeDeviceDontPropagateListReq)) + 108 stuff->count) 111 rc = dixLookupWindow(&pWin, stuff->window, client, DixSetAttrAccess); 115 if (stuff [all...] |
| H A D | devbell.c | 77 swaps(&stuff->length, n); 102 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixBellAccess); 104 client->errorValue = stuff->deviceid; 108 if (stuff->percent < -100 || stuff->percent > 100) { 109 client->errorValue = stuff->percent; 112 if (stuff->feedbackclass == KbdFeedbackClass) { 114 if (k->ctrl.id == stuff->feedbackid) 117 client->errorValue = stuff->feedbackid; 124 } else if (stuff [all...] |
| H A D | chgkmap.c | 79 swaps(&stuff->length, n); 81 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 83 SwapLongs((CARD32 *) (&stuff[1]), count); 104 count = stuff->keyCodes * stuff->keySymsPerKeyCode; 107 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixManageAccess); 110 len = stuff->length - bytes_to_int32(sizeof(xChangeDeviceKeyMappingReq)); 113 stuff->firstKeyCode, stuff [all...] |
| H A D | grabdevb.c | 80 swaps(&stuff->length, n); 82 swapl(&stuff->grabWindow, n); 83 swaps(&stuff->modifiers, n); 84 swaps(&stuff->event_count, n); 86 stuff->event_count * sizeof(CARD32)); 87 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); 112 if (stuff->length != 113 bytes_to_int32(sizeof(xGrabDeviceButtonReq)) + stuff->event_count) 116 ret = dixLookupDevice(&dev, stuff [all...] |
| H A D | grabdevk.c | 80 swaps(&stuff->length, n); 82 swapl(&stuff->grabWindow, n); 83 swaps(&stuff->modifiers, n); 84 swaps(&stuff->event_count, n); 85 REQUEST_FIXED_SIZE(xGrabDeviceKeyReq, stuff->event_count * sizeof(CARD32)); 86 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count); 110 if (stuff->length != bytes_to_int32(sizeof(xGrabDeviceKeyReq)) + stuff->event_count) 113 ret = dixLookupDevice(&dev, stuff [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbSwap.c | 51 swaps(&stuff->length,n); 53 swaps(&stuff->wantedMajor,n); 54 swaps(&stuff->wantedMinor,n); 65 swaps(&stuff->length,n); 67 swaps(&stuff->deviceSpec,n); 68 swaps(&stuff->affectWhich,n); 69 swaps(&stuff->clear,n); 70 swaps(&stuff->selectAll,n); 71 swaps(&stuff->affectMap,n); 72 swaps(&stuff [all...] |
| /xsrc/external/mit/xorg-server/dist/dri3/ |
| H A D | dri3_request.c | 80 if (rep.majorVersion > stuff->majorVersion || 81 (rep.majorVersion == stuff->majorVersion && 82 rep.minorVersion > stuff->minorVersion)) { 83 rep.majorVersion = stuff->majorVersion; 84 rep.minorVersion = stuff->minorVersion; 134 status = dixLookupDrawable(&drawable, stuff->drawable, client, 0, DixGetAttrAccess); 138 if (stuff->provider == None) 143 VERIFY_RR_PROVIDER(stuff->provider, provider, DixReadAccess); 171 LEGAL_NEW_RESOURCE(stuff->pixmap, client); 172 rc = dixLookupDrawable(&drawable, stuff [all...] |