MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cru2xt

Function cru2xt

freebsd/kern/kern_prot.c:2150–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148}
2149
2150void
2151cru2xt(struct thread *td, struct xucred *xcr)
2152{
2153
2154 cru2x(td->td_ucred, xcr);
2155 xcr->cr_pid = td->td_proc->p_pid;
2156}
2157
2158/*
2159 * Set initial process credentials.

Callers 2

uipc_listenFunction · 0.70
unp_copy_peercredFunction · 0.70

Calls 1

cru2xFunction · 0.70

Tested by

no test coverage detected