Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 10 of 10) sorted by relevance

/freebsd/tests/sys/aio/
H A Dlio_test.c233 write_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY()
242 read_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY()
255 writev_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY()
268 readv_cb.aio_sigevent.sigev_notify = SIGEV_NONE; in ATF_TC_BODY()
/freebsd/sys/compat/linux/
H A Dlinux_timer.c60 sig->sigev_notify = SIGEV_NONE; in linux_convert_l_sigevent()
/freebsd/sys/sys/
H A Dsignal.h196 #define SIGEV_NONE 0 /* No async notification. */ macro
/freebsd/tests/sys/fs/fusefs/
H A Dread.cc180 iocb.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
244 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
251 iocb1.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
326 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
333 iocb1.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
H A Dwrite.cc257 iocb.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
/freebsd/sys/kern/
H A Dvfs_aio.c1376 case SIGEV_NONE: in convert_old_sigevent()
1543 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_NONE) { in aio_aqueue()
2254 lj->lioj_signal.sigev_notify = SIGEV_NONE; in kern_lio_listio()
2279 } else if (lj->lioj_signal.sigev_notify == SIGEV_NONE) { in kern_lio_listio()
2771 case SIGEV_NONE: in convert_old_sigevent32()
H A Duipc_mqueue.c1818 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) { in mqueue_send_notification()
2332 sigev->sigev_notify != SIGEV_NONE) in kern_kmq_notify()
H A Dkern_time.c1247 if (evp->sigev_notify != SIGEV_NONE && in kern_ktimer_create()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1224 case SIGEV_NONE: in print_sigevent()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3816 case SIGEV_NONE: in convert_sigevent32()