Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c346 mqhp->mq_ntype == SIGEV_PORT) in do_notify()
991 case SIGEV_PORT: in mq_notify()
1001 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
1020 case SIGEV_PORT: in mq_notify()
1052 case SIGEV_PORT: in mq_notify()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c609 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
629 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
651 case SIGEV_PORT: in timer_create()
708 ev.sigev_notify == SIGEV_PORT) { in timer_create()
H A Daio.c1243 sigevk.sigev_notify == SIGEV_PORT)) { in alio()
1427 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio()
2086 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw()
2131 if (sigev32->sigev_notify == SIGEV_PORT) { in aiorw()
2436 sigev->sigev_notify == SIGEV_PORT) in aio_req_setup()
2941 sigevk.sigev_notify == SIGEV_PORT)) { in alioLF()
3133 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alioLF()
3333 sigev->sigev_notify == SIGEV_PORT) in aio_req_setupLF()
3426 sigevk.sigev_notify == SIGEV_PORT)) { in alio32()
3624 aio_port = (aiocb->aio_sigevent.sigev_notify == SIGEV_PORT); in alio32()
/illumos-gate/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()
1396 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio64()
1409 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio64()
H A Daio.c1375 case SIGEV_PORT: in _aiodone()
2190 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw()
2192 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw()
2311 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_PORT) { in _aio_rw64()
2313 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw64()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h98 #define SIGEV_PORT 4 /* use event port for notification */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c429 mevp->me_sigev.sigev_notify = SIGEV_PORT; in mevent_update_one_timer()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c475 sigev.sigev_notify = SIGEV_PORT; in ilbd_hc_timer_init()