Searched refs:pSid (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ | ||
| H A D | xselinux_ext.c | 119 security_id_t *pSid; local in function:ProcSELinuxSetCreateContext 134 pSid = (security_id_t *)(ptr + offset); 135 *pSid = NULL; 140 avc_context_to_sid_raw(ctx, pSid) < 0) 151 security_id_t *pSid; local in function:ProcSELinuxGetCreateContext 161 pSid = (security_id_t *)(ptr + offset); 162 return SELinuxSendContextReply(client, *pSid); |
| /xsrc/external/mit/xorg-server/dist/Xext/ | ||
| H A D | xselinux_ext.c | 119 security_id_t *pSid; local in function:ProcSELinuxSetCreateContext 134 pSid = (security_id_t *) (ptr + offset); 135 *pSid = NULL; 140 avc_context_to_sid_raw(ctx, pSid) < 0) 151 security_id_t *pSid; local in function:ProcSELinuxGetCreateContext 161 pSid = (security_id_t *) (ptr + offset); 162 return SELinuxSendContextReply(client, *pSid); |
Completed in 3 milliseconds