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 PADDR_TO_MAP 3PROC
16 .Os
17 .Sh NAME
18 .Nm Paddr_to_map ,
19 .Nm Paddr_to_text_map ,
20 .Nm Plmid_to_map ,
21 .Nm Pname_to_map
22 .Nd lookup memory map information
23 .Sh SYNOPSIS
24 .Lb libproc
25 .In libproc.h
26 .Ft "const prmap_t *"
27 .Fo Paddr_to_map
28 .Fa "struct ps_prochandle *P"
29 .Fa "uintptr_t addr"
30 .Fc
31 .Ft "const prmap_t *"
32 .Fo Paddr_to_text_map
33 .Fa "struct ps_prochandle *P"
34 .Fa "uintptr_t addr"
35 .Fc
36 .Ft "const prmap_t *"
37 .Fo Plmid_to_map
38 .Fa "struct ps_prochandle *P"
39 .Fa "Lmid_t lmid"
40 .Fa "const char *name"
41 .Fc
42 .Ft "const prmap_t *"
43 .Fo Pname_to_map
44 .Fa "struct ps_prochandle *P"
|
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 PADDR_TO_MAP 3PROC
16 .Os
17 .Sh NAME
18 .Nm Paddr_to_map ,
19 .Nm Paddr_to_text_map ,
20 .Nm Plmid_to_map ,
21 .Nm Pname_to_map
22 .Nd lookup memory map information
23 .Sh LIBRARY
24 .Lb libproc
25 .Sh SYNOPSIS
26 .In libproc.h
27 .Ft "const prmap_t *"
28 .Fo Paddr_to_map
29 .Fa "struct ps_prochandle *P"
30 .Fa "uintptr_t addr"
31 .Fc
32 .Ft "const prmap_t *"
33 .Fo Paddr_to_text_map
34 .Fa "struct ps_prochandle *P"
35 .Fa "uintptr_t addr"
36 .Fc
37 .Ft "const prmap_t *"
38 .Fo Plmid_to_map
39 .Fa "struct ps_prochandle *P"
40 .Fa "Lmid_t lmid"
41 .Fa "const char *name"
42 .Fc
43 .Ft "const prmap_t *"
44 .Fo Pname_to_map
45 .Fa "struct ps_prochandle *P"
|