Searched refs:stopevent (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | proc.h | 874 stopevent((p), (e), (v)); \ 883 stopevent((p), (e), (v)); \ 1110 void stopevent(struct proc *, u_int, u_int);
|
| /freebsd-12-stable/sys/kern/ |
| D | sys_process.c | 1536 stopevent(struct proc *p, unsigned int event, unsigned int val) function
|
| D | kern_sig.c | 2859 stopevent(p, S_SIG, sig); in issignal() 3072 stopevent(p, S_SIG, sig); in postsig()
|