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 PLWP_GETXREGS 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plwp_getxregs ,
19 .Nm Plwp_setxregs
20 .Nd get and set extended register state
21 .Sh SYNOPSIS
22 .Lb libproc
23 .In libproc.h
24 .Ft int
25 .Fo Plwp_getxregs
26 .Fa "struct ps_prochandle *P"
27 .Fa "lwpid_t lwpid"
28 .Fa "prxregset_t *xregs"
29 .Fc
30 .Ft int
31 .Fo Plwp_setxregs
32 .Fa "struct ps_prochandle *P"
33 .Fa "lwpid_t lwpid"
34 .Fa "const prxregset_t *xregs"
35 .Fc
36 .Sh DESCRIPTION
37 The
38 .Fn Plwp_getxregs
39 and
40 .Fn Plwp_setxregs
41 functions get and set the extended register state of the thread
42 .Fa lwpid
|
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 PLWP_GETXREGS 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plwp_getxregs ,
19 .Nm Plwp_setxregs
20 .Nd get and set extended register state
21 .Sh LIBRARY
22 .Lb libproc
23 .Sh SYNOPSIS
24 .In libproc.h
25 .Ft int
26 .Fo Plwp_getxregs
27 .Fa "struct ps_prochandle *P"
28 .Fa "lwpid_t lwpid"
29 .Fa "prxregset_t *xregs"
30 .Fc
31 .Ft int
32 .Fo Plwp_setxregs
33 .Fa "struct ps_prochandle *P"
34 .Fa "lwpid_t lwpid"
35 .Fa "const prxregset_t *xregs"
36 .Fc
37 .Sh DESCRIPTION
38 The
39 .Fn Plwp_getxregs
40 and
41 .Fn Plwp_setxregs
42 functions get and set the extended register state of the thread
43 .Fa lwpid
|