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 PZONENAME 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pzonename ,
19 .Nm Pzoneroot ,
20 .Nm Pzonepath
21 .Nd get zone name, root, and full object path
22 .Sh SYNOPSIS
23 .Lb libproc
24 .In libproc.h
25 .Ft char *
26 .Fo Pzonename
27 .Fa "struct ps_prochandle *P"
28 .Fa "char *buf"
29 .Fa "size_t nbyte"
30 .Fc
31 .Ft char *
32 .Fo Pzoneroot
33 .Fa "struct ps_prochandle *P"
34 .Fa "char *buf"
35 .Fa "size_t nbyte"
36 .Fc
37 .Ft char *
38 .Fo Pzonepath
39 .Fa "struct ps_prochandle *P"
40 .Fa "const char *path"
41 .Fa "char *buf"
42 .Fa "size_t nbyte"
43 .Fc
|
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 PZONENAME 3PROC
16 .Os
17 .Sh NAME
18 .Nm Pzonename ,
19 .Nm Pzoneroot ,
20 .Nm Pzonepath
21 .Nd get zone name, root, and full object path
22 .Sh LIBRARY
23 .Lb libproc
24 .Sh SYNOPSIS
25 .In libproc.h
26 .Ft char *
27 .Fo Pzonename
28 .Fa "struct ps_prochandle *P"
29 .Fa "char *buf"
30 .Fa "size_t nbyte"
31 .Fc
32 .Ft char *
33 .Fo Pzoneroot
34 .Fa "struct ps_prochandle *P"
35 .Fa "char *buf"
36 .Fa "size_t nbyte"
37 .Fc
38 .Ft char *
39 .Fo Pzonepath
40 .Fa "struct ps_prochandle *P"
41 .Fa "const char *path"
42 .Fa "char *buf"
43 .Fa "size_t nbyte"
44 .Fc
|