/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | clock_timer.c | 41 extern int __timer_create(clockid_t, struct sigevent *, timer_t *); 82 timer_create(clockid_t clock_id, struct sigevent *sigevp, timer_t *timerid) in timer_create() 84 struct sigevent sigevent; in timer_create() local 100 sigevent = *sigevp; in timer_create() 101 sigevp = &sigevent; in timer_create()
|
H A D | sigev_thread.h | 55 struct sigevent tcd_notif; /* encapsulates usr fct and usr vals */ 90 const struct sigevent *, subsystem_t);
|
H A D | mqueue.c | 908 const struct sigevent *sigevp) in cancel_if_necessary() 934 mq_notify(mqd_t mqdes, const struct sigevent *sigevp) in mq_notify() 940 struct sigevent sigevent; in mq_notify() local 1002 (void) memset(&sigevent, 0, sizeof (sigevent)); in mq_notify() 1003 sigevent.sigev_notify = SIGEV_PORT; in mq_notify() 1004 sigevp = &sigevent; in mq_notify()
|
H A D | sigev_thread.c | 280 struct sigevent *sigevp; in aio_spawner() 314 sigevp = (struct sigevent *)port_event.portev_object; in aio_spawner() 450 setup_sigev_handler(const struct sigevent *sigevp, subsystem_t caller) in setup_sigev_handler() 625 _aio_sigev_thread_init(struct sigevent *sigevp) in _aio_sigev_thread_init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | aiocb.h | 47 struct sigevent aio_sigevent; /* notification type */ 62 struct sigevent aio_sigevent; /* notification type */
|
H A D | timer.h | 96 struct sigevent clk_default;
|
H A D | siginfo.h | 86 struct sigevent { struct
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | asyncio.h | 99 struct sigevent *lio_sigevent; /* Notification function and attr. */ 144 struct sigevent req_sigevent; 295 extern int _aio_sigev_thread_init(struct sigevent *);
|
/titanic_50/usr/src/head/ |
H A D | aio.h | 111 int, struct sigevent *_RESTRICT_KYWD); 128 int, struct sigevent *_RESTRICT_KYWD);
|
H A D | time.h | 133 struct sigevent { struct 146 extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD, argument
|
H A D | mqueue.h | 75 int mq_notify(mqd_t, const struct sigevent *);
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 39 struct sigevent ev; in main()
|
/titanic_50/usr/src/lib/librt/common/ |
H A D | llib-lrt | 54 int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
|
/titanic_50/usr/src/uts/common/os/ |
H A D | aio.c | 72 static int alio(int, aiocb_t **, int, struct sigevent *); 258 (struct sigevent *)a4); in kaioc() 262 (struct sigevent *)a4, AIO_64); in kaioc() 343 (int)uap[3], (struct sigevent *)uap[4], AIO_32)); in kaio() 1198 struct sigevent *sigev) in alio() 1212 struct sigevent sigevk; in alio() 1239 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) { in alio() 2059 struct sigevent *sigev; in aiorw() 2091 sigev = (struct sigevent *)&aiocb64.aio_sigevent; in aiorw() 2402 struct sigevent *sigev; in aio_req_setup() [all …]
|
H A D | clock_realtime.c | 310 struct sigevent *ev = &be->clk_default; in clock_realtime_init()
|
H A D | clock_highres.c | 358 struct sigevent *ev = &be->clk_default; in clock_highres_init()
|
H A D | timer.c | 470 timer_create(clockid_t clock, struct sigevent *evp, timer_t *tid) in timer_create() 472 struct sigevent ev; in timer_create()
|
H A D | sysent.c | 258 int timer_create(clockid_t, struct sigevent *, timer_t *);
|
/titanic_50/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 362 struct sigevent ev; in main()
|
/titanic_50/usr/src/cmd/busstat/ |
H A D | busstat.c | 1549 struct sigevent sig_struct; in set_timer() 1552 bzero(&sig_struct, sizeof (struct sigevent)); in set_timer()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1350 struct sigevent sig_struct; in stats_timer() 1353 bzero(&sig_struct, sizeof (struct sigevent)); in stats_timer()
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 123 int nent, struct sigevent *_RESTRICT_KYWD sigevp) in lio_listio() 1320 int nent, struct sigevent *_RESTRICT_KYWD sigevp) in lio_listio64()
|
/titanic_50/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 212 struct sigevent ev; in setup()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 461 struct sigevent sigev; in ilbd_hc_timer_init()
|
/titanic_50/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 795 struct sigevent ev; in status_init()
|