Lines Matching refs:rc
71 int rc;
79 rc = dixLookupDevice(&pDev, stuff->deviceid, client, DixSetAttrAccess);
80 if (rc != Success)
81 return rc;
87 rc = dixLookupWindow(&pWin, stuff->win, client, DixSetAttrAccess);
88 if (rc != Success)
89 return rc;
99 rc = dixLookupResourceByType((void **) &pCursor, stuff->cursor,
101 if (rc != Success)
102 return rc;