Home
last modified time | relevance | path

Searched refs:sigevent32 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daiocb.h80 struct sigevent32 aio_sigevent; /* notification type */
101 struct sigevent32 aio_sigevent; /* notification type */
H A Dsiginfo.h104 struct sigevent32 { struct
/illumos-gate/usr/src/uts/common/os/
H A Daio.c2038 struct sigevent32 *sigev32; in aiorw()
2904 struct sigevent32 sigevk; in alioLF()
3286 struct sigevent32 *sigev; in aio_req_setupLF()
3379 struct sigevent32 sigevk; in alio32()
3418 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent32)))) { in alio32()
H A Dtimer.c617 struct sigevent32 ev32; in timer_create()