lio_listio64.3

来自「xen 3.2.2 源码」· 3 代码 · 共 40 行

3
40
字号
.TH lio_listio64 3 2002-09-12 "Linux 2.4" Linux AIO".SH NAMElio_listio64 \- List directed I/O.SH SYNOPSYS.B #include <errno.h>.br.B #include <libaio.h>.LP.BI "int lio_listio64 (int mode, struct aiocb *const list[], int nent, struct sigevent *sig)".nf.SH DESCRIPTIONThis function is similar to the .IR "code{lio_listio"function.  The onlydifference is that on .IR "32 bit"machines, the file descriptor shouldbe opened in the large file mode.  Internally, .IR "lio_listio64"usesfunctionality equivalent to .IR lseek64"to position the file descriptor correctly for the reading orwriting, as opposed to .IR "lseek"functionality used in.IR "lio_listio".When the sources are compiled with .IR "_FILE_OFFSET_BITS == 64", thisfunction is available under the name .IR "lio_listio"and sotransparently replaces the interface for small files on 32 bitmachines..SH "RETURN VALUES".SH ERRORS.SH "SEE ALSO"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?