Home
last modified time | relevance | path

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

/dragonfly/lib/librt/
H A Daio.c101 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_read()
102 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_read()
112 _aio_notify(&ap->aio_sigevent); in aio_read()
121 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_write()
122 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_write()
132 _aio_notify(&ap->aio_sigevent); in aio_write()
141 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_fsync()
142 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_fsync()
149 _aio_notify(&ap->aio_sigevent); in aio_fsync()
/dragonfly/sys/sys/
H A Daio.h82 struct sigevent aio_sigevent; /* Signal to deliver */ member
/dragonfly/share/examples/scsi_target/
H A Dscsi_target.c830 se = &c_descr->aiocb.aio_sigevent; in get_ctio()