]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3,...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 2 Oct 2010 13:27:41 +0000 (15:27 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 3 Oct 2010 15:12:29 +0000 (17:12 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/aio_cancel.3
man3/aio_error.3
man3/aio_fsync.3
man3/aio_read.3
man3/aio_return.3
man3/aio_suspend.3
man3/aio_write.3

index 0d454ba2cc61fa91fe56c5f4a8006f9879f71a62..602f7c4eab39b58de36f2f640764a9c0311e9ca2 100644 (file)
@@ -42,6 +42,11 @@ Otherwise, only the request
 described by the control block pointed to by
 .I aiocbp
 is canceled.
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 Normal asynchronous notification occurs for canceled requests.
 The request return status is set to \-1, and the request error status
index cd2468ba870b6e66f03d871fb639a94daabad972..0de233c8f370546442c6252c6bf131ba3e824c5f 100644 (file)
@@ -35,6 +35,11 @@ The
 function returns the error status for the asynchronous I/O request
 with control block pointed to by
 .IR aiocbp .
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .SH "RETURN VALUE"
 This function returns
 .B EINPROGRESS
index 53d43bbcee05fde3eb08f3629d3992fc964a2cc7..c6cc00c2c203dddf4c196eb471769e54e0e6a6d5 100644 (file)
@@ -35,6 +35,11 @@ The
 function does a sync on all outstanding asynchronous I/O operations
 associated with
 .IR aiocbp\->aio_fildes .
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 More precisely, if
 .I op
index 71ef41dc250132b00adfd6bd220758bac5baaa6d..7f0e00014d9c6827b03e74de90e6ab6fa1ddb41d 100644 (file)
@@ -40,6 +40,11 @@ with fd, buf, count given by
 respectively.
 The return status n can be retrieved upon completion using
 .BR aio_return (3).
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 The data is read starting at the absolute file offset
 .IR aiocbp\->aio_offset ,
index a89c7bc700fd8f353c77694bd80f74cdce1e07e4..103e6be1aa2c18c24e29c295894ec2a6f7187f34 100644 (file)
@@ -35,6 +35,11 @@ The
 function returns the final return status for the asynchronous I/O request
 with control block pointed to by
 .IR aiocbp .
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 This function should be called only once for any given request, after
 .BR aio_error (3)
index d38be6d56a0d6122fc5845cc18a1930dfc4614f3..6deb0f68ddf04fe13e06d55b1a9b4d49b90b21b9 100644 (file)
@@ -45,6 +45,11 @@ of length
 have completed, a signal is delivered, or
 .I timeout
 is not NULL and the time interval it indicates has passed.
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 Each item in the list must either be NULL (and then is ignored),
 or a pointer to a control block on which I/O was initiated using
index fd7bd87a9575011bec5f273fae17729a15dac669..ebb74d86d8f5944e3b8ea8a9f67af21703530581 100644 (file)
@@ -40,6 +40,11 @@ with fd, buf, count given by
 respectively.
 The return status n can be retrieved upon completion using
 .BR aio_return (3).
+(See
+.BR aio (7)
+for a description of the
+.I aiocb
+structure.)
 .LP
 If
 .B O_APPEND