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

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c94 int sigev = 0; local
97 (void) i_so_notify_last_tx(so, &pollev, &sigev);
103 if (sigev != 0)
104 socket_sendsig(so, sigev);
122 int sigev = 0; local
126 (void) i_so_notify_last_tx(so, &pollev, &sigev);
127 (void) i_so_notify_last_rx(so, &pollev, &sigev);
137 if (sigev != 0)
138 socket_sendsig(so, sigev);
278 int sigev local
333 int sigev = 0; local
357 i_so_notify_last_rx(struct sonode *so, int *pollev, int *sigev) argument
378 i_so_notify_last_tx(struct sonode *so, int *pollev, int *sigev) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio_subr.c199 sigqueue_t *sigev = NULL; local
346 sigev = reqp->aio_req_sigqp;
394 if (!sigev && !use_port && head == NULL &&
417 if (sigev)
418 aio_sigev_send(p, sigev);
437 aio_sigev_send(proc_t *p, sigqueue_t *sigev) argument
439 ASSERT(sigev != NULL);
442 sigaddqa(p, NULL, sigev);
944 sigqueue_t *sigev, *lio_sigev = NULL; local
960 sigev
[all...]
H A Daio.c1198 struct sigevent *sigev)
1239 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) {
1245 if (sigev &&
1276 if (mode_arg == LIO_WAIT || sigev) {
1287 if (sigev && sigevk.sigev_notify == SIGEV_SIGNAL &&
1312 port_init_event(pkevtp, (uintptr_t)sigev,
1555 void *sigev,
2059 struct sigevent *sigev; local
2078 sigev
1194 alio( int mode_arg, aiocb_t **aiocb_arg, int nent, struct sigevent *sigev) argument
1551 aliowait( int mode, void *aiocb, int nent, void *sigev, int run_mode) argument
2402 struct sigevent *sigev; local
2896 alioLF( int mode_arg, void *aiocb_arg, int nent, void *sigev) argument
3299 struct sigevent32 *sigev; local
3371 alio32( int mode_arg, void *aiocb_arg, int nent, void *sigev) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c458 struct sigevent sigev; local
472 sigev.sigev_notify = SIGEV_PORT;
473 sigev.sigev_value.sival_ptr = &notify;
474 if (timer_create(CLOCK_REALTIME, &sigev, &ev_obj->timerid) == -1) {

Completed in 34 milliseconds