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_GETREGS 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plwp_getfpregs ,
19 .Nm Plwp_setfpregs ,
20 .Nm Plwp_getregs ,
21 .Nm Plwp_setregs
22 .Nd get and set thread registers
23 .Sh SYNOPSIS
24 .Lb libproc
25 .In libproc.h
26 .Ft int
27 .Fo Plwp_getfpregs
28 .Fa "struct ps_prochandle *P"
29 .Fa "lwpid_t lwpid"
30 .Fa "prfpregset_t *fpregs"
31 .Fc
32 .Ft int
33 .Fo Plwp_setfpregs
34 .Fa "struct ps_prochandle *P"
35 .Fa "lwpid_t lwpid"
36 .Fa "const prfpregset_t fpregs"
37 .Fc
38 .Ft int
39 .Fo Plwp_getregs
40 .Fa "struct ps_prochandle *P"
41 .Fa "lwpid_t lwpid"
42 .Fa "prpregset_t *gregs"
43 .Fc
44 .Ft int
|
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_GETREGS 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plwp_getfpregs ,
19 .Nm Plwp_setfpregs ,
20 .Nm Plwp_getregs ,
21 .Nm Plwp_setregs
22 .Nd get and set thread registers
23 .Sh LIBRARY
24 .Lb libproc
25 .Sh SYNOPSIS
26 .In libproc.h
27 .Ft int
28 .Fo Plwp_getfpregs
29 .Fa "struct ps_prochandle *P"
30 .Fa "lwpid_t lwpid"
31 .Fa "prfpregset_t *fpregs"
32 .Fc
33 .Ft int
34 .Fo Plwp_setfpregs
35 .Fa "struct ps_prochandle *P"
36 .Fa "lwpid_t lwpid"
37 .Fa "const prfpregset_t fpregs"
38 .Fc
39 .Ft int
40 .Fo Plwp_getregs
41 .Fa "struct ps_prochandle *P"
42 .Fa "lwpid_t lwpid"
43 .Fa "prpregset_t *gregs"
44 .Fc
45 .Ft int
|