Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/lio_listio.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd January 13, 2024 | .Dd January 13, 2024 | ||||
| .Dt LIO_LISTIO 2 | .Dt LIO_LISTIO 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm lio_listio | .Nm lio_listio | ||||
| .Nd "list directed I/O (REALTIME)" | .Nd "list directed I/O (REALTIME)" | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fo lio_listio | .Fo lio_listio | ||||
| .Fa "int mode" | .Fa "int mode" | ||||
| .Fa "struct aiocb * const list[]" | .Fa "struct aiocb * const list[]" | ||||
| .Fa "int nent" | .Fa "int nent" | ||||
| .Fa "struct sigevent *sig" | .Fa "struct sigevent *sig" | ||||
| .Fc | .Fc | ||||
| ▲ Show 20 Lines • Show All 207 Lines • Show Last 20 Lines | |||||