Home
last modified time | relevance | path

Searched refs:ShmSegType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshmint.h89 extern _X_EXPORT RESTYPE ShmSegType;
H A Dshm.c115 RESTYPE ShmSegType; variable
132 tmprc = dixLookupResourceByType((void **)&(shmdesc), shmseg, ShmSegType, \
429 if (!AddResource(stuff->shmseg, ShmSegType, (void *) shmdesc)) in ProcShmAttach()
1205 if (!AddResource(stuff->shmseg, ShmSegType, (void *) shmdesc)) in ProcShmAttachFd()
1322 if (!AddResource(stuff->shmseg, ShmSegType, (void *) shmdesc)) { in ProcShmCreateSegment()
1570 ShmSegType = CreateNewResourceType(ShmDetachSegment, "ShmSeg"); in ShmExtensionInit()
1571 if (ShmSegType && in ShmExtensionInit()
1578 SetResourceTypeErrorValue(ShmSegType, BadShmSegCode); in ShmExtensionInit()
H A Dxvdisp.c913 ShmSegType, serverClient, DixReadAccess); in ProcXvShmPutImage()