Home
last modified time | relevance | path

Searched refs:oldps (Results 1 – 2 of 2) sorted by path

/netbsd/share/man/tools/
H A Dnewsp.errs799 oldps
/netbsd/sys/kern/
H A Dkern_sig.c291 struct sigacts *ps, *oldps = p->p_sigacts; in sigactsunshare() local
293 if (__predict_true(oldps->sa_refcnt == 1)) in sigactsunshare()
298 memcpy(ps->sa_sigdesc, oldps->sa_sigdesc, sizeof(ps->sa_sigdesc)); in sigactsunshare()
302 sigactsfree(oldps); in sigactsunshare()