Lines Matching defs:error

238 	status_t error = AllocateRequest(allocator, &reply);
239 if (error != B_OK)
240 return error;
242 reply->error = result;
272 status_t error = AllocateRequest(allocator, &reply);
273 if (error != B_OK)
274 return error;
276 reply->error = result;
335 status_t error = AllocateRequest(allocator, &reply);
336 if (error != B_OK)
337 return error;
339 reply->error = result;
362 status_t error = AllocateRequest(allocator, &reply);
363 if (error != B_OK)
364 return error;
365 reply->error = result;
384 status_t error = AllocateRequest(allocator, &reply);
385 if (error != B_OK)
386 return error;
387 reply->error = result;
407 status_t error = AllocateRequest(allocator, &reply);
408 if (error != B_OK)
409 return error;
410 reply->error = result;
433 status_t error = AllocateRequest(allocator, &reply);
434 if (error != B_OK)
435 return error;
436 reply->error = result;
458 status_t error = AllocateRequest(allocator, &reply);
459 if (error != B_OK)
460 return error;
462 reply->error = result;
481 status_t error = AllocateRequest(allocator, &reply);
482 if (error != B_OK)
483 return error;
484 reply->error = result;
502 status_t error = AllocateRequest(allocator, &reply);
503 if (error != B_OK)
504 return error;
505 reply->error = result;
525 status_t error = AllocateRequest(allocator, &reply);
526 if (error != B_OK)
527 return error;
529 reply->error = result;
552 status_t error = AllocateRequest(allocator, &reply);
553 if (error != B_OK)
554 return error;
555 reply->error = result;
577 status_t error = AllocateRequest(allocator, &reply);
578 if (error != B_OK)
579 return error;
580 reply->error = result;
602 status_t error = AllocateRequest(allocator, &reply);
603 if (error != B_OK)
604 return error;
605 reply->error = result;
627 status_t error = AllocateRequest(allocator, &reply);
628 if (error != B_OK)
629 return error;
630 reply->error = result;
652 status_t error = AllocateRequest(allocator, &reply);
653 if (error != B_OK)
654 return error;
655 reply->error = result;
676 status_t error = AllocateRequest(allocator, &reply);
677 if (error != B_OK)
678 RETURN_ERROR(error);
693 reply->error = result;
697 if (reply->error == B_OK && reply->bytesRead > 0) {
733 status_t error = AllocateRequest(allocator, &reply);
734 if (error != B_OK)
735 return error;
736 reply->error = result;
765 status_t error = AllocateRequest(allocator, &reply);
766 if (error != B_OK)
767 return error;
768 reply->error = result;
788 status_t error = AllocateRequest(allocator, &reply);
789 if (error != B_OK)
790 RETURN_ERROR(error);
803 reply->error = result;
806 if (reply->error == B_OK && size > 0) {
831 status_t error = AllocateRequest(allocator, &reply);
832 if (error != B_OK)
833 return error;
834 reply->error = result;
856 status_t error = AllocateRequest(allocator, &reply);
857 if (error != B_OK)
858 return error;
859 reply->error = result;
876 status_t error = AllocateRequest(allocator, &reply);
877 if (error != B_OK)
878 return error;
880 reply->error = result;
897 status_t error = AllocateRequest(allocator, &reply);
898 if (error != B_OK)
899 return error;
901 reply->error = result;