Searched refs:aio_error (Results 1 – 25 of 50) sorted by relevance
12
/glibc-2.36/rt/ |
D | aio_error.c | 49 versioned_symbol (libc, __aio_error, aio_error, GLIBC_2_34); 52 compat_symbol (librt, __aio_error, aio_error, GLIBC_2_1); 56 strong_alias (__aio_error, aio_error)
|
D | Versions | 7 aio_error; 65 aio_error; 106 aio_error;
|
D | aio.h | 154 extern int aio_error (const struct aiocb *__aiocbp) __THROW __nonnull ((1)); 188 extern int __REDIRECT_NTH (aio_error, (const struct aiocb *__aiocbp), 215 # define aio_error aio_error64 macro
|
D | tst-aio.c | 114 if (aio_error (cbp[cnt]) == EINPROGRESS) in do_wait() 120 || aio_error (cbp[cnt]) != allowed_err)) in do_wait() 122 error (0, aio_error (cbp[cnt]), "Operation failed\n"); in do_wait()
|
D | tst-aio7.c | 131 while (aio_error (&(cb0)) == EINPROGRESS) in do_test()
|
D | Makefile | 36 aio_error \
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | librt.abilist | 3 GLIBC_2.2.6 aio_error F
|
/glibc-2.36/conform/data/ |
D | aio.h-data | 23 function int aio_error (const struct aiocb*)
|
/glibc-2.36/manual/ |
D | llio.texi | 2670 can be queried using @code{aio_error} and @code{aio_return} functions. 2671 As long as the value returned by @code{aio_error} is @code{EINPROGRESS} 2672 the operation has not yet completed. If @code{aio_error} returns zero, 2677 have returned. Possible error codes returned by @code{aio_error} are: 2753 request can be queried using the @code{aio_error} and @code{aio_return} 2754 functions. As long as the value returned by @code{aio_error} is 2756 @code{aio_error} returns zero, the operation successfully terminated, 2761 by @code{aio_error} are: 2844 out which request or requests failed one has to use the @code{aio_error} 2849 can be found using @code{aio_error} and @code{aio_return} as described [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 567 GLIBC_2.33 aio_error F 2181 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 573 GLIBC_2.32 aio_error F 2179 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 593 GLIBC_2.27 aio_error F 2381 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 612 GLIBC_2.17 aio_error F 2418 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 615 GLIBC_2.16 aio_error F 2433 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 587 GLIBC_2.29 aio_error F 2453 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 581 GLIBC_2.2.5 aio_error F 2327 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 592 GLIBC_2.2 aio_error F 2349 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 700 GLIBC_2.17 aio_error F 2614 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 30 GLIBC_2.1 aio_error F 2406 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 294 GLIBC_2.34 aio_error F 1105 GLIBC_2.4 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 655 GLIBC_2.3 aio_error F 2312 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 1681 GLIBC_2.2 aio_error F 2500 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | libc.abilist | 1677 GLIBC_2.2 aio_error F 2404 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/fpu/ |
D | libc.abilist | 1682 GLIBC_2.2 aio_error F 2494 GLIBC_2.34 aio_error F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
D | libc.abilist | 1680 GLIBC_2.2 aio_error F 2492 GLIBC_2.34 aio_error F
|
12