Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_return.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd January 11, 2021 | .Dd January 11, 2021 | ||||
| .Dt AIO_RETURN 2 | .Dt AIO_RETURN 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_return | .Nm aio_return | ||||
| .Nd retrieve return status of asynchronous I/O operation (REALTIME) | .Nd retrieve return status of asynchronous I/O operation (REALTIME) | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft ssize_t | .Ft ssize_t | ||||
| .Fn aio_return "struct aiocb *iocb" | .Fn aio_return "struct aiocb *iocb" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_return | .Fn aio_return | ||||
| system call returns the final status of the asynchronous I/O request | system call returns the final status of the asynchronous I/O request | ||||
| associated with the structure pointed to by | associated with the structure pointed to by | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||