Lines Matching refs:the

4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
87 Interpret the elt argument as a direct index into the\n\
91 Restrict the elt argument to the capability elements belonging\n\
92 to the capabilities group with a CA_SUNW_ID entry matching the\n\
96 Interpret the value argument as a string rather than an\n\
97 integer. If the specified string already exists in the\n\
98 string table, the offset of that string is stored in the\n\
99 capability entry. If the string does not exist in the string\n\
100 table, but there is room to add it, the new string is added\n\
101 and then the offset is placed in the capability entry.\n"
108 this is a CA_ tag value. The index of the first element\n\
109 in the capabilities section that has the specified tag value\n\
110 will be used. The value specified can be one of the well known\n\
113 If the -capndx option is specified, elt is instead interpreted\n\
114 as a simple integer index into the capabilities section.\n"
118 element. Tag values can be specified using the well known\n\
124 tag value. In this case, the index of the first capabilities\n\
125 element with the specified tag value will be used. Tag values\n\
126 can be specified using the well known CA_ symbolic constants\n\
127 from /usr/include/sys/elf.h, or as integers. If the -capndx\n\
129 direct numeric index into the capabilities section. If the\n\
130 -capid option is specified, the search is limited to elements\n\
131 within the named capabilities group.\n"
138 Number of capabilities elements to delete, starting at the\n\
139 specified position. This value cannot exceed the number\n\
140 of slots remaining in the capabilities group below the specified\n\
144 Numeric index within capabilities section to which the element(s)\n\
145 should be moved. The destination index must lie within the same\n\
150 exceed the number of slots remaining in the capabilities group\n\
151 below the specified position. If count is not supplied, a\n\
156 value, any of the AV_386_ symbolic constants defined in\n\
157 /usr/include/sys/auxv_386.h, or the AV_SPARC symbolic\n\
162 value, any of the SF1_SUNW_ symbolic constants defined in\n\
167 value, any of the AV_386_2_ symbolic constants defined in\n\
172 value, any of the AV_386_3_ symbolic constants defined in\n\
178 The cap:dump command is used to display the contents of the\n\
179 capabilities section using the same style used by the elfdump\n\
183 The cap:tag command is used to display or alter the\n\
184 type of an element in the capabilities section. This information\n\
185 is found in the c_tag field of a capabilities element.\n\
187 If cap:tag is called without arguments, the value of c_tag\n\
188 for every element in the capabilities section is shown. If called\n\
189 with the elt argument, the specified elements are displayed.\n\
190 If both arguments are present, the c_tag field of the specified\n\
191 capabilities element is set to the given value.\n"
194 The cap:value command is used to display or alter the\n\
195 value of an element in the capabilities section. The value\n\
196 of a capabilities element is found in the c_un union of the\n\
199 If cap:value is called without arguments, the value of every\n\
200 element in the capabilities section is shown. If called with the\n\
201 elt argument, the value of the specified elements are displayed.\n\
202 If both arguments are present, the value of the specified\n\
203 capabilities element is set to the given value.\n"
207 from a capabilities group within the capabilities section. The\n\
208 elements following the deleted items move up, and new CA_NULL\n\
209 elements are inserted at the end of the capabilities group to\n\
210 fill the vacated space.\n"
213 The cap:move command is used to move the position of one\n\
214 or more elements in a capabilities group within in the\n\
219 The cap:hw1 command is used to display or alter the\n\
220 value of the hardware capabilities element (CA_SUNW_HW_1).\n\
222 If cap:hw1 is called without arguments, the current\n\
224 the following steps are taken:\n\
226 o\tAll the value arguments are OR'd together.\n\
228 o\tIf the -cmp option has been specified, the new value\n\
231 o\tThe CA_SUNW_HW_1 element of the capabilities section is\n\
232 \tupdated with the new value. If -and is specified, the new\n\
233 \tvalue is AND'd against the existing value. If -or is\n\
234 \tspecified, the new value is OR'd against the existing\n\
235 \tvalue. If neither -and or -or are specified, the new value\n\
236 \treplaces the existing value.\n"
239 The cap:sf1 command is used to display or alter the\n\
240 value of the software capabilities element (CA_SUNW_SF_1).\n\
242 If cap:sf1 is called without arguments, the current\n\
244 the following steps are taken:\n\
246 o\tAll the value arguments are OR'd together.\n\
248 o\tIf the -cmp option has been specified, the new value\n\
251 o\tThe CA_SUNW_SF_1 element of the capabilities section is\n\
252 \tupdated with the new value. If -and is specified, the new\n\
253 \tvalue is AND'd against the existing value. If -or is\n\
254 \tspecified, the new value is OR'd against the existing\n\
255 \tvalue. If neither -and or -or are specified, the new value\n\
256 replaces the existing value.\n"
259 The cap:hw2 command is used to display or alter the\n\
260 value of the hardware capabilities element (CA_SUNW_HW_2).\n\
262 If cap:hw2 is called without arguments, the current\n\
264 the following steps are taken:\n\
266 o\tAll the value arguments are OR'd together.\n\
268 o\tIf the -cmp option has been specified, the new value\n\
271 o\tThe CA_SUNW_HW_2 element of the capabilities section is\n\
272 \tupdated with the new value. If -and is specified, the new\n\
273 \tvalue is AND'd against the existing value. If -or is\n\
274 \tspecified, the new value is OR'd against the existing\n\
275 \tvalue. If neither -and or -or are specified, the new value\n\
276 \treplaces the existing value.\n"
279 The cap:hw3 command is used to display or alter the\n\
280 value of the hardware capabilities element (CA_SUNW_HW_3).\n\
282 If cap:hw3 is called without arguments, the current\n\
284 the following steps are taken:\n\
286 o\tAll the value arguments are OR'd together.\n\
288 o\tIf the -cmp option has been specified, the new value\n\
291 o\tThe CA_SUNW_HW_3 element of the capabilities section is\n\
292 \tupdated with the new value. If -and is specified, the new\n\
293 \tvalue is AND'd against the existing value. If -or is\n\
294 \tspecified, the new value is OR'd against the existing\n\
295 \tvalue. If neither -and or -or are specified, the new value\n\
296 \treplaces the existing value.\n"
301 # Reference to this strings is via the MSG_ORIG() macro, and thus no message