Home
last modified time | relevance | path

Searched refs:SIGEV_PORT (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dtimer.c486 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
506 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
528 case SIGEV_PORT: in timer_create()
611 ev.sigev_notify == SIGEV_PORT) { in timer_create()
H A Daio.c1247 sigevk.sigev_notify == SIGEV_PORT)) { in alio()
1431 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio()
2094 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw()
2139 if (sigev32->sigev_notify == SIGEV_PORT) { in aiorw()
2449 sigev->sigev_notify == SIGEV_PORT) in aio_req_setup()
2954 sigevk.sigev_notify == SIGEV_PORT)) { in alioLF()
3146 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alioLF()
3346 sigev->sigev_notify == SIGEV_PORT) in aio_req_setupLF()
3439 sigevk.sigev_notify == SIGEV_PORT)) { in alio32()
3637 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio32()
/titanic_44/usr/src/lib/libc/port/rt/
H A Dmqueue.c348 mqhp->mq_ntype == SIGEV_PORT) in do_notify()
993 case SIGEV_PORT: in mq_notify()
1003 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
1022 case SIGEV_PORT: in mq_notify()
1054 case SIGEV_PORT: in mq_notify()
/titanic_44/usr/src/lib/libc/port/aio/
H A Dposix_aio.c200 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio()
213 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio()
1397 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio64()
1410 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio64()
H A Daio.c1378 case SIGEV_PORT: in _aiodone()
2193 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw()
2195 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw()
2314 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw64()
2316 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw64()
/titanic_44/usr/src/uts/common/sys/
H A Dsiginfo.h100 #define SIGEV_PORT 4 /* use event port for notification */ macro
/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()