1 .\"
2 .\" This file and its contents are supplied under the terms of the
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 POBJNAME 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pobjname ,
19 .Nm Pobjname_resolved
20 .Nd turn a virtual address into its mapped object
21 .Sh SYNOPSIS
22 .Lb libproc
23 .In libproc.h
24 .Ft "char *"
25 .Fo Pobjname
26 .Fa "struct ps_prochandle *P"
27 .Fa "uintptr_t addr"
28 .Fa "char *buffer"
29 .Fa "size_t bufsize"
30 .Fc
31 .Ft char *
32 .Fo Pobjname_resolved
33 .Fa "struct ps_prochandle *P"
34 .Fa "uintptr_t addr"
35 .Fa "char *buffer"
36 .Fa "size_t bufsize"
37 .Fc
38 .Sh DESCRIPTION
39 The
40 .Fn Pobjname
41 and
42 .Fn Pobjname_resolved
|
1 .\"
2 .\" This file and its contents are supplied under the terms of the
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 POBJNAME 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pobjname ,
19 .Nm Pobjname_resolved
20 .Nd turn a virtual address into its mapped object
21 .Sh LIBRARY
22 .Lb libproc
23 .Sh SYNOPSIS
24 .In libproc.h
25 .Ft "char *"
26 .Fo Pobjname
27 .Fa "struct ps_prochandle *P"
28 .Fa "uintptr_t addr"
29 .Fa "char *buffer"
30 .Fa "size_t bufsize"
31 .Fc
32 .Ft char *
33 .Fo Pobjname_resolved
34 .Fa "struct ps_prochandle *P"
35 .Fa "uintptr_t addr"
36 .Fa "char *buffer"
37 .Fa "size_t bufsize"
38 .Fc
39 .Sh DESCRIPTION
40 The
41 .Fn Pobjname
42 and
43 .Fn Pobjname_resolved
|