Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c98 int sigev = 0; in so_notify_disconnecting() local
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
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
303 if (sigev != 0) in so_notify_eof()
348 int sigev = 0; in so_notify_shutdown() local
358 if (sigev != 0) in so_notify_shutdown()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1235 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) { in alio()
1241 if (sigev && in alio()
1551 void *sigev, in aliowait() argument
2394 sigev->sigev_signo > 0 && sigev->sigev_signo < NSIG) { in aio_req_setup()
2887 void *sigev) in alioLF() argument
2933 (sigev && copyin(sigev, &sigevk, sizeof (sigevk)))) { in alioLF()
2939 if (sigev && in alioLF()
3291 sigev->sigev_signo > 0 && sigev->sigev_signo < NSIG) { in aio_req_setupLF()
3362 void *sigev) in alio32() argument
3418 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent32)))) { in alio32()
[all …]
H A Daio_subr.c191 sigqueue_t *sigev = NULL; in aio_done() local
331 sigev = reqp->aio_req_sigqp; in aio_done()
379 if (!sigev && !use_port && head == NULL && in aio_done()
402 if (sigev) in aio_done()
403 aio_sigev_send(p, sigev); in aio_done()
426 ASSERT(sigev != NULL); in aio_sigev_send()
429 sigaddqa(p, NULL, sigev); in aio_sigev_send()
931 sigqueue_t *sigev, *lio_sigev = NULL; in aio_cleanup_notifyq() local
947 sigev = reqp->aio_req_sigqp; in aio_cleanup_notifyq()
958 if (sigev) { in aio_cleanup_notifyq()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_read.c53 struct sigevent sigev = { in main() local
66 assert(timer_create(CLOCK_HIGHRES, &sigev, &tid) == 0); in main()
/illumos-gate/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()