Home
last modified time | relevance | path

Searched refs:newsigacts (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
Dkern_fork.c381 struct sigacts *newsigacts; in do_fork() local
427 newsigacts = NULL; in do_fork()
429 newsigacts = sigacts_alloc(); in do_fork()
513 sigacts_copy(newsigacts, p1->p_sigacts); in do_fork()
514 p2->p_sigacts = newsigacts; in do_fork()
Dkern_exec.c371 struct sigacts *oldsigacts = NULL, *newsigacts = NULL; local
718 newsigacts = sigacts_alloc();
719 sigacts_copy(newsigacts, oldsigacts);
726 p->p_sigacts = newsigacts;