Searched refs:pseg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msgutil.c | 49 struct msg_msgseg **pseg; in alloc_msg() local 61 pseg = &msg->next; in alloc_msg() 71 *pseg = seg; in alloc_msg() 73 pseg = &seg->next; in alloc_msg()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbline.c | 123 fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg) in fbPolySegment() argument 125 void (*seg) (DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg); in fbPolySegment() 148 (*seg) (pDrawable, pGC, nseg, pseg); in fbPolySegment()
|
| H A D | fb.h | 571 fbPolySegment8(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg); 619 fbPolySegment16(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg); 666 fbPolySegment32(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg); 944 fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
|
| H A D | fbbits.h | 711 POLYSEGMENT(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg) in POLYSEGMENT() argument 713 INT32 *pts = (INT32 *) pseg; in POLYSEGMENT()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | module.c | 303 void *pseg = (void *)para->sh_addr; in module_finalize() local 304 apply_paravirt(pseg, pseg + para->sh_size); in module_finalize()
|