Lines Matching refs:resultp

507 	aio_result_t *resultp = reqp->aio_req_resultp;  in aio_hash_delete()  local
511 index = AIO_HASH(resultp); in aio_hash_delete()
514 if (current->aio_req_resultp == resultp) { in aio_hash_delete()
1098 void *resultp; in aio_copyout_result() local
1110 resultp = (void *)reqp->aio_req_resultp; in aio_copyout_result()
1123 (void) sulword(&((aio_result_t *)resultp)->aio_return, retval); in aio_copyout_result()
1124 (void) suword32(&((aio_result_t *)resultp)->aio_errno, error); in aio_copyout_result()
1126 (void) suword32(&((aio_result32_t *)resultp)->aio_return, in aio_copyout_result()
1128 (void) suword32(&((aio_result32_t *)resultp)->aio_errno, error); in aio_copyout_result()
1131 (void) suword32(&((aio_result_t *)resultp)->aio_return, retval); in aio_copyout_result()
1132 (void) suword32(&((aio_result_t *)resultp)->aio_errno, error); in aio_copyout_result()
1138 aio_copyout_result_port(struct iovec *iov, struct buf *bp, void *resultp) in aio_copyout_result_port() argument
1155 (void) sulword(&((aio_result_t *)resultp)->aio_return, retval); in aio_copyout_result_port()
1156 (void) suword32(&((aio_result_t *)resultp)->aio_errno, errno); in aio_copyout_result_port()
1158 (void) suword32(&((aio_result32_t *)resultp)->aio_return, in aio_copyout_result_port()
1160 (void) suword32(&((aio_result32_t *)resultp)->aio_errno, errno); in aio_copyout_result_port()
1163 (void) suword32(&((aio_result_t *)resultp)->aio_return, retval); in aio_copyout_result_port()
1164 (void) suword32(&((aio_result_t *)resultp)->aio_errno, errno); in aio_copyout_result_port()