Home
last modified time | relevance | path

Searched refs:sigacts_hold (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h400 struct sigacts *sigacts_hold(struct sigacts *ps);
/f-stack/freebsd/kern/
H A Dkern_fork.c496 p2->p_sigacts = sigacts_hold(p1->p_sigacts); in do_fork()
H A Dkern_sig.c4004 sigacts_hold(struct sigacts *ps) in sigacts_hold() function