Searched refs:last_req (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXlibint.h80 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
95 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.h94 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
105 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
122 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
132 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
151 req = (xResourceReq *) (dpy->last_req = dpy->bufptr);\
162 req = (xResourceReq *) (dpy->last_req = dpy->bufptr);\
179 req = (xReq *) (dpy->last_req = dpy->bufptr);\
189 req = (xReq *) (dpy->last_req = dpy->bufptr);\
H A Dcsopendi.c401 agent->last_req = (char *)&_dummy_request;
H A Dcslibext.c578 agent->last_req = agent->bufptr;
H A DXDPS.c887 req = (xPSGiveInputReq *) dpy->last_req;
896 dpy->bufptr = dpy->last_req + sizeof(xPSGiveInputReq) +
H A Dcslibint.c168 dpy->last_req = (char *)&_dummy_request;
598 dpy->last_req = (char *) & _dummy_request;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c2289 struct drm_i915_gem_request *last_req; local
2290 last_req = list_entry(ring->request_list.prev,
2292 return (last_req->seqno);

Completed in 49 milliseconds