Home
last modified time | relevance | path

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

/dragonfly/lib/librt/
HDaio.c49 _aio_notify(struct sigevent *sigevp) in _aio_notify()
87 struct sigevent *sigevp = vsigevp; in _aio_thr_start()
156 int nent, struct sigevent * __restrict sigevp) in lio_listio()
HDmq.c41 extern int __sys_mq_notify(int, const struct sigevent *);
67 __mq_notify(mqd_t mqd, const struct sigevent *evp) in __mq_notify()
/dragonfly/sys/sys/
HDaio.h82 struct sigevent aio_sigevent; /* Signal to deliver */
110 struct sigevent * __restrict);
HDmqueue.h86 struct sigevent mq_sig_notify;
HDsignal.h173 struct sigevent { struct
HDsysproto.h785 struct sigevent * sig; char sig_[PAD_(struct sigevent *)];
1262 …const struct sigevent * notification; char notification_[PAD_(const struct sigevent *)…
/dragonfly/include/
HDtime.h183 struct sigevent;
184 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
HDmqueue.h51 int mq_notify(mqd_t, const struct sigevent *);
/dragonfly/sys/kern/
HDsys_mqueue.c965 struct sigevent sig; in sys_mq_notify()
971 sizeof(struct sigevent)); in sys_mq_notify()
988 sizeof(struct sigevent)); in sys_mq_notify()
/dragonfly/share/examples/scsi_target/
HDscsi_target.c797 struct sigevent *se; in get_ctio()