Home | History | Annotate | Download | only in lib

Lines Matching refs:aio_read

172 	{"async", LIO_IO_ASYNC, "async i/o (reada/writea/aio_read/aio_write)"},
1066 * aio_read(3), readv(2), pread(2),
1074 * aio_read(3) and lio_listio(3).
1360 "aio_read(fildes=%d, buf, nbytes=%d, signo=%d)", fd,
1362 io_type = "aio_read";
1371 if ((ret = aio_read(&aiocbp)) == -1) {
1373 "%s/%d aio_read(fildes=%d, buf, nbytes=%d, signo=%d) ret:-1, errno=%d %s",