Unix and Linux Discussions Tagged with kernel |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
10,347 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,108 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,317 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
55,792 |
OS X (Apple) |
|
|
|
0 |
15,772 |
News, Links, Events and Announcements |
|
|
|
0 |
7,007 |
Linux |
|
|
|
1 |
9,584 |
AIX |
|
|
|
4 |
11,368 |
Red Hat |
|
|
|
0 |
6,489 |
Red Hat |
|
|
|
0 |
3,694 |
Linux |
|
|
|
1 |
2,683 |
Solaris |
|
|
|
20 |
35,287 |
SCO |
|
|
|
0 |
4,998 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,728 |
IP Networking |
|
|
|
3 |
9,152 |
BSD |
|
|
|
1 |
5,753 |
Red Hat |
|
|
|
4 |
2,821 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,852 |
Ubuntu |
|
|
|
4 |
9,184 |
BSD |
|
|
|
4 |
4,056 |
IP Networking |
|
|
|
4 |
4,673 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
3,530 |
Linux |
|
|
|
1 |
307,680 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,886 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,868 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
7,538 |
Red Hat |
|
|
|
2 |
3,776 |
Ubuntu |
|
|
|
0 |
2,461 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
11,621 |
UNIX for Dummies Questions & Answers |
|
|
|
24 |
17,598 |
Red Hat |
|
|
|
8 |
9,060 |
Cybersecurity |
|
|
|
4 |
4,795 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,087 |
Programming |
|
|
|
3 |
6,380 |
SCO |
|
|
|
1 |
4,017 |
AIX |
|
|
|
2 |
7,341 |
Linux |
|
|
|
2 |
4,744 |
Solaris |
|
|
|
1 |
5,441 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,882 |
Debian |
|
|
|
0 |
5,338 |
Red Hat |
AIO(4) BSD Kernel Interfaces Manual AIO(4)
NAME
aio -- asynchronous 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.
SEE ALSO
aio_cancel(2), aio_error(2), aio_read(2), aio_return(2), aio_suspend(2), aio_waitcomplete(2), aio_write(2), lio_listio(2), config(8),
kldload(8), kldunload(8)
HISTORY
The aio facility appeared as a kernel option in FreeBSD 3.0. The aio kernel module appeared in FreeBSD 5.0.
BSD
October 24, 2002 BSD