OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tt_aio
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/usermode/dev/
ld_thunkbus.c
65
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
.aio_sigevent.sigev_value.sival_ptr = tt
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025