View | Details | Raw Unified | Return to bug 39748 | Differences between
and this patch

Collapse All | Expand All

(-)aio_cancel.2 (-6 / +7 lines)
Lines 72-83 Link Here
72
.It Bq Dv AIO_ALLDONE
72
.It Bq Dv AIO_ALLDONE
73
All of the requests meeting the criteria have finished.
73
All of the requests meeting the criteria have finished.
74
.El
74
.El
75
.Sh SEE ALSO
76
.Xr aio_error 2 ,
77
.Xr aio_read 2 ,
78
.Xr aio_return 2 ,
79
.Xr aio_suspend 2 ,
80
.Xr aio_write 2
81
.Sh ERRORS
75
.Sh ERRORS
82
An error return from
76
An error return from
83
.Fn aio_cancel
77
.Fn aio_cancel
Lines 87-92 Link Here
87
.Fa fildes
81
.Fa fildes
88
is an invalid file descriptor.
82
is an invalid file descriptor.
89
.El
83
.El
84
.Sh SEE ALSO
85
.Xr aio_error 2 ,
86
.Xr aio_read 2 ,
87
.Xr aio_return 2 ,
88
.Xr aio_suspend 2 ,
89
.Xr aio_waitcomplete 2 ,
90
.Xr aio_write 2
90
.Sh STANDARDS
91
.Sh STANDARDS
91
The
92
The
92
.Fn aio_cancel
93
.Fn aio_cancel
(-)aio_error.2 (+1 lines)
Lines 75-80 Link Here
75
.Xr aio_read 2 ,
75
.Xr aio_read 2 ,
76
.Xr aio_return 2 ,
76
.Xr aio_return 2 ,
77
.Xr aio_suspend 2 ,
77
.Xr aio_suspend 2 ,
78
.Xr aio_waitcomplete 2 ,
78
.Xr aio_write 2 ,
79
.Xr aio_write 2 ,
79
.Xr fsync 2 ,
80
.Xr fsync 2 ,
80
.Xr read 2 ,
81
.Xr read 2 ,
(-)aio_read.2 (-2 / +9 lines)
Lines 105-112 Link Here
105
no I/O will occur.
105
no I/O will occur.
106
.Sh RETURN VALUES
106
.Sh RETURN VALUES
107
.Rv -std aio_read
107
.Rv -std aio_read
108
.Sh DIAGNOSTICS
109
None.
110
.Sh ERRORS
108
.Sh ERRORS
111
The
109
The
112
.Fn aio_read
110
.Fn aio_read
Lines 179-184 Link Here
179
.Fa iocb->aio_offset
177
.Fa iocb->aio_offset
180
would be invalid.
178
would be invalid.
181
.El
179
.El
180
.Sh SEE ALSO
181
.Xr aio_cancel 2 ,
182
.Xr aio_error 2 ,
183
.Xr aio_return 2 ,
184
.Xr aio_suspend 2 ,
185
.Xr aio_waitcomplete 2 ,
186
.Xr aio_write 2 ,
187
.Xr fsync 2 ,
188
.Xr read 2
182
.Sh STANDARDS
189
.Sh STANDARDS
183
The
190
The
184
.Fn aio_read
191
.Fn aio_read
(-)aio_return.2 (-9 / +10 lines)
Lines 63-77 Link Here
63
and sets
63
and sets
64
.Dv errno
64
.Dv errno
65
to indicate the error condition.
65
to indicate the error condition.
66
.Sh SEE ALSO
67
.Xr aio_cancel 2 ,
68
.Xr aio_error 2 ,
69
.Xr aio_read 2 ,
70
.Xr aio_suspend 2 ,
71
.Xr aio_write 2 ,
72
.Xr fsync 2 ,
73
.Xr read 2 ,
74
.Xr write 2
75
.Sh ERRORS
66
.Sh ERRORS
76
The
67
The
77
.Fn aio_return
68
.Fn aio_return
Lines 81-86 Link Here
81
.Fa iocb
72
.Fa iocb
82
does not reference an outstanding asynchronous I/O request.
73
does not reference an outstanding asynchronous I/O request.
83
.El
74
.El
75
.Sh SEE ALSO
76
.Xr aio_cancel 2 ,
77
.Xr aio_error 2 ,
78
.Xr aio_read 2 ,
79
.Xr aio_suspend 2 ,
80
.Xr aio_waitcomplete 2 ,
81
.Xr aio_write 2 ,
82
.Xr fsync 2 ,
83
.Xr read 2 ,
84
.Xr write 2
84
.Sh STANDARDS
85
.Sh STANDARDS
85
.Fn aio_return
86
.Fn aio_return
86
is expected to conform to the
87
is expected to conform to the
(-)aio_suspend.2 (-6 / +7 lines)
Lines 67-78 Link Here
67
returns 0.  Otherwise it returns -1 and sets
67
returns 0.  Otherwise it returns -1 and sets
68
.Va errno
68
.Va errno
69
to indicate the error, as enumerated below.
69
to indicate the error, as enumerated below.
70
.Sh SEE ALSO
71
.Xr aio_cancel 2 ,
72
.Xr aio_error 2 ,
73
.Xr aio_read 2 ,
74
.Xr aio_suspend 2 ,
75
.Xr aio_write 2
76
.Sh ERRORS
70
.Sh ERRORS
77
The
71
The
78
.Fn aio_suspend
72
.Fn aio_suspend
Lines 91-96 Link Here
91
.It Bq Er EINTR
85
.It Bq Er EINTR
92
the suspend was interrupted by a signal.
86
the suspend was interrupted by a signal.
93
.El
87
.El
88
.Sh SEE ALSO
89
.Xr aio_cancel 2 ,
90
.Xr aio_error 2 ,
91
.Xr aio_read 2 ,
92
.Xr aio_suspend 2 ,
93
.Xr aio_waitcomplete 2 ,
94
.Xr aio_write 2
94
.Sh STANDARDS
95
.Sh STANDARDS
95
.Fn aio_suspend
96
.Fn aio_suspend
96
is expected to conform to the
97
is expected to conform to the
(-)aio_write.2 (+9 lines)
Lines 173-178 Link Here
173
.Fa iocb->aio_offset
173
.Fa iocb->aio_offset
174
would be invalid.
174
would be invalid.
175
.El
175
.El
176
.Sh SEE ALSO
177
.Xr aio_cancel 2 ,
178
.Xr aio_error 2 ,
179
.Xr aio_read 2 ,
180
.Xr aio_return 2 ,
181
.Xr aio_suspend 2 ,
182
.Xr aio_waitcomplete 2 ,
183
.Xr fsync 2 ,
184
.Xr write 2
176
.Sh STANDARDS
185
.Sh STANDARDS
177
.Fn aio_write
186
.Fn aio_write
178
is expected to conform to the
187
is expected to conform to the

Return to bug 39748