Lines Matching defs:sigev
2352 kern_kmq_notify(struct thread *td, int mqd, struct sigevent *sigev)
2362 if (sigev != NULL) {
2363 if (sigev->sigev_notify != SIGEV_SIGNAL &&
2364 sigev->sigev_notify != SIGEV_THREAD_ID &&
2365 sigev->sigev_notify != SIGEV_NONE)
2367 if ((sigev->sigev_notify == SIGEV_SIGNAL ||
2368 sigev->sigev_notify == SIGEV_THREAD_ID) &&
2369 !_SIG_VALID(sigev->sigev_signo))
2399 if (sigev != NULL) {
2430 nt->nt_sigev = *sigev;
2460 if (uap->sigev == NULL) {
2463 error = copyin(uap->sigev, &ev, sizeof(ev));
2870 if (uap->sigev == NULL) {
2873 error = copyin(uap->sigev, &ev32, sizeof(ev32));