Lines Matching refs:stuff

457     switch (stuff->data)
496 SendErrorToClient(client, TsolReqCode, stuff->data, 0, BadRequest);
510 swaps(&stuff->length);
511 switch (stuff->data)
550 SendErrorToClient(client, TsolReqCode, stuff->data, 0, BadRequest);
565 swapl(&stuff->uid);
566 swapl(&stuff->enabled);
567 swaps(&stuff->sllength);
576 swapl(&stuff->id);
577 swapl(&stuff->atom);
578 swaps(&stuff->labelType);
579 swaps(&stuff->sllength);
580 swaps(&stuff->illength);
589 swapl(&stuff->id);
590 swapl(&stuff->atom);
591 swapl(&stuff->uid);
600 swapl(&stuff->id);
601 swaps(&stuff->resourceType);
602 swaps(&stuff->labelType);
603 swaps(&stuff->sllength);
604 swaps(&stuff->illength);
613 swapl(&stuff->id);
614 swaps(&stuff->resourceType);
615 swapl(&stuff->uid);
624 swapl(&stuff->id);
633 swapl(&stuff->id);
634 swaps(&stuff->mask);
643 swapl(&stuff->id);
644 swapl(&stuff->atom);
645 swaps(&stuff->mask);
654 swapl(&stuff->id);
655 swaps(&stuff->resourceType);
656 swaps(&stuff->mask);
665 swapl(&stuff->id);
674 swapl(&stuff->id);
683 swapl(&stuff->id);
711 sl = (bslabel_t *)(stuff + 1);
713 tsolpolyinstinfo.enabled = stuff->enabled;
714 tsolpolyinstinfo.uid = (uid_t) stuff->uid;
735 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
741 client->errorValue = stuff->id;
744 if (!ValidAtom(stuff->atom))
746 client->errorValue = stuff->atom;
754 if (pProp->propertyName == stuff->atom)
762 client->errorValue = stuff->atom;
774 sl = (bslabel_t *)(stuff + 1);
796 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
802 client->errorValue = stuff->id;
806 if (!ValidAtom(stuff->atom))
808 client->errorValue = stuff->atom;
816 if (pProp->propertyName == stuff->atom)
824 client->errorValue = stuff->atom;
836 tsolprop->uid = stuff->uid;
861 sl = (bslabel_t *)(stuff + 1);
862 switch (stuff->resourceType) {
872 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
882 client->errorValue = stuff->id;
888 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
898 client->errorValue = stuff->id;
903 client->errorValue = stuff->resourceType;
913 if (stuff->resourceType == IsWindow)
915 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
925 message.u.clientMessage.u.l.longs1 = stuff->id;
948 switch (stuff->resourceType)
953 StripeHeight = stuff->uid;
954 ScreenNumber = stuff->id;
965 OwnerUID = stuff->uid;
971 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
981 client->errorValue = stuff->id;
986 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
997 client->errorValue = stuff->id;
1010 tsolres->uid = stuff->uid;
1034 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1038 if (!(res_client = clients[CLIENT_ID(stuff->id)]))
1040 client->errorValue = stuff->id;
1097 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1101 if (!(res_client = clients[CLIENT_ID(stuff->id)]))
1103 client->errorValue = stuff->id;
1116 if (stuff->mask & RES_SL)
1173 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1177 if (!ValidAtom(stuff->atom))
1179 client->errorValue = stuff->atom;
1189 if (pProp->propertyName == stuff->atom) {
1212 if (stuff->mask & RES_UID)
1223 if (stuff->mask & RES_SL)
1281 if (stuff->mask & RES_STRIPE)
1283 rep.uid = ScreenStripeHeight[stuff->id];
1285 if (stuff->mask & RES_OUID)
1289 if (stuff->resourceType == IsWindow &&
1290 (stuff->mask & (RES_UID | RES_SL )))
1292 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1299 if (stuff->resourceType == IsPixmap &&
1300 (stuff->mask & (RES_UID | RES_SL )))
1302 rc = dixLookupDrawable((DrawablePtr *)&pMap, stuff->id, client,
1310 if (stuff->mask & RES_UID)
1321 if (stuff->mask & RES_SL)
1372 blequal(&SessionLO, &SessionHI) && stuff->id == 0) {
1383 rc = dixLookupResourceByType((pointer *) &panres, stuff->id,
1398 client->errorValue = stuff->id;
1412 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1420 client->errorValue = stuff->id;
1456 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1463 client->errorValue = stuff->id;
1489 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1496 client->errorValue = stuff->id;
1736 r.rq_cred = msg.rm_call.cb_cred; /* read by opaque stuff */