/illumos-gate/usr/src/uts/common/os/ |
H A D | timer.c | 609 if (ev.sigev_notify == SIGEV_PORT || in timer_create() 610 ev.sigev_notify == SIGEV_THREAD) { in timer_create() 622 ev.sigev_notify = ev32.sigev_notify; in timer_create() 629 if (ev.sigev_notify == SIGEV_PORT || in timer_create() 630 ev.sigev_notify == SIGEV_THREAD) { in timer_create() 643 switch (ev.sigev_notify) { in timer_create() 707 if (ev.sigev_notify == SIGEV_THREAD || in timer_create() 708 ev.sigev_notify == SIGEV_PORT) { in timer_create() 760 if (ev.sigev_notify == SIGEV_SIGNAL) in timer_create()
|
H A D | aio.c | 1242 (sigevk.sigev_notify == SIGEV_THREAD || in alio() 1243 sigevk.sigev_notify == SIGEV_PORT)) { in alio() 1244 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio() 1283 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alio() 1427 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio() 1428 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio() 1976 aiocb.aio_sigevent.sigev_notify = 0; in arw() 1983 aiocb64.aio_sigevent.sigev_notify = 0; in arw() 2086 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw() 2093 } else if (sigev->sigev_notify == SIGEV_THREAD) { in aiorw() [all …]
|
H A D | clock_thread.c | 164 clock_thread_usr.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_thread_init() 177 clock_thread_usrsys.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_thread_init()
|
H A D | clock_process.c | 117 clock_process.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_process_init()
|
H A D | clock_realtime.c | 313 ev->sigev_notify = SIGEV_SIGNAL; in clock_realtime_init()
|
H A D | clock_highres.c | 396 ev->sigev_notify = SIGEV_SIGNAL; in clock_highres_init()
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1369 switch (reqp->req_sigevent.sigev_notify) { in _aiodone() 2186 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw() 2187 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw() 2188 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) { in _aio_rw() 2189 reqp->req_sigevent.sigev_notify = SIGEV_SIGNAL; in _aio_rw() 2194 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw() 2196 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw() 2205 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw() 2206 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw() 2307 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64() [all …]
|
H A D | posix_aio.c | 197 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio() 198 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio() 199 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio() 206 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio() 212 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio() 1393 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio64() 1394 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64() 1395 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio64() 1402 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64() 1408 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio64()
|
H A D | aio_alloc.c | 199 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_req_alloc()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 43 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/illumos-gate/usr/src/test/os-tests/tests/timer/ |
H A D | timer_limit.c | 35 sev.sigev_notify = SIGEV_SIGNAL; in mktimer()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | siginfo.h | 85 int sigev_notify; /* notification mode */ member 105 int32_t sigev_notify; /* notification mode */ member
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | callout.c | 47 sev.sigev_notify = SIGEV_THREAD; in timeout()
|
/illumos-gate/usr/src/test/os-tests/tests/signalfd/ |
H A D | basic_read.c | 54 .sigev_notify = SIGEV_SIGNAL, in main()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
|
H A D | mqueue.c | 921 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary() 986 switch (ntype = sigevp->sigev_notify) { in mq_notify() 1001 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
|
H A D | sigev_thread.c | 635 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
|
/illumos-gate/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 398 ev.sigev_notify = SIGEV_SIGNAL; in main() 570 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/illumos-gate/usr/src/head/ |
H A D | time.h | 134 int sigev_notify; /* notification mode */ member
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | signal.h | 164 int sigev_notify; /* Notification type */ member
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | mevent.c | 428 mevp->me_sigev.sigev_notify = SIGEV_PORT; in mevent_update_one_timer()
|
/illumos-gate/usr/src/cmd/busstat/ |
H A D | busstat.c | 1558 sig_struct.sigev_notify = SIGEV_SIGNAL; in set_timer()
|
/illumos-gate/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 294 ev.sigev_notify = SIGEV_SIGNAL; in setup()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.v1 | 532 C_SYSC_mq_notify read_list: [(struct sigevent)->sigev_notify, (struct fd)->file, (struct file)->f_o… 537 SYSC_mq_notify read_list: [(struct sigevent)->sigev_notify, (struct fd)->file, (struct file)->f_op,…
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 475 sigev.sigev_notify = SIGEV_PORT; in ilbd_hc_timer_init()
|