Lines Matching refs:isc_result
721 isc_result_t isc_result;
790 isc_result = isc__errno2result(Error);
791 if (isc_result == ISC_R_UNEXPECTED)
794 Error, isc_result);
795 send_recvdone_abort(sock, isc_result);
2430 isc_result_t isc_result;
2436 isc_result = isc__errno2resultx(errstatus, __FILE__, __LINE__);
2454 send_recvdone_abort(sock, isc_result);
2455 if (isc_result == ISC_R_UNEXPECTED) {
2458 errstatus, isc_result);
2468 lpo->dev->result = isc_result;
2480 "Accept: errstatus=%d isc_result=%d", errstatus, isc_result);
2488 isc_result = isc__errno2resultx(errstatus, __FILE__, __LINE__);
2490 "restart_accept() failed: errstatus=%d isc_result=%d",
2491 errstatus, isc_result);
2502 lpo->adev->result = isc_result;
2515 lpo->cdev->result = isc_result;