aio_error64.3
来自「xen 3.2.2 源码」· 3 代码 · 共 65 行
3
65 行
.TH aio_error64 3 2002-09-12 "Linux 2.4" Linux AIO".SH NAMEaio_error64 \- Return errors.SH SYNOPSYS.nf.B #include <errno.h>.sp.br .B #include <aio.h>.sp.br.BI "int aio_error64 (const struct aiocb64 *aiocbp)".fi.SH DESCRIPTIONThis function is similar to .IR aio_errorwith the only differencethat the argument is a reference to a variable of type .IR "struct aiocb64"..PPWhen the sources are compiled with .IR "_FILE_OFFSET_BITS == 64"thisfunction is available under the name .IR aio_errorand sotransparently replaces the interface for small files on 32 bitmachines..SH "RETURN VALUES"If the request has not yet terminated the value returned is always.IR "EINPROGRESS". Once the request has terminated the value.IR "aio_error"returns is either .I 0if the request completed successfully or it returns the value which would be stored in the.IR "errno"variable if the request would have been done using.IR "read", .IR "write", or .IR "fsync"..SH ERRORSSee .IR aio_error(3)..SH "SEE ALSO".BR aio(3),.BR aio_cancel(3),.BR aio_cancel64(3),.BR aio_error(3),.BR aio_fsync(3),.BR aio_fsync64(3),.BR aio_init(3),.BR aio_read(3),.BR aio_read64(3),.BR aio_return(3),.BR aio_return64(3),.BR aio_suspend(3),.BR aio_suspend64(3),.BR aio_write(3),.BR aio_write64(3),.BR errno(3),
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?