Searched refs:aio_sigevent (Results 1 – 4 of 4) sorted by relevance
47 struct sigevent aio_sigevent; /* notification type */ member62 struct sigevent aio_sigevent; /* notification type */ member80 struct sigevent32 aio_sigevent; /* notification type */ member101 struct sigevent32 aio_sigevent; /* notification type */ member
1431 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio()1432 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio()1440 aiocb->aio_sigevent.sigev_value.sival_ptr; in alio()1445 aiocb->aio_sigevent.sigev_signo; in alio()1447 aiocb->aio_sigevent.sigev_value.sival_ptr; in alio()1984 aiocb.aio_sigevent.sigev_notify = 0; in arw()1991 aiocb64.aio_sigevent.sigev_notify = 0; in arw()2078 sigev = &aiocb.aio_sigevent; in aiorw()2091 sigev = (struct sigevent *)&aiocb64.aio_sigevent; in aiorw()2102 pntfy.portnfy_port = aiocb.aio_sigevent.sigev_signo; in aiorw()[all …]
2185 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw()2187 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) { in _aio_rw()2190 aiocbp->aio_sigevent.sigev_signo; in _aio_rw()2192 aiocbp->aio_sigevent.sigev_value.sival_ptr; in _aio_rw()2193 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw()2194 port_notify_t *pn = aiocbp->aio_sigevent.sigev_value.sival_ptr; in _aio_rw()2204 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw()2211 aiocbp->aio_sigevent.sigev_signo; in _aio_rw()2213 aiocbp->aio_sigevent.sigev_value.sival_ptr; in _aio_rw()2306 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64()[all …]
324 function = aiocbp->aio_sigevent.sigev_notify_function; in aio_spawner()325 attrp = aiocbp->aio_sigevent.sigev_notify_attributes; in aio_spawner()335 function = aiocbp->aio_sigevent.sigev_notify_function; in aio_spawner()336 attrp = aiocbp->aio_sigevent.sigev_notify_attributes; in aio_spawner()680 return (_aio_sigev_thread_init(&aiocbp->aio_sigevent)); in _aio_sigev_thread()689 return (_aio_sigev_thread_init(&aiocbp->aio_sigevent)); in _aio_sigev_thread64()