HomeSort by: relevance | last modified time | path
    Searched refs:sid (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xorg-server/dist/Xext/
xselinux_label.c 50 /* Array of property and selection SID structures */
118 /* Get a SID for context */
119 if (avc_context_to_sid_raw(ctx, &obj->sid) < 0) {
129 * Looks up the SID corresponding to the given property or selection atom
160 if (!obj->sid) {
173 * Looks up a SID for a selection/subject pair
194 tsid = obj->sid;
196 /* Polyinstantiate if necessary to obtain the final SID */
197 if (obj->poly && avc_compute_member(subj->sid, obj->sid,
261 security_id_t sid; local
    [all...]
xselinux_hooks.c 72 /* The unlabeled SID */
95 if (avc_has_perm(subj->sid, obj->sid, class, mode, &subj->aeref,
153 /* Get a SID from the context */
154 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
158 obj->sid = subj->sid;
184 /* Get a SID from the context */
185 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
188 obj->sid = subj->sid
463 security_id_t sid; local
    [all...]
xselinux_ext.c 84 SELinuxSendContextReply(ClientPtr client, security_id_t sid)
90 if (sid) {
91 if (avc_sid_to_context_raw(sid, &ctx) < 0)
169 security_id_t sid; local
189 avc_context_to_sid_raw(ctx, &sid) < 0) {
195 subj->sid = sid;
197 obj->sid = sid;
220 return SELinuxSendContextReply(client, subj->sid);
    [all...]
xselinuxint.h 43 security_id_t sid; member in struct:__anon9806
57 security_id_t sid; member in struct:__anon9807
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xselinux_label.c 48 /* Array of property and selection SID structures */
113 /* Get a SID for context */
114 if (avc_context_to_sid_raw(ctx, &obj->sid) < 0) {
124 * Looks up the SID corresponding to the given property or selection atom
150 if (!obj->sid) {
163 * Looks up a SID for a selection/subject pair
184 tsid = obj->sid;
186 /* Polyinstantiate if necessary to obtain the final SID */
187 if (obj->poly && avc_compute_member(subj->sid, obj->sid,
252 security_id_t sid; local
    [all...]
xselinux_hooks.c 73 /* The unlabeled SID */
97 if (avc_has_perm(subj->sid, obj->sid, class, mode, &subj->aeref,
155 /* Get a SID from the context */
156 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
160 obj->sid = subj->sid;
186 /* Get a SID from the context */
187 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
190 obj->sid = subj->sid
460 security_id_t sid; local
    [all...]
xselinux_ext.c 85 SELinuxSendContextReply(ClientPtr client, security_id_t sid)
91 if (sid) {
92 if (avc_sid_to_context_raw(sid, &ctx) < 0)
169 security_id_t sid; local
189 avc_context_to_sid_raw(ctx, &sid) < 0) {
195 subj->sid = sid;
197 obj->sid = sid;
220 return SELinuxSendContextReply(client, subj->sid);
    [all...]
xselinuxint.h 43 security_id_t sid; member in struct:__anon10369
57 security_id_t sid; member in struct:__anon10370
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_shaderio.h 79 ShaderInputVarying(tgsi_semantic _name, int sid, unsigned driver_location,
82 ShaderInputVarying(tgsi_semantic name, int sid, nir_variable *input);
94 int sid() const {return m_sid;} function in class:r600::ShaderInputVarying
121 ShaderInputColor(tgsi_semantic _name, int sid, unsigned driver_location,
124 ShaderInputColor(tgsi_semantic name, int sid, nir_variable *input);
158 PShaderInput find_varying(tgsi_semantic name, int sid);
sfn_shaderio.cpp 112 ShaderInputVarying::ShaderInputVarying(tgsi_semantic _name, int sid, unsigned driver_location,
119 m_sid(sid),
137 ShaderInputVarying::ShaderInputVarying(tgsi_semantic _name, int sid, nir_variable *input):
141 m_sid(sid),
148 << " sid: " << sid
236 /* For non-generic params - pack name and sid into 8 bits */
282 io.sid = m_sid;
292 ShaderInputColor::ShaderInputColor(tgsi_semantic name, int sid, nir_variable *input):
293 ShaderInputVarying(name, sid, input)
296 sfn_log << SfnLog::io << __func__ << "name << " << name << " sid << " << sid << "\\n"; local
305 sfn_log << SfnLog::io << __func__ << "name << " << _name << " sid << " << sid << "\\n"; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_surface.h 54 uint32_t sid; member in struct:vmw_svga_winsys_surface
74 assert(!surf || surf->sid != SVGA3D_INVALID_ID);
vmw_screen_dri.c 167 fprintf(stderr, "Failed referencing shared surface. SID %d.\n"
175 " SID %d, levels %d\n",
187 vsrf->sid = handle;
257 req->sid = handle;
274 vmw_error("Failed referencing shared surface. SID %d.\n"
282 " SID %d, levels %d\n",
290 " SID %d, face %d present.\n",
303 vsrf->sid = handle;
338 whandle->handle = vsrf->sid;
345 whandle->handle = vsrf->sid;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_surface.h 54 uint32_t sid; member in struct:vmw_svga_winsys_surface
74 assert(!surf || surf->sid != SVGA3D_INVALID_ID);
vmw_screen_dri.c 167 fprintf(stderr, "Failed referencing shared surface. SID %d.\n"
175 " SID %d, levels %d\n",
187 vsrf->sid = handle;
257 req->sid = handle;
274 vmw_error("Failed referencing shared surface. SID %d.\n"
282 " SID %d, levels %d\n",
290 " SID %d, face %d present.\n",
303 vsrf->sid = handle;
338 whandle->handle = vsrf->sid;
345 whandle->handle = vsrf->sid;
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
indirect.c 119 xp_surface_id sid; member in struct:__GLXAquaContext
126 xp_surface_id sid; member in struct:__GLXAquaDrawable
201 if (context->sid != 0 && surface_hash != NULL) {
204 context->sid), NULL);
207 context->sid), lst);
260 draw->sid = 0;
298 if (draw->sid == 0) {
301 0, &draw->sid, NULL,
307 if (!context->isAttached || context->sid != draw->sid) {
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
indirect.c 115 xp_surface_id sid; member in struct:__GLXAquaContext
122 xp_surface_id sid; member in struct:__GLXAquaDrawable
189 if (context->sid != 0 && surface_hash != NULL) {
190 lst = x_hash_table_lookup(surface_hash, x_cvt_uint_to_vptr(context->sid), NULL);
192 x_hash_table_insert(surface_hash, x_cvt_uint_to_vptr(context->sid), lst);
241 draw->sid = 0;
275 if (draw->sid == 0) {
278 0, &draw->sid, NULL,
284 if (!context->isAttached || context->sid != draw->sid) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 362 uint32 sid; member in struct:__anon1702
390 uint32 sid; member in struct:__anon1703
420 uint32 sid; member in struct:__anon1704
478 uint32 sid; member in struct:__anon1709
814 uint32 indexBufferSid; // Valid index buffer sid.
883 uint32 sid; member in struct:__anon1728
1187 uint32 sid; member in struct:__anon1754
1196 uint32 sid; member in struct:__anon1755
1204 uint32 sid; member in struct:__anon1756
1474 uint32 sid; member in struct:__anon1766
1687 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface
1707 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface_v2
1726 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface_v3
1746 uint32 sid; member in struct:SVGA3dCmdDestroyGBSurface
1758 uint32 sid; member in struct:SVGA3dCmdBindGBSurface
1767 uint32 sid; member in struct:SVGA3dCmdBindGBSurfaceWithPitch
1787 uint32 sid; member in struct:SVGA3dCmdCondBindGBSurface
1817 uint32 sid; member in struct:SVGA3dCmdUpdateGBSurface
1843 uint32 sid; member in struct:SVGA3dCmdReadbackGBSurface
1887 uint32 sid; member in struct:SVGA3dCmdInvalidateGBSurface
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 328 uint32 sid; member in struct:__anon4129
356 uint32 sid; member in struct:__anon4130
386 uint32 sid; member in struct:__anon4131
444 uint32 sid; member in struct:__anon4136
780 uint32 indexBufferSid; // Valid index buffer sid.
849 uint32 sid; member in struct:__anon4155
1153 uint32 sid; member in struct:__anon4181
1162 uint32 sid; member in struct:__anon4182
1170 uint32 sid; member in struct:__anon4183
1440 uint32 sid; member in struct:__anon4193
1653 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface
1673 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface_v2
1692 uint32 sid; member in struct:SVGA3dCmdDefineGBSurface_v3
1712 uint32 sid; member in struct:SVGA3dCmdDestroyGBSurface
1724 uint32 sid; member in struct:SVGA3dCmdBindGBSurface
1733 uint32 sid; member in struct:SVGA3dCmdBindGBSurfaceWithPitch
1753 uint32 sid; member in struct:SVGA3dCmdCondBindGBSurface
1783 uint32 sid; member in struct:SVGA3dCmdUpdateGBSurface
1809 uint32 sid; member in struct:SVGA3dCmdReadbackGBSurface
1853 uint32 sid; member in struct:SVGA3dCmdInvalidateGBSurface
    [all...]
svga3d_dx.h 228 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXSetSingleConstantBuffer
332 SVGA3dSurfaceId sid; member in struct:SVGA3dVertexBuffer
351 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXSetIndexBuffer
546 SVGA3dSurfaceId sid; member in struct:SVGA3dSoTarget
740 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXUpdateSubResource
754 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXReadbackSubResource
767 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXInvalidateSubResource
887 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXBufferUpdate
944 SVGA3dSurfaceId sid; member in struct:__anon4227
958 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineShaderResourceView
1003 SVGA3dSurfaceId sid; member in struct:__anon4232
1017 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineRenderTargetView
1048 SVGA3dSurfaceId sid; member in struct:__anon4233
1067 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineDepthStencilView
1564 uint32 sid; member in struct:SVGA3dConstantBufferBinding
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dristruct.h 54 xp_surface_id sid; member in struct:_DRIDrawablePrivRec
dri.c 214 if (pDRIDrawablePriv->sid == 0)
249 xp_configure_surface(pDRIDrawablePriv->sid, flags, &wc);
288 err = xp_create_surface(wid, &pDRIDrawablePriv->sid);
298 err = xp_configure_surface(pDRIDrawablePriv->sid, XP_STACKING, &wc);
301 xp_destroy_surface(pDRIDrawablePriv->sid);
341 err = xp_create_surface(0, &pDRIDrawablePriv->sid);
403 err = xp_export_surface(wid, pDRIDrawablePriv->sid,
406 xp_destroy_surface(pDRIDrawablePriv->sid);
438 pDRIDrawablePriv->sid), pDRIDrawablePriv);
449 *surface_id = pDRIDrawablePriv->sid;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dristruct.h 51 xp_surface_id sid; member in struct:_DRIDrawablePrivRec
dri.c 227 if (pDRIDrawablePriv->sid == 0)
263 xp_configure_surface(pDRIDrawablePriv->sid, flags, &wc);
300 err = xp_create_surface(wid, &pDRIDrawablePriv->sid);
310 err = xp_configure_surface(pDRIDrawablePriv->sid, XP_STACKING, &wc);
313 xp_destroy_surface(pDRIDrawablePriv->sid);
352 err = xp_create_surface(0, &pDRIDrawablePriv->sid);
415 err = xp_export_surface(wid, pDRIDrawablePriv->sid,
418 xp_destroy_surface(pDRIDrawablePriv->sid);
448 x_cvt_uint_to_vptr(pDRIDrawablePriv->sid), pDRIDrawablePriv);
459 *surface_id = pDRIDrawablePriv->sid;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_cmd.c 68 swc->surface_relocation(swc, &id->sid, NULL, s->handle, flags);
73 swc->surface_relocation(swc, &id->sid, NULL, NULL, flags);
230 * with the provided surface ID (sid). Surfaces are generic
257 * If 'sid' is already defined, the old surface is deleted
275 struct svga_winsys_surface *sid, // IN
290 swc->surface_relocation(swc, &cmd->sid, NULL, sid,
324 struct svga_winsys_surface *sid, // IN
334 sid, 0, format, &faces, &mipSizes, 1);
368 struct svga_winsys_surface *sid) // I
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_cmd.c 68 swc->surface_relocation(swc, &id->sid, NULL, s->handle, flags);
73 swc->surface_relocation(swc, &id->sid, NULL, NULL, flags);
230 * with the provided surface ID (sid). Surfaces are generic
257 * If 'sid' is already defined, the old surface is deleted
275 struct svga_winsys_surface *sid, // IN
290 swc->surface_relocation(swc, &cmd->sid, NULL, sid,
324 struct svga_winsys_surface *sid, // IN
334 sid, 0, format, &faces, &mipSizes, 1);
368 struct svga_winsys_surface *sid) // I
    [all...]

Completed in 68 milliseconds

1 2 3 4