MCPcopy 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
463struct proc *
464pfind(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_ruleFunction · 0.70
filt_procattachFunction · 0.70
pgetFunction · 0.70
kern_procctlFunction · 0.70
sys_getpgidFunction · 0.70
kern_getsidFunction · 0.70
sys_setpgidFunction · 0.70
cpuset_whichFunction · 0.70
fsetownFunction · 0.70
kern_ptraceFunction · 0.70
sys_ktraceFunction · 0.70
sys_sched_setparamFunction · 0.70

Calls 1

_pfindFunction · 0.85

Tested by

no test coverage detected