/bionic/libc/kernel/uapi/linux/ |
aio_abi.h | 62 __u32 aio_resfd; member in struct:iocb
|
/external/kernel-headers/original/uapi/linux/ |
aio_abi.h | 51 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb" 106 __u32 aio_resfd; member in struct:iocb
|
/external/strace/tests/ |
aio.c | 142 .aio_resfd = 0xded1ca7e, 325 ", aio_resfd=%d, aio_flags=%#x" 344 cbv2[1].aio_resfd, cbv2[1].aio_flags,
|
/external/strace/tests-m32/ |
aio.c | 142 .aio_resfd = 0xded1ca7e, 325 ", aio_resfd=%d, aio_flags=%#x" 344 cbv2[1].aio_resfd, cbv2[1].aio_flags,
|
/external/strace/tests-mx32/ |
aio.c | 142 .aio_resfd = 0xded1ca7e, 325 ", aio_resfd=%d, aio_flags=%#x" 344 cbv2[1].aio_resfd, cbv2[1].aio_flags,
|
/external/strace/ |
aio.c | 85 PRINT_FIELD_FD(", ", *cb, aio_resfd, tcp);
|
/frameworks/av/media/mtp/ |
MtpFfsHandle.cpp | 418 buf->iocb[j]->aio_resfd = mEventFd;
|