*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: aio_error | Section: 3 | Source: NetBSD | File: aio_error.3
AIO_ERROR(3) FreeBSD Library Functions Manual AIO_ERROR(3) NAME aio_error - retrieve error status of asynchronous I/O operation (REALTIME) LIBRARY POSIX Real-time Library (librt, -lrt) SYNOPSIS #include <aio.h> int aio_error(const struct aiocb *aiocbp); DESCRIPTION The aio_error() system call returns the error status of the asynchronous I/O request associated with the structure pointed to by aiocbp. RETURN VALUES If the asynchronous I/O request has completed successfully, aio_error() returns 0. If the request has not yet completed, EINPROGRESS is returned. If the request has completed unsuccessfully the error status is returned as described in read(2), write(2), or fsync(2). On failure, aio_error() returns -1 and sets errno to indicate the error condition. ERRORS The aio_error() system call will fail if: [EINVAL] The aiocb argument does not reference an outstanding asynchronous I/O request. SEE ALSO fsync(2), read(2), write(2), aio(3) STANDARDS The aio_error() system call is expected to conform to the IEEE Std 1003.1-2001 ("POSIX.1") standard. HISTORY The aio_error() system call first appeared in NetBSD 5.0. FreeBSD 14.1-RELEASE-p8 May 17, 2010 FreeBSD 14.1-RELEASE-p8

Navigation Options