HomeSort by: relevance | last modified time | path
    Searched defs:oldps (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_sig.c 288 struct sigacts *ps, *oldps = p->p_sigacts; local in function:sigactsunshare
290 if (__predict_true(oldps->sa_refcnt == 1))
295 memcpy(ps->sa_sigdesc, oldps->sa_sigdesc, sizeof(ps->sa_sigdesc));
299 sigactsfree(oldps);
kern_sig.c 288 struct sigacts *ps, *oldps = p->p_sigacts; local in function:sigactsunshare
290 if (__predict_true(oldps->sa_refcnt == 1))
295 memcpy(ps->sa_sigdesc, oldps->sa_sigdesc, sizeof(ps->sa_sigdesc));
299 sigactsfree(oldps);
kern_sig.c 288 struct sigacts *ps, *oldps = p->p_sigacts; local in function:sigactsunshare
290 if (__predict_true(oldps->sa_refcnt == 1))
295 memcpy(ps->sa_sigdesc, oldps->sa_sigdesc, sizeof(ps->sa_sigdesc));
299 sigactsfree(oldps);

Completed in 34 milliseconds