Home
last modified time | relevance | path

Searched refs:sigev (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c98 int sigev = 0; in so_notify_disconnecting() local
101 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnecting()
107 if (sigev != 0) in so_notify_disconnecting()
108 socket_sendsig(so, sigev); in so_notify_disconnecting()
127 int sigev = 0; in so_notify_disconnected() local
131 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnected()
132 (void) i_so_notify_last_rx(so, &pollev, &sigev); in so_notify_disconnected()
142 if (sigev != 0) in so_notify_disconnected()
143 socket_sendsig(so, sigev); in so_notify_disconnected()
293 int sigev = 0; in so_notify_eof() local
[all …]
/titanic_44/usr/src/uts/common/os/
H A Daio.c1198 struct sigevent *sigev) in alio() argument
1239 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) { in alio()
1245 if (sigev && in alio()
1276 if (mode_arg == LIO_WAIT || sigev) { in alio()
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL && in alio()
1312 port_init_event(pkevtp, (uintptr_t)sigev, in alio()
1555 void *sigev, in aliowait() argument
2059 struct sigevent *sigev; in aiorw() local
2078 sigev = &aiocb.aio_sigevent; in aiorw()
2091 sigev = (struct sigevent *)&aiocb64.aio_sigevent; in aiorw()
[all …]
H A Daio_subr.c199 sigqueue_t *sigev = NULL; in aio_done() local
346 sigev = reqp->aio_req_sigqp; in aio_done()
394 if (!sigev && !use_port && head == NULL && in aio_done()
417 if (sigev) in aio_done()
418 aio_sigev_send(p, sigev); in aio_done()
437 aio_sigev_send(proc_t *p, sigqueue_t *sigev) in aio_sigev_send() argument
439 ASSERT(sigev != NULL); in aio_sigev_send()
442 sigaddqa(p, NULL, sigev); in aio_sigev_send()
944 sigqueue_t *sigev, *lio_sigev = NULL; in aio_cleanup_notifyq() local
960 sigev = reqp->aio_req_sigqp; in aio_cleanup_notifyq()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c461 struct sigevent sigev; in ilbd_hc_timer_init() local
475 sigev.sigev_notify = SIGEV_PORT; in ilbd_hc_timer_init()
476 sigev.sigev_value.sival_ptr = &notify; in ilbd_hc_timer_init()
477 if (timer_create(CLOCK_REALTIME, &sigev, &ev_obj->timerid) == -1) { in ilbd_hc_timer_init()