Print this page
9842 man page typos and spelling
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man2/pset_bind.2
+++ new/usr/src/man/man2/pset_bind.2
1 1 '\" te
2 2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
3 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 4 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
5 5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 6 .TH PSET_BIND 2 "Mar 13, 2009"
7 7 .SH NAME
↓ open down ↓ |
7 lines elided |
↑ open up ↑ |
8 8 pset_bind \- bind LWPs to a set of processors
9 9 .SH SYNOPSIS
10 10 .LP
11 11 .nf
12 12 #include <sys/pset.h>
13 13
14 14 \fBint\fR \fBpset_bind\fR(\fBpsetid_t\fR \fIpset\fR, \fBidtype_t\fR \fIidtype\fR, \fBid_t\fR \fIid\fR, \fBpsetid_t *\fR\fIopset\fR);
15 15 .fi
16 16
17 17 .SH DESCRIPTION
18 -.sp
19 18 .LP
20 19 The \fBpset_bind()\fR function binds the \fBLWP\fR or set of \fBLWPs\fR
21 20 specified by \fIidtype\fR and \fIid\fR to the processor set specified by
22 21 \fIpset\fR. If \fIopset\fR is not \fINULL\fR, \fBpset_bind()\fR sets the
23 22 \fBpsetid_t\fR variable pointed to by \fIopset\fR to the previous processor set
24 23 binding of one of the specified \fBLWP\fR, or to \fBPS_NONE\fR if the selected
25 24 \fBLWP\fR was not bound.
26 25 .sp
27 26 .LP
28 27 If \fIidtype\fR is \fBP_PID\fR, the binding affects all \fBLWP\fRs of the
29 28 process with process \fBID\fR (PID) \fIid\fR.
30 29 .sp
31 30 .LP
32 31 If \fIidtype\fR is \fBP_LWPID\fR, the binding affects the \fBLWP\fR of the
33 32 current process with \fBLWP ID\fR \fIid\fR.
34 33 .sp
35 34 .LP
36 35 If \fIidtype\fR is \fBP_TASKID\fR, the binding affects all LWPs of all
37 36 processes with task ID \fIid\fR.
38 37 .sp
39 38 .LP
40 39 If \fIidtype\fR is \fBP_PROJID\fR, the binding affects all LWPs of all
41 40 processes with project ID \fIid\fR.
42 41 .sp
43 42 .LP
44 43 If \fIidtype\fR is \fBP_ZONEID\fR, the binding affects all LWPs of all
45 44 processes with zone ID \fIid\fR.
46 45 .sp
47 46 .LP
48 47 If \fIidtype\fR is \fBP_CTID\fR, the binding affects all LWPs of all processes
49 48 with process contract ID \fIid\fR.
50 49 .sp
51 50 .LP
52 51 If \fIid\fR is \fBP_MYID\fR, the specified LWP, process, task, process, zone,
53 52 or process contract is the current one.
54 53 .sp
55 54 .LP
56 55 If \fIpset\fR is \fBPS_NONE\fR, the processor set bindings of the specified
57 56 LWPs are cleared.
58 57 .sp
59 58 .LP
60 59 If \fIpset\fR is \fBPS_QUERY\fR, the processor set bindings are not changed.
61 60 .sp
62 61 .LP
63 62 If \fIpset\fR is \fBPS_MYID\fR, the specified LWPs are bound to the same
64 63 processor set as the caller. If the caller is not bound to a processor set, the
65 64 processor set bindings are cleared.
66 65 .sp
67 66 .LP
68 67 The {\fBPRIV_SYS_RES_CONFIG\fR} privilege must be asserted in the effective set
69 68 of the calling process or \fIpset\fR must be \fBPS_QUERY\fR.
↓ open down ↓ |
41 lines elided |
↑ open up ↑ |
70 69 .sp
71 70 .LP
72 71 LWPs that have been bound to a processor with \fBprocessor_bind\fR(2) may also
73 72 be bound to a processor set if the processor is part of the processor set. If
74 73 this occurs, the binding to the processor remains in effect. If the processor
75 74 binding is later removed, the processor set binding becomes effective.
76 75 .sp
77 76 .LP
78 77 Processor set bindings are inherited across \fBfork\fR(2) and \fBexec\fR(2).
79 78 .SH RETURN VALUES
80 -.sp
81 79 .LP
82 80 Upon successful completion, 0 is returned. Otherwise, \(mi1 is returned and
83 81 \fBerrno\fR is set to indicate the error.
84 82 .SH ERRORS
85 -.sp
86 83 .LP
87 84 The \fBpset_bind()\fR function will fail if:
88 85 .sp
89 86 .ne 2
90 87 .na
91 88 \fB\fBEBUSY\fR\fR
92 89 .ad
93 90 .RS 11n
94 91 One of the \fBLWP\fRs is bound to a processor, and the specified processor set
95 92 does not include that processor.
96 93 .RE
97 94
98 95 .sp
99 96 .ne 2
100 97 .na
101 98 \fB\fBEFAULT\fR\fR
102 99 .ad
103 100 .RS 11n
104 101 The location pointed to by \fIopset\fR was not \fINULL\fR and not writable by
105 102 the user.
106 103 .RE
107 104
108 105 .sp
109 106 .ne 2
110 107 .na
111 108 \fB\fBEINVAL\fR\fR
112 109 .ad
113 110 .RS 11n
114 111 An invalid processor set \fBID\fR was specified; or \fIidtype\fR was not
115 112 \fBP_PID\fR, \fBP_LWPID\fR, \fBP_PROJID\fR, \fBP_TASKID\fR, \fBP_ZONEID\fR, or
116 113 \fBP_CTID\fR.
117 114 .RE
118 115
119 116 .sp
120 117 .ne 2
121 118 .na
122 119 \fB\fBENOTSUP\fR\fR
123 120 .ad
124 121 .RS 11n
125 122 The pools facility is active. See \fBpooladm\fR(1M) and
126 123 \fBpool_set_status\fR(3POOL) for information about enabling and disabling the
127 124 pools facility. Processes can be bound to pools using the \fBpoolbind\fR(1M)
128 125 utility or the \fBpool_set_binding\fR(3POOL) function.
↓ open down ↓ |
33 lines elided |
↑ open up ↑ |
129 126 .sp
130 127 Binding a system process to a processor set is not supported.
131 128 .RE
132 129
133 130 .sp
134 131 .ne 2
135 132 .na
136 133 \fB\fBEPERM\fR\fR
137 134 .ad
138 135 .RS 11n
139 -The {\fBPRIV_PROC_OWNER\fR} is not asserted in the effecive set of the calling
136 +The {\fBPRIV_PROC_OWNER\fR} is not asserted in the effective set of the calling
140 137 process and either the real or effective user ID of the calling process does
141 138 not match the real or effective user \fBID\fR of one of the LWPs being bound,
142 139 or the processor set from which one or more of the LWPs are being unbound has
143 140 the \fBPSET_NOESCAPE\fR attribute set and {\fBPRIV_SYS_RES_CONFIG\fR) is not
144 141 asserted in the effective set of the calling process. See \fBpset_setattr\fR(2)
145 142 for more information about processor set attributes.
146 143 .RE
147 144
148 145 .sp
149 146 .ne 2
150 147 .na
151 148 \fB\fBESRCH\fR\fR
152 149 .ad
153 150 .RS 11n
154 151 No processes, \fBLWP\fRs, or tasks were found to match the criteria specified
155 152 by \fIidtype\fR and \fIid\fR.
156 153 .RE
157 154
158 155 .SH ATTRIBUTES
159 -.sp
160 156 .LP
161 157 See \fBattributes\fR(5) for descriptions of the following attributes:
162 158 .sp
163 159
164 160 .sp
165 161 .TS
166 162 box;
167 163 c | c
168 164 l | l .
169 165 ATTRIBUTE TYPE ATTRIBUTE VALUE
170 166 _
171 167 Interface Stability Committed
172 168 _
173 169 MT-Level Async-Signal-Safe
174 170 .TE
175 171
176 172 .SH SEE ALSO
177 -.sp
178 173 .LP
179 174 \fBpbind\fR(1M), \fBpooladm\fR(1M), \fBpoolbind\fR(1M), \fBpsrset\fR(1M),
180 175 \fBexec\fR(2), \fBfork\fR(2), \fBprocessor_bind\fR(2), \fBpset_create\fR(2),
181 176 \fBpset_info\fR(2), \fBpset_setattr\fR(2), \fBpool_set_binding\fR(3POOL),
182 177 \fBpool_set_status\fR(3POOL), \fBpset_getloadavg\fR(3C), \fBprocess\fR(4),
183 178 \fBproject\fR(4), \fBattributes\fR(5), \fBprivileges\fR(5)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX