Searched defs:sigev32 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 52 milliseconds