HomeSort by: relevance | last modified time | path
    Searched defs:cb0 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/sys/
t_aio_suspend.c 96 struct aiocb cb0, cb1; local in function:ATF_TC_BODY
108 memset(&cb0, 0, sizeof(cb0));
109 cb0.aio_fildes = fd;
110 cb0.aio_buf = buf0;
111 cb0.aio_nbytes = blksz;
112 cb0.aio_offset = 0;
120 ATF_REQUIRE_EQ(0, aio_write(&cb0));
123 list[0] = &cb0;
130 if (aio_error(&cb0) != EINPROGRESS)
    [all...]

Completed in 10 milliseconds