Searched refs:sigevent (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp116 unsigned struct_sigevent_sz = sizeof(struct sigevent);
H A Dsanitizer_platform_limits_posix.cpp194 unsigned struct_sigevent_sz = sizeof(struct sigevent);
H A Dsanitizer_platform_limits_netbsd.cpp270 unsigned struct_sigevent_sz = sizeof(struct sigevent);
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h115 * AIX 5.2 needs struct sigevent from signal.h to be defined, but I
120 struct sigevent;
/freebsd-12-stable/sys/kern/
H A Duipc_mqueue.c172 struct sigevent nt_sigev;
2319 kern_kmq_notify(struct thread *td, int mqd, struct sigevent *sigev)
2424 struct sigevent ev, *evp;
2850 struct sigevent ev, *evp;
H A Dkern_sig.c2100 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd)
/freebsd-12-stable/sys/sys/
H A Dsyscallsubr.h291 struct sigevent *evp, int *timerid, int preset_id);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dnto-procfs.c547 struct sigevent event;
558 /* Define a sigevent for process stopped notification. */
/freebsd-12-stable/share/examples/scsi_target/
H A Dscsi_target.c849 struct sigevent *se;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c888 struct sigevent ev;
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_proto.h801 char evp_l_[PADL_(struct sigevent *)]; struct sigevent * evp; char evp_r_[PADR_(struct sigevent *)];
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_proto.h421 char evp_l_[PADL_(struct sigevent *)]; struct sigevent * evp; char evp_r_[PADR_(struct sigevent *)];
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_proto.h742 char evp_l_[PADL_(struct sigevent *)]; struct sigevent * evp; char evp_r_[PADR_(struct sigevent *)];
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_proto.h802 char evp_l_[PADL_(struct sigevent *)]; struct sigevent * evp; char evp_r_[PADR_(struct sigevent *)];
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2771 struct sigevent ev, *evp;
3353 convert_sigevent32(struct sigevent32 *sig32, struct sigevent *sig)

Completed in 568 milliseconds

12