Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pfind
Function
pfind
freebsd/kern/kern_proc.c:463–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
struct proc *
464
pfind(pid_t pid)
465
{
466
467
return (_pfind(pid, false));
468
}
469
470
/*
471
* Same as pfind but allow zombies.
Callers
15
rctl_string_to_rule
Function · 0.70
filt_procattach
Function · 0.70
pget
Function · 0.70
kern_procctl
Function · 0.70
sys_getpgid
Function · 0.70
kern_getsid
Function · 0.70
sys_setpgid
Function · 0.70
cpuset_which
Function · 0.70
fsetown
Function · 0.70
kern_ptrace
Function · 0.70
sys_ktrace
Function · 0.70
sys_sched_setparam
Function · 0.70
Calls
1
_pfind
Function · 0.85
Tested by
no test coverage detected