Searched refs:sid (Results 1 - 25 of 91) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_label.c114 if (avc_context_to_sid_raw(ctx, &obj->sid) < 0) {
150 if (!obj->sid) {
184 tsid = obj->sid;
187 if (obj->poly && avc_compute_member(subj->sid, obj->sid,
222 if (avc_compute_create(subj->sid, obj->sid,
231 if (avc_compute_member(subj->sid, tsid2,
252 security_id_t sid; local in function:SELinuxEventToSID
256 sid
[all...]
H A Dxselinux_hooks.c97 if (avc_has_perm(subj->sid, obj->sid, class, mode, &subj->aeref,
156 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
160 obj->sid = subj->sid;
187 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
190 obj->sid = subj->sid;
220 obj->sid = subj->win_create_sid;
231 tsid = pobj->sid;
460 security_id_t sid; local in function:SELinuxExtension
[all...]
H A Dxselinux_ext.c85 SELinuxSendContextReply(ClientPtr client, security_id_t sid) argument
91 if (sid) {
92 if (avc_sid_to_context_raw(sid, &ctx) < 0)
169 security_id_t sid; local in function:ProcSELinuxSetDeviceContext
189 avc_context_to_sid_raw(ctx, &sid) < 0) {
195 subj->sid = sid;
197 obj->sid = sid;
220 return SELinuxSendContextReply(client, subj->sid);
[all...]
H A Dxselinuxint.h43 security_id_t sid; member in struct:__anon7c6613f20108
57 security_id_t sid; member in struct:__anon7c6613f20208
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_label.c119 if (avc_context_to_sid_raw(ctx, &obj->sid) < 0) {
156 if (!obj->sid) {
190 tsid = obj->sid;
193 if (obj->poly && avc_compute_member(subj->sid, obj->sid,
228 if (avc_compute_create(subj->sid, obj->sid, SECCLASS_X_PROPERTY, &tsid) < 0) {
236 if (avc_compute_member(subj->sid, tsid2,
257 security_id_t sid; local in function:SELinuxEventToSID
262 sid
[all...]
H A Dxselinux_hooks.c95 if (avc_has_perm(subj->sid, obj->sid, class, mode, &subj->aeref,
154 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
158 obj->sid = subj->sid;
185 if (avc_context_to_sid_raw(ctx, &subj->sid) < 0)
188 obj->sid = subj->sid;
218 obj->sid = subj->win_create_sid;
230 tsid = pobj->sid;
463 security_id_t sid; local in function:SELinuxExtension
[all...]
H A Dxselinux_ext.c84 SELinuxSendContextReply(ClientPtr client, security_id_t sid) argument
90 if (sid) {
91 if (avc_sid_to_context_raw(sid, &ctx) < 0)
169 security_id_t sid; local in function:ProcSELinuxSetDeviceContext
189 avc_context_to_sid_raw(ctx, &sid) < 0) {
195 subj->sid = sid;
197 obj->sid = sid;
220 return SELinuxSendContextReply(client, subj->sid);
[all...]
H A Dxselinuxint.h43 security_id_t sid; member in struct:__anon4f2b70050108
57 security_id_t sid; member in struct:__anon4f2b70050208
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shaderio.h79 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);
H A Dsfn_shaderio.cpp112 ShaderInputVarying::ShaderInputVarying(tgsi_semantic _name, int sid, unsigned driver_location, argument
119 m_sid(sid),
137 ShaderInputVarying::ShaderInputVarying(tgsi_semantic _name, int sid, nir_variable *input): argument
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): argument
293 ShaderInputVarying(name, sid, inpu
299 ShaderInputColor(tgsi_semantic _name,int sid,unsigned driver_location,unsigned frac,unsigned components,tgsi_interpolate_mode interpolate,tgsi_interpolate_loc interp_loc) argument
326 find_varying(tgsi_semantic name,int sid) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h54 uint32_t sid; member in struct:vmw_svga_winsys_surface
74 assert(!surf || surf->sid != SVGA3D_INVALID_ID);
H A Dvmw_screen_dri.c187 vsrf->sid = handle;
257 req->sid = handle;
303 vsrf->sid = handle;
338 whandle->handle = vsrf->sid;
345 whandle->handle = vsrf->sid;
348 ret = drmPrimeHandleToFD(vws->ioctl.drm_fd, vsrf->sid, DRM_CLOEXEC,
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h54 uint32_t sid; member in struct:vmw_svga_winsys_surface
74 assert(!surf || surf->sid != SVGA3D_INVALID_ID);
H A Dvmw_screen_dri.c187 vsrf->sid = handle;
257 req->sid = handle;
303 vsrf->sid = handle;
338 whandle->handle = vsrf->sid;
345 whandle->handle = vsrf->sid;
348 ret = drmPrimeHandleToFD(vws->ioctl.drm_fd, vsrf->sid, DRM_CLOEXEC,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c119 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/
H A Dindirect.c115 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.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h328 uint32 sid; member in struct:__anonc6e2a0b50408
356 uint32 sid; member in struct:__anonc6e2a0b50508
386 uint32 sid; member in struct:__anonc6e2a0b50608
444 uint32 sid; member in struct:__anonc6e2a0b50b08
780 uint32 indexBufferSid; // Valid index buffer sid.
849 uint32 sid; member in struct:__anonc6e2a0b51e08
1153 uint32 sid; member in struct:__anonc6e2a0b53808
1162 uint32 sid; member in struct:__anonc6e2a0b53908
1170 uint32 sid; member in struct:__anonc6e2a0b53a08
1440 uint32 sid; member in struct:__anonc6e2a0b54408
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...]
H A Dsvga3d_dx.h228 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:__anoncfb9ff1d0c08
958 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineShaderResourceView
1003 SVGA3dSurfaceId sid; member in struct:__anoncfb9ff1d1108
1017 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineRenderTargetView
1048 SVGA3dSurfaceId sid; member in struct:__anoncfb9ff1d1208
1067 SVGA3dSurfaceId sid; member in struct:SVGA3dCmdDXDefineDepthStencilView
1564 uint32 sid; member in struct:SVGA3dConstantBufferBinding
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h362 uint32 sid; member in struct:__anon2dcb6c680408
390 uint32 sid; member in struct:__anon2dcb6c680508
420 uint32 sid; member in struct:__anon2dcb6c680608
478 uint32 sid; member in struct:__anon2dcb6c680b08
814 uint32 indexBufferSid; // Valid index buffer sid.
883 uint32 sid; member in struct:__anon2dcb6c681e08
1187 uint32 sid; member in struct:__anon2dcb6c683808
1196 uint32 sid; member in struct:__anon2dcb6c683908
1204 uint32 sid; member in struct:__anon2dcb6c683a08
1474 uint32 sid; member in struct:__anon2dcb6c684408
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/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddristruct.h51 xp_surface_id sid; member in struct:_DRIDrawablePrivRec
H A Ddri.c227 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/xorg-server/dist/hw/xquartz/xpr/
H A Ddristruct.h54 xp_surface_id sid; member in struct:_DRIDrawablePrivRec
H A Ddri.c214 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/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c68 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
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,SVGA3dSurfaceFace ** faces,SVGA3dSize ** mipSizes,uint32 numMipSizes) argument
323 SVGA3D_DefineSurface2D(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,uint32 width,uint32 height,SVGA3dSurfaceFormat format) argument
367 SVGA3D_DestroySurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c68 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
274 SVGA3D_BeginDefineSurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,SVGA3dSurface1Flags flags,SVGA3dSurfaceFormat format,SVGA3dSurfaceFace ** faces,SVGA3dSize ** mipSizes,uint32 numMipSizes) argument
323 SVGA3D_DefineSurface2D(struct svga_winsys_context * swc,struct svga_winsys_surface * sid,uint32 width,uint32 height,SVGA3dSurfaceFormat format) argument
367 SVGA3D_DestroySurface(struct svga_winsys_context * swc,struct svga_winsys_surface * sid) argument
[all...]

Completed in 29 milliseconds

1234