/src/sys/compat/linux/common/ |
linux_sigevent.h | 60 int linux_to_native_sigevent(struct sigevent *,
|
linux_mqueue.c | 193 struct sigevent sig; 214 sizeof(struct sigevent));
|
linux_signal.c | 863 linux_to_native_sigevent(struct sigevent *nsep, 896 struct sigevent *sep = dst;
|
/src/sys/compat/linux32/common/ |
linux32_sigevent.h | 62 int linux32_to_native_sigevent(struct sigevent *,
|
linux32_signal.c | 662 linux32_to_native_sigevent(struct sigevent *nsep, 697 struct sigevent *sep = dst;
|
/src/include/ |
aio.h | 53 int, struct sigevent * __restrict);
|
mqueue.h | 44 int mq_notify(mqd_t, const struct sigevent *);
|
time.h | 146 struct sigevent; 168 int timer_create(clockid_t, struct sigevent * __restrict,
|
/src/sys/sys/ |
mqueue.h | 85 struct sigevent mq_sig_notify;
|
timevar.h | 127 struct sigevent pt_ev; /* event notification info */ 212 int timer_create1(timer_t *, clockid_t, struct sigevent *, copyin_t,
|
aio.h | 62 struct sigevent aio_sigevent; /* Signal to deliver */ 191 struct sigevent sig; /* Signal of lio_listio() calls */
|
signal.h | 297 struct sigevent { struct
|
syscallargs.h | 1515 syscallarg(struct sigevent *) evp; 1692 syscallarg(const struct sigevent *) notification; 2641 syscallarg(struct sigevent *) sig;
|
/src/tests/lib/libc/sys/ |
t_timer_create.c | 69 struct sigevent evt; 75 (void)memset(&evt, 0, sizeof(struct sigevent)); 256 struct sigevent ev; 258 (void)memset(&ev, 0, sizeof(struct sigevent)); 278 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 292 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 306 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), " 320 "Checks timer_create(2) with CLOCK_MONOTONIC and sigevent(3), " 334 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), " 348 "Checks timer_create(2) with CLOCK_REALTIME and sigevent(3), [all...] |
/src/usr.bin/flock/ |
flock.c | 260 struct sigevent ev;
|
/src/sys/kern/ |
sys_mqueue.c | 957 syscallarg(const struct sigevent *) notification; 960 struct sigevent sig; 966 sizeof(struct sigevent)); 982 sizeof(struct sigevent));
|
sys_aio.c | 133 static void aiost_sigsend(struct proc *, struct sigevent *); 929 aiost_sigsend(struct proc *p, struct sigevent *sig) 1576 struct sigevent *sig; 1998 struct sigevent *sig = &lio->sig;
|
kern_time.c | 1209 syscallarg(struct sigevent *) evp; 1218 timer_create1(timer_t *tid, clockid_t id, struct sigevent *evp,
|
/src/sys/rump/include/rump/ |
rump_syscalls.h | 861 struct sigevent; 959 int rump_sys_timer_create(clockid_t, struct sigevent *, timer_t *) __RENAME(RUMP_SYS_RENAME_TIMER_CREATE); 1034 int rump_sys_lio_listio(int, struct aiocb *const *, int, struct sigevent *) __RENAME(RUMP_SYS_RENAME_LIO_LISTIO);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_solaris.cc | 88 unsigned struct_sigevent_sz = sizeof(struct sigevent);
|
sanitizer_platform_limits_freebsd.cc | 116 unsigned struct_sigevent_sz = sizeof(struct sigevent);
|
sanitizer_platform_limits_posix.cc | 192 unsigned struct_sigevent_sz = sizeof(struct sigevent);
|
/src/share/man/man3/ |
Makefile | 13 makedev.3 offsetof.3 param.3 paths.3 queue.3 rbtree.3 sigevent.3 \
|
/src/sys/compat/netbsd32/ |
netbsd32_time.c | 418 struct sigevent *evp = dst;
|
netbsd32_conv.h | 834 netbsd32_to_sigevent(const struct netbsd32_sigevent *ev32, struct sigevent *ev)
|