Home
last modified time | relevance | path

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

12

/illumos-gate/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.h53 struct sigevent tcd_notif; /* encapsulates usr fct and usr vals */
88 const struct sigevent *, subsystem_t);
H A Dmqueue.c906 const struct sigevent *sigevp) in cancel_if_necessary()
932 mq_notify(mqd_t mqdes, const struct sigevent *sigevp) in mq_notify()
938 struct sigevent sigevent; in mq_notify() local
1000 (void) memset(&sigevent, 0, sizeof (sigevent)); in mq_notify()
1001 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
1002 sigevp = &sigevent; in mq_notify()
H A Dsigev_thread.c278 struct sigevent *sigevp; in aio_spawner()
312 sigevp = (struct sigevent *)port_event.portev_object; in aio_spawner()
448 setup_sigev_handler(const struct sigevent *sigevp, subsystem_t caller) in setup_sigev_handler()
623 _aio_sigev_thread_init(struct sigevent *sigevp) in _aio_sigev_thread_init()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Drestrict-array.c4 struct sigevent;
8 int __nent, struct sigevent *__restrict __sig);
16 int __ent, struct sigevent *__restrict __sig);
/illumos-gate/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.h105 struct sigevent clk_default;
H A Dsiginfo.h84 struct sigevent { struct
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h97 struct sigevent *lio_sigevent; /* Notification function and attr. */
142 struct sigevent req_sigevent;
293 extern int _aio_sigev_thread_init(struct sigevent *);
/illumos-gate/usr/src/boot/include/
H A Dtime.h156 struct sigevent;
157 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
/illumos-gate/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 *);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c37 struct sigevent ev; in main()
/illumos-gate/usr/src/test/os-tests/tests/timer/
H A Dtimer_limit.c34 struct sigevent sev; in mktimer()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcallout.c38 struct sigevent sev; in timeout()
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_read.c53 struct sigevent sigev = { in main()
/illumos-gate/usr/src/uts/common/os/
H A Daio.c76 static int alio(int, aiocb_t **, int, struct sigevent *);
262 (struct sigevent *)a4); in kaioc()
266 (struct sigevent *)a4, AIO_64); in kaioc()
347 (int)uap[3], (struct sigevent *)uap[4], AIO_32)); in kaio()
1194 struct sigevent *sigev) in alio()
1208 struct sigevent sigevk; in alio()
1235 (sigev && copyin(sigev, &sigevk, sizeof (struct sigevent)))) { in alio()
2051 struct sigevent *sigev; in aiorw()
2083 sigev = (struct sigevent *)&aiocb64.aio_sigevent; in aiorw()
2389 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.c393 struct sigevent *ev = &be->clk_default; in clock_highres_init()
H A Dtimer.c584 timer_create(clockid_t clock, struct sigevent *evp, timer_t *tid) in timer_create()
586 struct sigevent ev; in timer_create()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h163 struct sigevent { struct
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c1551 struct sigevent sig_struct; in set_timer()
1554 bzero(&sig_struct, sizeof (struct sigevent)); in set_timer()
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c363 struct sigevent ev; in main()
/illumos-gate/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()

12