Searched refs:fsError (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | events.c | 66 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 D | swaprep.c | 416 SErrorEvent(fsError *error, fsError *perror)
|
| H A D | dispatch.c | 400 fsError rep = { 449 rep.length = (SIZEOF(fsError) + extralen) >> 2;
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | fsevents.h | 59 extern void WriteErrorToClient(ClientPtr client, fsError *error);
|
| H A D | swaprep.h | 39 extern void SErrorEvent (fsError *error, fsError *perror);
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSConnServ.c | 190 _FSError(svr, (fsError *) ev);
|
| H A D | FSlibInt.c | 218 _FSError(svr, (fsError *) ev); 541 fsError err; 549 (long) (SIZEOF(fsError) - SIZEOF(fsReply))); 755 fsError *rep)
|
| H A D | FSlibint.h | 80 extern int _FSError ( FSServer *svr, fsError *rep );
|
| /xsrc/external/mit/libFS/dist/include/X11/fonts/ |
| H A D | FSlib.h | 115 int (*error) (FSServer *, fsError *, FSExtCodes *, int *); /* who to call when an error occurs */
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 615 } fsError; typedef in typeref:struct:__anond2353fb42c08
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 224 ((fsError *)rep)->request, #name); \ 3198 fsError *error; 3209 error = (fsError *) reply;
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fserve.c | 221 ((fsError *)rep)->request, #name); \ 3159 fsError *error; 3170 error = (fsError *) reply;
|
Completed in 16 milliseconds