Searched refs:ac_buffer (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tests/sys/aio/
H A Daio_test.c70 * it sizes ac_buffer in the aio_context structure. It is also the default
87 char ac_buffer[GLOBAL_MAX]; member in struct:aio_context
149 aio_fill_buffer(ac->ac_buffer, buflen, ac->ac_seed);
150 ATF_REQUIRE_MSG(aio_test_buffer(ac->ac_buffer, buflen,
266 aio.aio_buf = ac->ac_buffer;
294 bzero(ac->ac_buffer, ac->ac_buflen);
296 aio.aio_buf = ac->ac_buffer;
313 if (aio_test_buffer(ac->ac_buffer, ac->ac_buflen, ac->ac_seed) == 0)

Completed in 63 milliseconds