Searched refs:SendErrToClient (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | client.h | 76 SendErrToClient(client, FSBadLength, (pointer)&lengthword); \ 83 SendErrToClient(client, FSBadLength, (pointer)&lengthword); \ 90 SendErrToClient(client, FSBadLength, (pointer)&lengthword); \
|
| H A D | dispatch.h | 36 #define SendErrToClient(client, error, data) \ macro 37 fprintf(stderr, "SendErrToClient %s %d\n", __FILE__, __LINE__),\ 40 #define SendErrToClient DoSendErrToClient macro
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | dispatch.c | 245 SendErrToClient(client, FSBadAlloc, (pointer) 0); 255 SendErrToClient(client, FSBadLength, (pointer)&lengthword); 276 SendErrToClient(client, FSBadLength, (pointer)&lengthword); 296 SendErrToClient(client, FSBadAlloc, (pointer) 0); 308 SendErrToClient(client, FSBadAlloc, (pointer) 0); 324 SendErrToClient(client, FSBadAlloc, (pointer) 0); 336 SendErrToClient(client, FSBadAlloc, (pointer) 0); 461 SendErrToClient(client, FSBadRequest, NULL); 525 SendErrToClient(client, err, (pointer) &num); 589 SendErrToClient(clien [all...] |
| H A D | events.c | 86 SendErrToClient(client, FSBadEventMask, (pointer) &stuff->event_mask);
|
| H A D | fontinfo.c | 282 SendErrToClient(pPtr->client, FontToFSError(err), (pointer) 0); 327 SendErrToClient(client, FSBadRange, NULL); 373 SendErrToClient(pPtr->client, FontToFSError(err), (pointer) 0); 426 SendErrToClient(client, FSBadRange, NULL);
|
| H A D | fonts.c | 411 SendErrToClient(cPtr->client, FontToFSError(err), (pointer) &(cPtr->fontid)); 440 SendErrToClient(client, FSBadName, (pointer) 0); 481 SendErrToClient(client, FSBadAlloc, (pointer) 0); 986 SendErrToClient(client, FontToFSError(err), (pointer) 0); 1010 SendErrToClient(client, FSBadAlloc, (pointer) 0); 1062 SendErrToClient(client, FSBadAlloc, (pointer) 0); 1099 SendErrToClient(client, FSBadAlloc, (pointer) 0); 1324 SendErrToClient(client, FontToFSError(err), (pointer) 0); 1354 SendErrToClient(client, FSBadAlloc, (pointer) 0); 1387 SendErrToClient(clien [all...] |
| H A D | swapreq.c | 212 SendErrToClient(client, FSBadLength, (pointer)&length);
|
Completed in 7 milliseconds