Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 9 of 9) 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/sys/
H A Dsignal.h196 #define SIGEV_NONE 0 /* No async notification. */ macro
/freebsd/tests/sys/fs/fusefs/
H A Dread.cc187 iocb.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
251 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
258 iocb1.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
333 iocb0.aio_sigevent.sigev_notify = SIGEV_NONE; in TEST_F()
340 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.c1368 case SIGEV_NONE: in convert_old_sigevent()
1524 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_NONE) { in aio_aqueue()
2227 lj->lioj_signal.sigev_notify = SIGEV_NONE; in kern_lio_listio()
2252 } else if (lj->lioj_signal.sigev_notify == SIGEV_NONE) { in kern_lio_listio()
2744 case SIGEV_NONE: in convert_old_sigevent32()
H A Duipc_mqueue.c1822 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) { in mqueue_send_notification()
2365 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.c3819 case SIGEV_NONE: in convert_sigevent32()