Lines Matching defs:pSel
274 Selection *pSel;
281 rc = dixLookupSelection(&pSel, stuff->id, client, DixGetAttrAccess);
285 obj = dixLookupPrivate(&pSel->devPrivates, privKey);
441 Selection *pSel;
450 for (pSel = CurrentSelections; pSel; pSel = pSel->next)
459 for (pSel = CurrentSelections; pSel; pSel = pSel->next) {
460 id = pSel->selection;
461 rc = SELinuxPopulateItem(items + i, &pSel->devPrivates, id, &size);