Lines Matching refs:ShmDescPtr
143 } 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()
225 ShmDescPtr pDesc; in XF86BigfontFreeFontShm()
233 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex); in XF86BigfontFreeFontShm()
333 ShmDescPtr pDesc = NULL; in ProcXF86BigfontQueryFont()
379 pDesc = (ShmDescPtr) FontGetPrivate(pFont, FontShmdescIndex); in ProcXF86BigfontQueryFont()