Home
last modified time | relevance | path

Searched refs:aio_buf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/librt/
H A Daio.c107 (void *) ap->aio_buf, in aio_read()
127 (void *) ap->aio_buf, in aio_write()
/dragonfly/share/examples/scsi_target/
H A Dscsi_target.c214 aio.aio_buf = malloc(sector_size); in main()
215 if (aio.aio_buf == NULL) in main()
230 free((void *)aio.aio_buf); in main()
828 c_descr->aiocb.aio_buf = c_descr->buf; in get_ctio()
/dragonfly/sys/sys/
H A Daio.h80 volatile void *aio_buf; /* I/O buffer in process space */ member