OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aio_error
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libc/sys/
t_aio_suspend.c
80
while (
aio_error
(cb) == EINPROGRESS) {
84
if (
aio_error
(cb) == 0) {
130
if (
aio_error
(&cb0) != EINPROGRESS) {
132
if (
aio_error
(&cb0) == 0) {
135
ATF_REQUIRE_EQ(ECANCELED,
aio_error
(&cb0));
139
if (
aio_error
(&cb1) != EINPROGRESS) {
141
if (
aio_error
(&cb1) == 0) {
144
ATF_REQUIRE_EQ(ECANCELED,
aio_error
(&cb1));
150
if (
aio_error
(&cb0) == EINPROGRESS) {
153
if (
aio_error
(&cb1) == EINPROGRESS)
[
all
...]
t_aio_cancel.c
89
err =
aio_error
(list[i]);
136
err =
aio_error
(&cb);
143
ATF_REQUIRE_EQ(0,
aio_error
(&cb));
147
err =
aio_error
(&cb);
188
ATF_REQUIRE_EQ(0,
aio_error
(&cb));
t_aio_rw.c
87
error =
aio_error
(list[i]);
136
ATF_REQUIRE_EQ(0,
aio_error
(&wcb));
150
ATF_REQUIRE_EQ(0,
aio_error
(&rcb));
t_aio_lio.c
88
err =
aio_error
(list[i]);
147
err =
aio_error
(&cbs[i]);
209
err =
aio_error
(&wcbs[i]);
240
err =
aio_error
(&rcbs[i]);
/src/include/
aio.h
43
int
aio_error
(const struct aiocb *);
/src/lib/librt/
Makefile
14
MAN+= aio.3 aio_cancel.3
aio_error
.3 aio_fsync.3 aio_read.3 aio_return.3 \
/src/sys/arch/usermode/usermode/
thunk.c
686
return
aio_error
(aiocbp);
/src/sys/rump/librump/rumpkern/
rump_syscalls.c
4723
__weak_alias(
aio_error
,rump___sysimpl_aio_error);
8263
}, /* 400 =
aio_error
*/
Completed in 22 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025