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 PROC_ARG_GRAB 3PROC
16 .Os
17 .Sh NAME
18 .Nm proc_arg_grab ,
19 .Nm proc_arg_xrgab
20 .Nd process grabbing utility function
21 .Sh SYNOPSIS
22 .Lb libproc
23 .In libproc.h
24 .Ft "struct ps_prochandle"
25 .Fo proc_arg_grag
26 .Fa "const char *arg"
27 .Fa "int oflag"
28 .Fa "int gflag"
29 .Fa "int *perr"
30 .Fc
31 .Ft "struct ps_prochandle"
32 .Fo proc_arg_xgrab
33 .Fa "const char *arg"
34 .Fa "const char *path"
35 .Fa "int oflag"
36 .Fa "int gflag"
37 .Fa "int *perr"
38 .Fa "const char **lwps"
39 .Fc
|
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 Aug 20, 2019
15 .Dt PROC_ARG_GRAB 3PROC
16 .Os
17 .Sh NAME
18 .Nm proc_arg_grab ,
19 .Nm proc_arg_xgrab
20 .Nd process grabbing utility function
21 .Sh SYNOPSIS
22 .Lb libproc
23 .In libproc.h
24 .Ft "struct ps_prochandle"
25 .Fo proc_arg_grag
26 .Fa "const char *arg"
27 .Fa "int oflag"
28 .Fa "int gflag"
29 .Fa "int *perr"
30 .Fc
31 .Ft "struct ps_prochandle"
32 .Fo proc_arg_xgrab
33 .Fa "const char *arg"
34 .Fa "const char *path"
35 .Fa "int oflag"
36 .Fa "int gflag"
37 .Fa "int *perr"
38 .Fa "const char **lwps"
39 .Fc
|