OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aio_error
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
3-1.c
72
strerror(
aio_error
(&aiocb)));
78
retval =
aio_error
(&aiocb);
86
strerror(
aio_error
(&aiocb)));
98
strerror(
aio_error
(&aiocb)));
104
retval =
aio_error
(&aiocb);
112
strerror(
aio_error
(&aiocb)));
119
"%d, %s\n", retval, strerror(
aio_error
(&aiocb)));
3-2.c
70
strerror(
aio_error
(&aiocb)));
76
retval =
aio_error
(&aiocb);
82
printf(TNAME " Error at
aio_error
(): %s\n",
83
strerror(
aio_error
(&aiocb)));
90
strerror(
aio_error
(&aiocb)));
96
if (retval != -1 &&
aio_error
(&aiocb) != EINVAL) {
100
EINVAL, retval,
aio_error
(&aiocb));
4-1.c
75
retval =
aio_error
(&aiocb);
78
retval =
aio_error
(&aiocb);
89
if (retval != -1 ||
aio_error
(&aiocb) != EINVAL) {
100
strerror(
aio_error
(&aiocb)));
106
printf(TNAME " Error at
aio_error
(): %s\n", strerror(retval));
2-1.c
67
strerror(
aio_error
(&aiocb)));
73
retval =
aio_error
(&aiocb);
98
printf(TNAME " Error at
aio_error
(): %s\n",
99
strerror(
aio_error
(&aiocb)));
1-1.c
74
retval =
aio_error
(&aiocb);
82
strerror(
aio_error
(&aiocb)));
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
4-1.c
12
int (*dummy1) (const struct aiocb *) =
aio_error
;
/external/ltp/android/include/
aio.h
41
int
aio_error
(const struct aiocb *);
/frameworks/av/media/mtp/
PosixAsyncIO.h
60
int
aio_error
(const struct aiocb *);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
2-1.c
68
ret =
aio_error
(&aiocb_fsync);
80
ret =
aio_error
(&aiocb_write);
3-1.c
67
ret =
aio_error
(&aiocb_fsync);
79
ret =
aio_error
(&aiocb_write);
5-1.c
67
if (
aio_error
(&aiocb_fsync) == EINPROGRESS)
70
/* allow to check if
aio_error
() move from EINPROGRESS to
75
err =
aio_error
(&aiocb_fsync);
78
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
8-1.c
59
ret =
aio_error
(&aiocb_write);
62
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
78
ret =
aio_error
(&aiocb_fsync);
8-2.c
59
ret =
aio_error
(&aiocb_write);
62
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
78
ret =
aio_error
(&aiocb_fsync);
8-3.c
59
ret =
aio_error
(&aiocb_write);
62
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
78
ret =
aio_error
(&aiocb_fsync);
8-4.c
59
ret =
aio_error
(&aiocb_write);
62
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
78
ret =
aio_error
(&aiocb_fsync);
9-1.c
59
ret =
aio_error
(&aiocb_write);
62
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
77
ret =
aio_error
(&aiocb_fsync);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
10-1.c
55
* and should be collected by
aio_error
()
65
ret =
aio_error
(&aiocb);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
8-1.c
55
* and should be collected by
aio_error
()
65
ret =
aio_error
(&aiocb);
2-1.c
90
err =
aio_error
(&aiocb[2]);
94
err =
aio_error
(&aiocb[i]);
98
printf(TNAME " Error at
aio_error
() %d: %s\n", i,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
1-1.c
19
* using
aio_error
() and aio_return().
30
* - check that the selected request has completed using
aio_error
and
150
err =
aio_error
(aiocbs[WAIT_FOR_AIOCB]);
176
err =
aio_error
(aiocbs[WAIT_FOR_AIOCB]);
199
err =
aio_error
(aiocbs[i]);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
1-1.c
76
err =
aio_error
(&aiocb);
2-1.c
81
err =
aio_error
(&aiocb);
8-1.c
74
ret =
aio_error
(&aiocb);
77
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
1-1.c
12
* The
aio_error
() function shall return the error status (errno)
18
* and check result with
aio_error
()
34
#define TNAME "
aio_error
/1-1.c"
71
ret =
aio_error
(&aiocb);
74
printf(TNAME " Error at
aio_error
() : %s\n", strerror(ret));
2-1.c
35
#define TNAME "
aio_error
/2-1.c"
91
if (
aio_error
(aiocb[i]) == EINPROGRESS) {
Completed in 263 milliseconds
1
2
3