3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PMAPPING_ITER 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pmapping_iter ,
19 .Nm Pmapping_iter_resolved ,
20 .Nm Pobject_iter ,
21 .Nm Pobject_iter_resolved
22 .Nd iterate over process mappings and objects
23 .Sh SYNOPSIS
24 .Lb libproc
25 .In libproc.h
26 .Ft int
27 .Fo Pmapping_iter
28 .Fa "struct ps_prochandle *P"
29 .Fa "proc_map_f *func"
30 .Fa "void *data"
31 .Fc
32 .Ft int
33 .Fo Pmapping_iter_resolved
34 .Fa "struct ps_prochandle *P"
35 .Fa "proc_map_f *func"
36 .Fa "void *data"
37 .Fc
38 .Ft int
39 .Fo Pobject_iter
40 .Fa "struct ps_prochandle *P"
41 .Fa "proc_map_f *func"
42 .Fa "void *data"
43 .Fc
44 .Ft int
|
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PMAPPING_ITER 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pmapping_iter ,
19 .Nm Pmapping_iter_resolved ,
20 .Nm Pobject_iter ,
21 .Nm Pobject_iter_resolved
22 .Nd iterate over process mappings and objects
23 .Sh LIBRARY
24 .Lb libproc
25 .Sh SYNOPSIS
26 .In libproc.h
27 .Ft int
28 .Fo Pmapping_iter
29 .Fa "struct ps_prochandle *P"
30 .Fa "proc_map_f *func"
31 .Fa "void *data"
32 .Fc
33 .Ft int
34 .Fo Pmapping_iter_resolved
35 .Fa "struct ps_prochandle *P"
36 .Fa "proc_map_f *func"
37 .Fa "void *data"
38 .Fc
39 .Ft int
40 .Fo Pobject_iter
41 .Fa "struct ps_prochandle *P"
42 .Fa "proc_map_f *func"
43 .Fa "void *data"
44 .Fc
45 .Ft int
|