Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/lib/libc/port/rt/
H A Dclock_timer.c41 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 Dsigev_thread.h55 struct sigevent tcd_notif; /* encapsulates usr fct and usr vals */
90 const struct sigevent *, subsystem_t);
H A Dmqueue.c908 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 Dsigev_thread.c280 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 Daiocb.h47 struct sigevent aio_sigevent; /* notification type */
62 struct sigevent aio_sigevent; /* notification type */
H A Dtimer.h96 struct sigevent clk_default;
H A Dsiginfo.h86 struct sigevent { struct
/titanic_50/usr/src/lib/libc/inc/
H A Dasyncio.h99 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 Daio.h111 int, struct sigevent *_RESTRICT_KYWD);
128 int, struct sigevent *_RESTRICT_KYWD);
H A Dtime.h133 struct sigevent { struct
146 extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD, argument
H A Dmqueue.h75 int mq_notify(mqd_t, const struct sigevent *);
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c39 struct sigevent ev; in main()
/titanic_50/usr/src/lib/librt/common/
H A Dllib-lrt54 int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
/titanic_50/usr/src/uts/common/os/
H A Daio.c72 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 Dclock_realtime.c310 struct sigevent *ev = &be->clk_default; in clock_realtime_init()
H A Dclock_highres.c358 struct sigevent *ev = &be->clk_default; in clock_highres_init()
H A Dtimer.c470 timer_create(clockid_t clock, struct sigevent *evp, timer_t *tid) in timer_create()
472 struct sigevent ev; in timer_create()
H A Dsysent.c258 int timer_create(clockid_t, struct sigevent *, timer_t *);
/titanic_50/usr/src/cmd/intrstat/
H A Dintrstat.c362 struct sigevent ev; in main()
/titanic_50/usr/src/cmd/busstat/
H A Dbusstat.c1549 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 Dnfsstat.c1350 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 Dposix_aio.c123 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 Dtrapstat.c212 struct sigevent ev; in setup()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c461 struct sigevent sigev; in ilbd_hc_timer_init()
/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c795 struct sigevent ev; in status_init()