Searched refs:aio_read (Results 1 – 25 of 57) sorted by relevance
123
/glibc-2.36/rt/ |
D | aio_read.c | 40 versioned_symbol (libc, __aio_read, aio_read, GLIBC_2_34); 45 compat_symbol (librt, __aio_read, aio_read, GLIBC_2_1); 51 strong_alias (__aio_read, aio_read)
|
D | Versions | 11 aio_read; 70 aio_read; 111 aio_read;
|
D | aio.h | 143 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1)); 177 extern int __REDIRECT_NTH (aio_read, (struct aiocb *__aiocbp), aio_read64) 212 # define aio_read aio_read64 macro
|
D | tst-aio7.c | 127 r = aio_read (&cb0); in do_test() 147 r = aio_read (&cb1); in do_test()
|
D | tst-aio6.c | 56 if (aio_read (arr[0]) < 0) in do_test()
|
D | tst-aio9.c | 84 if (aio_read (&req) != 0) in do_test()
|
D | Makefile | 40 aio_read \
|
D | tst-aio.c | 178 aio_read (cbp[cnt]); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | librt.abilist | 8 GLIBC_2.2.6 aio_read F
|
/glibc-2.36/conform/data/ |
D | aio.h-data | 25 function int aio_read (struct aiocb*)
|
/glibc-2.36/nptl/ |
D | tst-cancel17.c | 105 if (aio_read (&a) != 0) in do_test()
|
/glibc-2.36/manual/ |
D | llio.texi | 2478 @deftypefun int aio_read (struct aiocb *@var{aiocbp}) 2648 When @code{aio_read} returns, the return value is zero if no error 2658 The @code{aio_read} function is not implemented. 2669 If @code{aio_read} returns zero, the current status of the request 2697 This function is similar to the @code{aio_read} function. The only 2702 as opposed to the @code{lseek} functionality used in @code{aio_read}. 2705 function is available under the name @code{aio_read} and so transparently 2816 of @code{aio_read} for this element of the array (except that the way 2829 the documentation for @code{aio_read} and @code{aio_write} above. 2839 described in the description for @code{aio_read} or @code{aio_write}. [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 572 GLIBC_2.33 aio_read F 2186 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 578 GLIBC_2.32 aio_read F 2184 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 598 GLIBC_2.27 aio_read F 2386 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 617 GLIBC_2.17 aio_read F 2423 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 620 GLIBC_2.16 aio_read F 2438 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 592 GLIBC_2.29 aio_read F 2458 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 586 GLIBC_2.2.5 aio_read F 2332 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 597 GLIBC_2.2 aio_read F 2354 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 705 GLIBC_2.17 aio_read F 2619 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 35 GLIBC_2.1 aio_read F 2411 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 299 GLIBC_2.34 aio_read F 1110 GLIBC_2.4 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 660 GLIBC_2.3 aio_read F 2317 GLIBC_2.34 aio_read F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 1686 GLIBC_2.2 aio_read F 2505 GLIBC_2.34 aio_read F
|
123