Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_mlock.2
| Show All 24 Lines | |||||
| .Dd August 19, 2016 | .Dd August 19, 2016 | ||||
| .Dt AIO_MLOCK 2 | .Dt AIO_MLOCK 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_mlock | .Nm aio_mlock | ||||
| .Nd asynchronous | .Nd asynchronous | ||||
| .Xr mlock 2 | .Xr mlock 2 | ||||
| operation | operation | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fn aio_mlock "struct aiocb *iocb" | .Fn aio_mlock "struct aiocb *iocb" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_mlock | .Fn aio_mlock | ||||
| system call allows the calling process to lock into memory the | system call allows the calling process to lock into memory the | ||||
| physical pages associated with the virtual address range starting at | physical pages associated with the virtual address range starting at | ||||
| ▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines | |||||