Searched refs:fsReq (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSSync.c64 fsReq *req;
H A DFSGetCats.c67 fsReq *req;
H A DFSListExt.c67 fsReq *req;
H A DFSlibint.h168 if ((svr->bufptr + SIZEOF(fsReq)) > svr->bufmax)\
170 req = (fsReq *) (svr->last_req = svr->bufptr);\
173 svr->bufptr += SIZEOF(fsReq);\
H A DFSOpenServ.c65 static fsReq _dummy_request = {
H A DFSlibInt.c121 static fsReq _dummy_request = {
/xsrc/external/mit/xfs/dist/os/
H A Dio.c117 fsReq *request;
160 request = (fsReq *) oci->bufptr;
163 if ((gotnow < SIZEOF(fsReq)) ||
166 if ((gotnow < SIZEOF(fsReq)) || needed == 0)
167 needed = SIZEOF(fsReq);
228 request = (fsReq *) oci->bufptr;
229 if ((gotnow < SIZEOF(fsReq)) ||
236 needed = SIZEOF(fsReq);
244 if (gotnow >= needed + SIZEOF(fsReq)) {
245 request = (fsReq *) (oc
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dclient.h96 (*ReplySwapVector[((fsReq *)(client)->requestBuffer)->reqType]) \
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h264 } fsReq; typedef in typeref:struct:__anond2353fb40e08
287 typedef fsReq fsNoopReq;
288 typedef fsReq fsListExtensionsReq;
314 typedef fsReq fsGetCataloguesReq;
347 typedef fsReq fsGetResolutionReq;
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c82 #define MAJOROP ((fsReq *)client->requestBuffer)->reqType
405 .major_opcode = ((fsReq *) client->requestBuffer)->reqType,
468 REQUEST(fsReq);
469 REQUEST_AT_LEAST_SIZE(fsReq);
777 REQUEST(fsReq);
778 REQUEST_AT_LEAST_SIZE(fsReq);
H A Dswapreq.c129 REQUEST(fsReq);
H A Dswaprep.c516 ((fsReq *)(client)->requestBuffer)->reqType);

Completed in 10 milliseconds