Searched refs:aiocb64 (Results 1 – 3 of 3) sorted by relevance
60 #define aiocb aiocb6490 #define aiocb64 aiocb
56 typedef struct aiocb64 { struct
1954 aiocb64_32_t aiocb64; in arw() local1987 aiocb64.aio_fildes = fdes; in arw()1988 aiocb64.aio_buf = (caddr32_t)bufp; in arw()1989 aiocb64.aio_nbytes = bufsize; in arw()1990 aiocb64.aio_offset = offset; in arw()1991 aiocb64.aio_sigevent.sigev_notify = 0; in arw()1992 error = aio_req_setupLF(&reqp, aiop, &aiocb64, resultp, vp, 1); in arw()2049 aiocb64_32_t aiocb64; in aiorw() local2084 if (copyin(aiocb_arg, &aiocb64, sizeof (aiocb64_32_t))) in aiorw()2086 bufsize = aiocb64.aio_nbytes; in aiorw()[all …]