Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dtimer.c486 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
487 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
499 ev.sigev_notify = ev32.sigev_notify; in timer_create()
506 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
507 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
520 switch (ev.sigev_notify) { in timer_create()
610 if (ev.sigev_notify == SIGEV_THREAD || in timer_create()
611 ev.sigev_notify == SIGEV_PORT) { in timer_create()
665 if (ev.sigev_notify == SIGEV_SIGNAL) in timer_create()
H A Daio.c1246 (sigevk.sigev_notify == SIGEV_THREAD || in alio()
1247 sigevk.sigev_notify == SIGEV_PORT)) { in alio()
1248 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio()
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alio()
1431 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio()
1432 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio()
1984 aiocb.aio_sigevent.sigev_notify = 0; in arw()
1991 aiocb64.aio_sigevent.sigev_notify = 0; in arw()
2094 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw()
2101 } else if (sigev->sigev_notify == SIGEV_THREAD) { in aiorw()
[all …]
H A Dclock_realtime.c311 ev->sigev_notify = SIGEV_SIGNAL; in clock_realtime_init()
H A Dclock_highres.c360 ev->sigev_notify = SIGEV_SIGNAL; in clock_highres_init()
/titanic_44/usr/src/lib/libc/port/aio/
H A Daio.c1368 switch (reqp->req_sigevent.sigev_notify) { in _aiodone()
2185 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw()
2186 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw()
2187 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) { in _aio_rw()
2188 reqp->req_sigevent.sigev_notify = SIGEV_SIGNAL; in _aio_rw()
2193 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw()
2195 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw()
2204 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw()
2205 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw()
2306 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64()
[all …]
H A Dposix_aio.c198 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio()
199 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio()
200 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio()
207 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio()
213 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio()
1395 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio64()
1396 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()
1397 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio64()
1404 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
1410 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio64()
H A Daio_alloc.c201 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_req_alloc()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c45 ev.sigev_notify = SIGEV_SIGNAL; in main()
/titanic_44/usr/src/uts/common/sys/
H A Dsiginfo.h87 int sigev_notify; /* notification mode */ member
107 int32_t sigev_notify; /* notification mode */ member
/titanic_44/usr/src/lib/libc/port/rt/
H A Dclock_timer.c93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
H A Dmqueue.c923 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary()
988 switch (ntype = sigevp->sigev_notify) { in mq_notify()
1003 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
H A Dsigev_thread.c637 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
/titanic_44/usr/src/head/
H A Dtime.h134 int sigev_notify; /* notification mode */ member
/titanic_44/usr/src/cmd/intrstat/
H A Dintrstat.c397 ev.sigev_notify = SIGEV_SIGNAL; in main()
569 ev.sigev_notify = SIGEV_SIGNAL; in main()
/titanic_44/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c294 ev.sigev_notify = SIGEV_SIGNAL; in setup()
/titanic_44/usr/src/cmd/busstat/
H A Dbusstat.c1556 sig_struct.sigev_notify = SIGEV_SIGNAL; in set_timer()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c475 sigev.sigev_notify = SIGEV_PORT; in ilbd_hc_timer_init()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1383 sig_struct.sigev_notify = SIGEV_SIGNAL; in stats_timer()
/titanic_44/usr/src/cmd/lockstat/
H A Dlockstat.c818 ev.sigev_notify = SIGEV_SIGNAL; in status_init()