Searched refs:newsigacts (Results 1 – 2 of 2) sorted by relevance
381 struct sigacts *newsigacts; in do_fork() local427 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()
371 struct sigacts *oldsigacts = NULL, *newsigacts = NULL; local718 newsigacts = sigacts_alloc();719 sigacts_copy(newsigacts, oldsigacts);726 p->p_sigacts = newsigacts;