Lines Matching refs:sigev
199 sigqueue_t *sigev = NULL; in aio_done() local
346 sigev = reqp->aio_req_sigqp; in aio_done()
394 if (!sigev && !use_port && head == NULL && in aio_done()
417 if (sigev) in aio_done()
418 aio_sigev_send(p, sigev); in aio_done()
437 aio_sigev_send(proc_t *p, sigqueue_t *sigev) in aio_sigev_send() argument
439 ASSERT(sigev != NULL); in aio_sigev_send()
442 sigaddqa(p, NULL, sigev); in aio_sigev_send()
944 sigqueue_t *sigev, *lio_sigev = NULL; in aio_cleanup_notifyq() local
960 sigev = reqp->aio_req_sigqp; in aio_cleanup_notifyq()
971 if (sigev) { in aio_cleanup_notifyq()
974 sigev); in aio_cleanup_notifyq()