Home
last modified time | relevance | path

Searched refs:ShmDescPtr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxf86bigfont.c143 } ShmDescRec, *ShmDescPtr; typedef
145 static ShmDescPtr ShmList = (ShmDescPtr) NULL;
147 static ShmDescPtr
150 ShmDescPtr pDesc; in shmalloc()
156 return (ShmDescPtr) NULL; in shmalloc()
166 return (ShmDescPtr) NULL; in shmalloc()
170 return (ShmDescPtr) NULL; in shmalloc()
178 return (ShmDescPtr) NULL; in shmalloc()
186 return (ShmDescPtr) NULL; in shmalloc()
205 shmdealloc(ShmDescPtr pDesc) in shmdealloc()
[all …]
H A Dshm.c116 static ShmDescPtr Shmsegs;
379 ShmDescPtr shmdesc; in ProcShmAttach()
438 ShmDescPtr shmdesc = (ShmDescPtr) value; in ShmDetachSegment()
439 ShmDescPtr *prev; in ShmDetachSegment()
460 ShmDescPtr shmdesc; in ProcShmDetach()
526 ShmDescPtr shmdesc; in ProcShmPutImage()
626 ShmDescPtr shmdesc; in ProcShmGetImage()
788 ShmDescPtr shmdesc; in ProcPanoramiXShmGetImage()
930 ShmDescPtr shmdesc; in ProcPanoramiXShmCreatePixmap()
1063 ShmDescPtr shmdesc; in ProcShmCreatePixmap()
[all …]
H A Dshmint.h75 } ShmDescRec, *ShmDescPtr; typedef
H A Dxvdisp.c877 ShmDescPtr shmdesc; in ProcXvShmPutImage()