Searched refs:aio_offset (Results 1 - 25 of 42) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D2-1.c20 aiocb.aio_offset = -1;
/external/strace/tests/
H A Daio.c63 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
70 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
106 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
114 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
139 .aio_offset = 0xdeadda7abadc0dedULL,
153 .aio_offset = 0xdeadda7abadc0dedULL,
163 .aio_offset = 0xdeadda7abadc0dedULL,
173 .aio_offset = 0xdeadda7abadc0dedULL,
244 ", aio_offset=%" PRI__d64
247 ", aio_offset
[all...]
/external/strace/tests-m32/
H A Daio.c63 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
70 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
106 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
114 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
139 .aio_offset = 0xdeadda7abadc0dedULL,
153 .aio_offset = 0xdeadda7abadc0dedULL,
163 .aio_offset = 0xdeadda7abadc0dedULL,
173 .aio_offset = 0xdeadda7abadc0dedULL,
244 ", aio_offset=%" PRI__d64
247 ", aio_offset
[all...]
/external/strace/tests-mx32/
H A Daio.c63 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
70 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
106 .aio_offset = (unsigned long) 0xdeface1facefeedULL,
114 .aio_offset = (unsigned long) 0xdeface2cafef00dULL,
139 .aio_offset = 0xdeadda7abadc0dedULL,
153 .aio_offset = 0xdeadda7abadc0dedULL,
163 .aio_offset = 0xdeadda7abadc0dedULL,
173 .aio_offset = 0xdeadda7abadc0dedULL,
244 ", aio_offset=%" PRI__d64
247 ", aio_offset
[all...]
/external/ltp/android/include/
H A Daio.h14 off_t aio_offset; member in struct:aiocb
/external/kernel-headers/original/uapi/linux/
H A Daio_abi.h93 __s64 aio_offset; member in struct:iocb
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D5-1.c87 aiocb[i]->aio_offset = 0;
131 (aiocb[i]->aio_offset != 0) ||
H A D4-1.c87 aiocb[i]->aio_offset = 0;
H A D6-1.c88 aiocb[i]->aio_offset = 0;
H A D3-1.c118 aiocb->aio_offset = 0;
H A D7-1.c91 aiocb[i]->aio_offset = 0;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc103 CHECK_SIZE_AND_OFFSET(iocb, aio_offset);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
H A D2-1.c80 aiocb[i]->aio_offset = 0;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
H A D11-1.c13 * shall be [EINVAL] if aio_offset would be invalid, or aio_reqprio is not
20 * - Create an aiocb with an invalid aio_offset
69 aiocb.aio_offset = -1;
H A D1-1.c76 aiocb.aio_offset = 512;
H A D4-1.c12 * The file is read at offset given by aio_offset.
73 aiocb.aio_offset = BUF_SIZE;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
H A D9-1.c13 * aio_offset would be invalid, or aio_reqprio is not a valid value, or
20 * - setup an aiocb with an invalid aio_offset
66 aiocb.aio_offset = -1;
H A D1-2.c82 aiocb.aio_offset = BUF_SIZE / 2;
/external/valgrind/memcheck/tests/darwin/
H A Daio.c22 a.aio_offset = 0;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
H A D8-4.c69 aiocb_fsync.aio_offset = -1;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D3-1.c69 aiocb[i].aio_offset = i * BUF_SIZE;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D12-1.c82 aiocbs[i]->aio_offset = 0;
H A D18-1.c77 aiocbs[0]->aio_offset = 0;
H A D13-1.c82 aiocbs[i]->aio_offset = 0;
H A D5-1.c77 aiocbs[i]->aio_offset = 0;

Completed in 313 milliseconds

12