Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Daio.c2046 struct sigevent32 *sigev32; in aiorw() local
2122 sigev32 = &aiocb32.aio_sigevent; in aiorw()
2136 sigev32 = &aiocb64.aio_sigevent; in aiorw()
2139 if (sigev32->sigev_notify == SIGEV_PORT) { in aiorw()
2141 (void *)(uintptr_t)sigev32->sigev_value.sival_ptr, in aiorw()
2150 } else if (sigev32->sigev_notify == SIGEV_THREAD) { in aiorw()
2151 pntfy.portnfy_port = sigev32->sigev_signo; in aiorw()
2153 sigev32->sigev_value.sival_ptr; in aiorw()