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

/netbsd-current/sys/arch/usermode/dev/
H A Dld_thunkbus.c65 struct aiocb tt_aio; member in struct:ld_thunkbus_transfer
166 memset(&tt->tt_aio, 0, sizeof(tt->tt_aio));
167 tt->tt_aio.aio_fildes = sc->sc_fd;
168 tt->tt_aio.aio_buf = bp->b_data;
169 tt->tt_aio.aio_nbytes = bp->b_bcount;
170 tt->tt_aio.aio_offset = offset;
172 tt->tt_aio.aio_sigevent.sigev_notify = SIGEV_SIGNAL;
173 tt->tt_aio.aio_sigevent.sigev_signo = SIGIO;
174 tt->tt_aio
[all...]

Completed in 91 milliseconds