Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kinfo_proc_sort
Function
kinfo_proc_sort
tools/libutil/kinfo_getallproc.c:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static void
62
kinfo_proc_sort(struct kinfo_proc *kipp, int count)
63
{
64
65
qsort(kipp, count, sizeof(*kipp), kinfo_proc_compare);
66
}
67
68
struct kinfo_proc *
69
kinfo_getallproc(int *cntp)
Callers
1
kinfo_getallproc
Function · 0.85
Calls
1
qsort
Function · 0.85
Tested by
no test coverage detected