EN JA
AIO(4)
AIO(4) FreeBSD Kernel Interfaces Manual AIO(4)

NAME

aioasynchronous I/O

SYNOPSIS

To link into the kernel:
options VFS_AIO

To load as a kernel loadable module:

kldload aio

DESCRIPTION

The aio facility provides system calls for asynchronous I/O. It is available both as a kernel option for static inclusion and as a dynamic kernel module.

HISTORY

The aio facility appeared as a kernel option in FreeBSD 3.0. The aio kernel module appeared in FreeBSD 5.0.
October 24, 2002 FreeBSD