HomeSort by relevance Sort by last modified time
    Searched full:aio_write (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
coverage.txt 1 this file defines the coverage for the aio_write() function testing.
6-1.c 12 * The aio_write() function shall return the value -1 and set errno to
19 * - call aio_write
20 * - check aio_write return value
37 #define TNAME "aio_write/6-1.c"
52 if (aio_write(&aiocb) != -1) {
53 printf(TNAME " aio_write should fail!\n");
5-1.c 12 * The aio_write() function shall return the value zero if operation is
18 * - write 512 bytes using aio_write
36 #define TNAME "aio_write/5-1.c"
67 if (aio_write(&aiocb) == -1) {
68 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
8-1.c 12 * aio_write() shall fail or the error status of the operation shall be [EBADF] if:
18 * - call aio_write with this aiocb
36 #define TNAME "aio_write/8-1.c"
59 if (aio_write(&aiocb) != 0) {
60 printf(TNAME " bad aio_write return value()\n");
8-2.c 12 * aio_write() shall fail or the error status of the operation shall be [EBADF] if:
18 * - call aio_write with this aiocb
36 #define TNAME "aio_write/8-2.c"
72 if (aio_write(&aiocb) != 0) {
73 printf(TNAME " bad aio_write return value()\n");
1-1.c 12 * The aio_write() function shall write aio_nbytes to the files associated
18 * - write 512 bytes using aio_write
37 #define TNAME "aio_write/1-1.c"
70 if (aio_write(&aiocb) == -1) {
71 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
9-1.c 12 * aio_write() shall fail or the error status of the operation shall be [EINVAL] if:
21 * - call aio_write with this aiocb
39 #define TNAME "aio_write/9-1.c"
69 if (aio_write(&aiocb) != -1) {
79 printf(TNAME " bad aio_write return value\n");
9-2.c 12 * aio_write() shall fail or the error status of the operation shall be [EINVAL] if:
21 * - call aio_write with this aiocb
39 #define TNAME "aio_write/9-2.c"
69 if (aio_write(&aiocb) != -1) {
79 printf(TNAME " bad aio_write return value\n");
assertions.xml 3 The aio_write() function shall write aio_nbytes to the files associated
19 The aio_write() function shall return the value zero if operation is
23 The aio_write() function shall return the value -1 and set errno to
27 aio_write() shall fail with [EAGAIN] if:
32 aio_write() shall fail or the error status of the operation shall be [EBADF] if:
36 aio_write() shall fail or the error status of the operation shall be [EINVAL] if:
55 aio_write() shall fail or the error status of the operation shall be [EFBIG]:
3-1.c 18 * - call aio_write with this aiocb
37 #define TNAME "aio_write/3-1.c"
71 if (aio_write(&aiocb) == -1) {
72 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
7-1.c 12 * aio_write() shall fail with [EAGAIN] if:
19 * - queue NUM_AIOCBS 512-byte aio_write
37 #define TNAME "aio_write/7-1.c"
76 ret = aio_write(&aiocbs[i]);
1-2.c 12 * The aio_write() function shall write aio_nbytes to the files associated
19 * - write 1024 0xaa bytes at offset 512 using aio_write
38 #define TNAME "aio_write/1-2.c"
84 if (aio_write(&aiocb) == -1) {
85 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
3-1.c 19 * - call aio_write using this aiocb
22 * - call aio_write using this aiocb
70 if (aio_write(&aiocb) == -1) {
72 printf(TNAME " Error at aio_write(): %s\n",
96 if (aio_write(&aiocb) == -1) {
98 printf(TNAME " Error at aio_write(): %s\n",
1-1.c 18 * - call aio_write using this aiocb
67 if (aio_write(&aiocb) == -1) {
69 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
2-1.c 18 * - call aio_write using this aiocb
65 if (aio_write(&aiocb) == -1) {
67 printf(TNAME " Error at aio_write(): %s\n",
3-2.c 19 * - call aio_write using this aiocb
68 if (aio_write(&aiocb) == -1) {
70 printf(TNAME " Error at aio_write(): %s\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
1-1.c 16 * - create a valid aiocb with a call to aio_write()
65 if (aio_write(&aiocb) == -1) {
66 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
2-1.c 17 * open a file and queue a write to it with aio_write()
70 if (aio_write(&aiocb) == -1) {
71 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
8-1.c 17 * execute one aio_write(), wait it is finished
68 if (aio_write(&aiocb) == -1) {
69 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
1-1.c 17 * execute aio_write()
65 if (aio_write(&aiocb) == -1) {
66 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
2-1.c 17 * queue a lot of aio_write() to a given fildes.
83 if (aio_write(aiocb[i]) == -1) {
84 printf(TNAME " loop %d: Error at aio_write(): %s\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
2-1.c 53 if (aio_write(&aiocb_write) == -1) {
54 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
80 /* check that aio_write is completed at this point */
3-1.c 53 if (aio_write(&aiocb_write) == -1) {
54 printf(TNAME " Error at aio_write(): %s\n", strerror(errno));
79 /* check that aio_write is completed at this point */
  /external/autotest/client/tests/iozone/
control 14 fwrite, random read, pread ,mmap, aio_read, aio_write
  /external/ltp/android/include/
aio.h 40 int aio_write(struct aiocb *);

Completed in 134 milliseconds

1 2 3 4