Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2150
void
2151
cru2xt(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_listen
Function · 0.70
unp_copy_peercred
Function · 0.70
Calls
1
cru2x
Function · 0.70
Tested by
no test coverage detected