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

/xsrc/external/mit/xfs/dist/difs/
H A Devents.c66 WriteErrorToClient(ClientPtr client, fsError *error)
69 fsError errorTo;
72 (void) WriteToClient(client, SIZEOF(fsError), (char *) &errorTo);
74 (void) WriteToClient(client, SIZEOF(fsError),
126 /* SErrorEvent requires two fsError pointers */
127 fsError evTo;
129 SErrorEvent((fsError *) & ev, (fsError *) &evTo);
H A Dswaprep.c416 SErrorEvent(fsError *error, fsError *perror)
H A Ddispatch.c400 fsError rep = {
449 rep.length = (SIZEOF(fsError) + extralen) >> 2;
/xsrc/external/mit/xfs/dist/include/
H A Dfsevents.h59 extern void WriteErrorToClient(ClientPtr client, fsError *error);
H A Dswaprep.h39 extern void SErrorEvent (fsError *error, fsError *perror);
/xsrc/external/mit/libFS/dist/src/
H A DFSConnServ.c190 _FSError(svr, (fsError *) ev);
H A DFSlibInt.c218 _FSError(svr, (fsError *) ev);
541 fsError err;
549 (long) (SIZEOF(fsError) - SIZEOF(fsReply)));
755 fsError *rep)
H A DFSlibint.h80 extern int _FSError ( FSServer *svr, fsError *rep );
/xsrc/external/mit/libFS/dist/include/X11/fonts/
H A DFSlib.h115 int (*error) (FSServer *, fsError *, FSExtCodes *, int *); /* who to call when an error occurs */
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h615 } fsError; typedef in typeref:struct:__anond2353fb42c08
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c224 ((fsError *)rep)->request, #name); \
3198 fsError *error;
3209 error = (fsError *) reply;
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c221 ((fsError *)rep)->request, #name); \
3159 fsError *error;
3170 error = (fsError *) reply;

Completed in 16 milliseconds