Unix and Linux Discussions Tagged with kernel |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
10,350 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,109 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,317 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
55,796 |
OS X (Apple) |
|
|
|
0 |
15,773 |
News, Links, Events and Announcements |
|
|
|
0 |
7,008 |
Linux |
|
|
|
1 |
9,584 |
AIX |
|
|
|
4 |
11,368 |
Red Hat |
|
|
|
0 |
6,493 |
Red Hat |
|
|
|
0 |
3,695 |
Linux |
|
|
|
1 |
2,683 |
Solaris |
|
|
|
20 |
35,288 |
SCO |
|
|
|
0 |
4,999 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,729 |
IP Networking |
|
|
|
3 |
9,156 |
BSD |
|
|
|
1 |
5,755 |
Red Hat |
|
|
|
4 |
2,821 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,852 |
Ubuntu |
|
|
|
4 |
9,184 |
BSD |
|
|
|
4 |
4,057 |
IP Networking |
|
|
|
4 |
4,675 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
3,530 |
Linux |
|
|
|
1 |
307,708 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,886 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,869 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
7,538 |
Red Hat |
|
|
|
2 |
3,776 |
Ubuntu |
|
|
|
0 |
2,462 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
11,621 |
UNIX for Dummies Questions & Answers |
|
|
|
24 |
17,600 |
Red Hat |
|
|
|
8 |
9,063 |
Cybersecurity |
|
|
|
4 |
4,797 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,088 |
Programming |
|
|
|
3 |
6,380 |
SCO |
|
|
|
1 |
4,018 |
AIX |
|
|
|
2 |
7,341 |
Linux |
|
|
|
2 |
4,744 |
Solaris |
|
|
|
1 |
5,442 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,883 |
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