|
@@ -657,7 +657,7 @@ int scif_unregister(scif_epd_t epd, off_t offset, size_t len);
|
|
* the negative of one of the following errors is returned.
|
|
* the negative of one of the following errors is returned.
|
|
*
|
|
*
|
|
* Errors:
|
|
* Errors:
|
|
- * EACCESS - Attempt to write to a read-only range
|
|
|
|
|
|
+ * EACCES - Attempt to write to a read-only range
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* ECONNRESET - Connection reset by peer
|
|
* ECONNRESET - Connection reset by peer
|
|
* EINVAL - rma_flags is invalid
|
|
* EINVAL - rma_flags is invalid
|
|
@@ -733,7 +733,7 @@ int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, off_t
|
|
* the negative of one of the following errors is returned.
|
|
* the negative of one of the following errors is returned.
|
|
*
|
|
*
|
|
* Errors:
|
|
* Errors:
|
|
- * EACCESS - Attempt to write to a read-only range
|
|
|
|
|
|
+ * EACCES - Attempt to write to a read-only range
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* ECONNRESET - Connection reset by peer
|
|
* ECONNRESET - Connection reset by peer
|
|
* EINVAL - rma_flags is invalid
|
|
* EINVAL - rma_flags is invalid
|
|
@@ -815,7 +815,7 @@ int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, off_t
|
|
* the negative of one of the following errors is returned.
|
|
* the negative of one of the following errors is returned.
|
|
*
|
|
*
|
|
* Errors:
|
|
* Errors:
|
|
- * EACCESS - Attempt to write to a read-only range
|
|
|
|
|
|
+ * EACCES - Attempt to write to a read-only range
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* ECONNRESET - Connection reset by peer
|
|
* ECONNRESET - Connection reset by peer
|
|
* EINVAL - rma_flags is invalid
|
|
* EINVAL - rma_flags is invalid
|
|
@@ -895,7 +895,7 @@ int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset,
|
|
* the negative of one of the following errors is returned.
|
|
* the negative of one of the following errors is returned.
|
|
*
|
|
*
|
|
* Errors:
|
|
* Errors:
|
|
- * EACCESS - Attempt to write to a read-only range
|
|
|
|
|
|
+ * EACCES - Attempt to write to a read-only range
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* EBADF, ENOTTY - epd is not a valid endpoint descriptor
|
|
* ECONNRESET - Connection reset by peer
|
|
* ECONNRESET - Connection reset by peer
|
|
* EINVAL - rma_flags is invalid
|
|
* EINVAL - rma_flags is invalid
|