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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h66 off_t aio_offset; /* File offset */ member in struct:aiocb
78 off_t aio_offset __attribute((aligned(8))); /* File offset */
206 * absolute position in the file as given by aio_offset, as if lseek() were called
207 * immediately prior to the operation with an offset equal to aio_offset and a
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c1817 entryp->aiocb.aio_offset < 0 )
2063 entryp->aiocb.aio_offset, FOF_OFFSET,
2101 entryp->aiocb.aio_offset,
2297 the_user_aiocbp->aio_offset = my_aiocbp->aio_offset;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4636 my_aiocbp->aio_offset = 4096;
4710 my_aiocbp->aio_offset = 0;

Completed in 101 milliseconds