⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aio_read64.3

📁 xen 3.2.2 源码
💻 3
字号:
.TH aio_read64 3 2002-09-12 "Linux 2.4" Linux AIO".SH NAMEaio_read64 \- Initiate an asynchronous read operation.SH SYNOPSYS.nf.B #include <errno.h>.br .B #include <aio.h>.sp.br.BI "int aio_read64 (struct aiocb *aiocbp)".fi.SH DESCRIPTIONThis function is similar to the .IR "aio_read"function.  The onlydifference is that on .IR "32 bit"machines, the file descriptor shouldbe opened in the large file mode.  Internally, .IR "aio_read64"usesfunctionality equivalent to .IR "lseek64"to position the file descriptor correctly for the reading,as opposed to .IR "lseek"functionality used in .IR "aio_read".When the sources are compiled with .IR "_FILE_OFFSET_BITS == 64", thisfunction is available under the name .IR "aio_read"and so transparentlyreplaces the interface for small files on 32 bit machines..SH "RETURN VALUES"See.IR aio_read..SH ERRORSSee.IR aio_read..SH "SEE ALSO".BR aio(3),.BR aio_cancel(3),.BR aio_cancel64(3),.BR aio_error(3),.BR aio_error64(3),.BR aio_fsync(3),.BR aio_fsync64(3),.BR aio_init(3),.BR aio_read(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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -