Lines Matching defs:sigev

1198 	struct sigevent	*sigev)
1239 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) {
1245 if (sigev &&
1276 if (mode_arg == LIO_WAIT || sigev) {
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL &&
1312 port_init_event(pkevtp, (uintptr_t)sigev,
1555 void *sigev,
2059 struct sigevent *sigev;
2078 sigev = &aiocb.aio_sigevent;
2091 sigev = (struct sigevent *)&aiocb64.aio_sigevent;
2094 if (sigev->sigev_notify == SIGEV_PORT) {
2095 if (copyin((void *)sigev->sigev_value.sival_ptr,
2101 } else if (sigev->sigev_notify == SIGEV_THREAD) {
2402 struct sigevent *sigev;
2405 sigev = &arg->aio_sigevent;
2406 if (sigev->sigev_notify == SIGEV_SIGNAL &&
2407 sigev->sigev_signo > 0 && sigev->sigev_signo < NSIG) {
2418 sqp->sq_info.si_signo = sigev->sigev_signo;
2419 sqp->sq_info.si_value = sigev->sigev_value;
2448 if (sigev->sigev_notify == SIGEV_THREAD ||
2449 sigev->sigev_notify == SIGEV_PORT)
2900 void *sigev)
2946 (sigev && copyin(sigev, &sigevk, sizeof (sigevk)))) {
2952 if (sigev &&
2984 if (mode_arg == LIO_WAIT || sigev) {
2995 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL &&
3021 port_init_event(pkevtp, (uintptr_t)sigev,
3299 struct sigevent32 *sigev;
3302 sigev = &arg->aio_sigevent;
3303 if (sigev->sigev_notify == SIGEV_SIGNAL &&
3304 sigev->sigev_signo > 0 && sigev->sigev_signo < NSIG) {
3315 sqp->sq_info.si_signo = sigev->sigev_signo;
3316 sqp->sq_info.si_value.sival_int = sigev->sigev_value.sival_int;
3345 if (sigev->sigev_notify == SIGEV_THREAD ||
3346 sigev->sigev_notify == SIGEV_PORT)
3375 void *sigev)
3431 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent32)))) {
3437 if (sigev &&
3469 if (mode_arg == LIO_WAIT || sigev) {
3480 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL &&
3506 port_init_event(pkevtp, (uintptr_t)sigev,