Lines Matching refs:sigev_notify

1246 	    (sigevk.sigev_notify == SIGEV_THREAD ||  in alio()
1247 sigevk.sigev_notify == SIGEV_PORT)) { in alio()
1248 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio()
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alio()
1431 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio()
1432 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio()
1984 aiocb.aio_sigevent.sigev_notify = 0; in arw()
1991 aiocb64.aio_sigevent.sigev_notify = 0; in arw()
2094 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw()
2101 } else if (sigev->sigev_notify == SIGEV_THREAD) { in aiorw()
2139 if (sigev32->sigev_notify == SIGEV_PORT) { in aiorw()
2150 } else if (sigev32->sigev_notify == SIGEV_THREAD) { in aiorw()
2406 if (sigev->sigev_notify == SIGEV_SIGNAL && in aio_req_setup()
2448 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setup()
2449 sigev->sigev_notify == SIGEV_PORT) in aio_req_setup()
2953 (sigevk.sigev_notify == SIGEV_THREAD || in alioLF()
2954 sigevk.sigev_notify == SIGEV_PORT)) { in alioLF()
2955 if (sigevk.sigev_notify == SIGEV_THREAD) { in alioLF()
2995 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alioLF()
3146 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alioLF()
3147 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alioLF()
3263 dest->aio_sigevent.sigev_notify = src->aio_sigevent.sigev_notify; in aiocb_LFton()
3303 if (sigev->sigev_notify == SIGEV_SIGNAL && in aio_req_setupLF()
3345 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setupLF()
3346 sigev->sigev_notify == SIGEV_PORT) in aio_req_setupLF()
3438 (sigevk.sigev_notify == SIGEV_THREAD || in alio32()
3439 sigevk.sigev_notify == SIGEV_PORT)) { in alio32()
3440 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio32()
3480 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alio32()
3637 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio32()
3638 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio32()
3769 dest->aio_sigevent.sigev_notify = src->aio_sigevent.sigev_notify; in aiocb_32ton()