Searched refs:pSel (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | selection.c | 75 Selection *pSel; local in function:dixLookupSelection 79 for (pSel = CurrentSelections; pSel; pSel = pSel->next) 80 if (pSel->selection == selectionName) 83 if (pSel) 84 rc = XaceHookSelectionAccess(client, &pSel, access_mode); 85 *result = pSel; 92 Selection *pSel, *pNextSe local in function:InitSelections 105 CallSelectionCallback(Selection * pSel,ClientPtr client,SelectionCallbackKind kind) argument 115 Selection *pSel; local in function:DeleteWindowFromAnySelections 130 Selection *pSel; local in function:DeleteClientFromAnySelections 147 Selection *pSel; local in function:ProcSetSelectionOwner 232 Selection *pSel; local in function:ProcGetSelectionOwner 266 Selection *pSel; local in function:ProcConvertSelection [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | selection.c | 74 Selection *pSel; local in function:dixLookupSelection 79 for (pSel = CurrentSelections; pSel; pSel = pSel->next) 80 if (pSel->selection == selectionName) 83 if (pSel) 84 rc = XaceHookSelectionAccess(client, &pSel, access_mode); 85 *result = pSel; 92 Selection *pSel, *pNextSe local in function:InitSelections 105 CallSelectionCallback(Selection * pSel,ClientPtr client,SelectionCallbackKind kind) argument 115 Selection *pSel; local in function:DeleteWindowFromAnySelections 130 Selection *pSel; local in function:DeleteClientFromAnySelections 147 Selection *pSel; local in function:ProcSetSelectionOwner 230 Selection *pSel; local in function:ProcGetSelectionOwner 265 Selection *pSel; local in function:ProcConvertSelection [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xselinux_ext.c | 274 Selection *pSel; local in function:ProcSELinuxGetSelectionContext 281 rc = dixLookupSelection(&pSel, stuff->id, client, DixGetAttrAccess); 285 obj = dixLookupPrivate(&pSel->devPrivates, privKey); 441 Selection *pSel; local in function:ProcSELinuxListSelections 450 for (pSel = CurrentSelections; pSel; pSel = pSel->next) 459 for (pSel = CurrentSelections; pSel; pSe [all...] |
| H A D | xselinux_hooks.c | 492 Selection *pSel = *rec->ppSel; local in function:SELinuxSelection 493 Atom name = pSel->selection; 500 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); 516 while (pSel->selection != name || obj->sid != tsid) { 517 if ((pSel = pSel->next) == NULL) 519 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); 522 if (pSel) 523 *rec->ppSel = pSel; 538 data = dixLookupPrivate(&pSel [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xselinux_ext.c | 274 Selection *pSel; local in function:ProcSELinuxGetSelectionContext 281 rc = dixLookupSelection(&pSel, stuff->id, client, DixGetAttrAccess); 285 obj = dixLookupPrivate(&pSel->devPrivates, privKey); 444 Selection *pSel; local in function:ProcSELinuxListSelections 453 for (pSel = CurrentSelections; pSel; pSel = pSel->next) 462 for (pSel = CurrentSelections; pSel; pSe [all...] |
| H A D | xselinux_hooks.c | 495 Selection *pSel = *rec->ppSel; local in function:SELinuxSelection 496 Atom name = pSel->selection; 503 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); 519 while (pSel->selection != name || obj->sid != tsid) { 520 if ((pSel = pSel->next) == NULL) 522 obj = dixLookupPrivate(&pSel->devPrivates, objectKey); 525 if (pSel) 526 *rec->ppSel = pSel; 541 data = dixLookupPrivate(&pSel [all...] |
Completed in 6 milliseconds