blob: 1495bfc28c66d19aabc9fa986e8bad40f3976cf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/*
* $FreeBSD$
*/
FBSD_1.2 {
procstat_close;
procstat_freefiles;
procstat_freeprocs;
procstat_get_pipe_info;
procstat_get_pts_info;
procstat_get_socket_info;
procstat_get_vnode_info;
procstat_getfiles;
procstat_getprocs;
procstat_open_kvm;
procstat_open_sysctl;
};
FBSD_1.3 {
procstat_freeargv;
procstat_freeauxv;
procstat_freeenvv;
procstat_freegroups;
procstat_freekstack;
procstat_freevmmap;
procstat_get_sem_info;
procstat_get_shm_info;
procstat_getargv;
procstat_getauxv;
procstat_getenvv;
procstat_getgroups;
procstat_getkstack;
procstat_getosrel;
procstat_getpathname;
procstat_getrlimit;
procstat_getumask;
procstat_getvmmap;
procstat_open_core;
};
|