Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDsignalvar.h397 struct sigacts *sigacts_hold(struct sigacts *ps);
/freebsd-14-stable/sys/kern/
HDkern_fork.c507 p2->p_sigacts = sigacts_hold(p1->p_sigacts); in do_fork()
HDkern_sig.c4418 sigacts_hold(struct sigacts *ps) in sigacts_hold() function