xref: /onnv-gate/usr/src/lib/cfgadm_plugins/sysctrl/sysctrl.xcl (revision 2305:7954d746a1b5)
1*2305Sstevel#
2*2305Sstevel# CDDL HEADER START
3*2305Sstevel#
4*2305Sstevel# The contents of this file are subject to the terms of the
5*2305Sstevel# Common Development and Distribution License, Version 1.0 only
6*2305Sstevel# (the "License").  You may not use this file except in compliance
7*2305Sstevel# with the License.
8*2305Sstevel#
9*2305Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*2305Sstevel# or http://www.opensolaris.org/os/licensing.
11*2305Sstevel# See the License for the specific language governing permissions
12*2305Sstevel# and limitations under the License.
13*2305Sstevel#
14*2305Sstevel# When distributing Covered Code, include this CDDL HEADER in each
15*2305Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*2305Sstevel# If applicable, add the following below this CDDL HEADER, with the
17*2305Sstevel# fields enclosed by brackets "[]" replaced with your own identifying
18*2305Sstevel# information: Portions Copyright [yyyy] [name of copyright owner]
19*2305Sstevel#
20*2305Sstevel# CDDL HEADER END
21*2305Sstevel#
22*2305Sstevelmsgid  "cpu/mem   "
23*2305Sstevelmsgid  "mem       "
24*2305Sstevelmsgid  "dual-sbus "
25*2305Sstevelmsgid  "sbus-upa  "
26*2305Sstevelmsgid  "dual-pci  "
27*2305Sstevelmsgid  "disk      "
28*2305Sstevelmsgid  "soc+sbus  "
29*2305Sstevelmsgid  "soc+upa   "
30*2305Sstevelmsgid  "unknown   "
31*2305Sstevelmsgid  "get-status"
32*2305Sstevelmsgid  "list"
33*2305Sstevelmsgid  "connect"
34*2305Sstevelmsgid  "disconnect"
35*2305Sstevelmsgid  "configure"
36*2305Sstevelmsgid  "unconfigure"
37*2305Sstevelmsgid  "quiesce-test"
38*2305Sstevelmsgid  "insert-test"
39*2305Sstevelmsgid  "remove-test"
40*2305Sstevelmsgid  "set-condition-test"
41*2305Sstevelmsgid  "enable-at-boot"
42*2305Sstevelmsgid  "disable-at-boot"
43*2305Sstevelmsgid  "prom open"
44*2305Sstevelmsgid  "prom getprop"
45*2305Sstevelmsgid  "prom setprop"
46*2305Sstevelmsgid  "[-f][-o enable-at-boot]"
47*2305Sstevelmsgid  "\t-x quiesce-test ap_id [ap_id...]"
48*2305Sstevelmsgid  "\t-x insert-test  ap_id [ap_id...]"
49*2305Sstevelmsgid  "\t-x remove-test  ap_id [ap_id...]"
50*2305Sstevelmsgid  "\t-x set-condition-test=<condition>"
51*2305Sstevelmsgid  "\t-o enable-at-boot"
52*2305Sstevelmsgid  "\t-o disable-at-boot"
53*2305Sstevelmsgid  "unknown"
54*2305Sstevelmsgid  "ok"
55*2305Sstevelmsgid  "failing"
56*2305Sstevelmsgid  "failed"
57*2305Sstevelmsgid  "unusable"
58*2305Sstevelmsgid  "<%s>"
59*2305Sstevelmsgid  "\n"
60*2305Sstevelmsgid  "cfga_sid(%d,%d)=%d\n"
61*2305Sstevelmsgid  "errno=%d"
62*2305Sstevelmsgid  "%s\n"
63*2305Sstevelmsgid  "<%d>"
64*2305Sstevelmsgid  "%s"
65*2305Sstevelmsgid  "/tmp/cfga_simdata"
66*2305Sstevelmsgid  "sim_open"
67*2305Sstevelmsgid  "sim_stat"
68*2305Sstevelmsgid  "sim_size"
69*2305Sstevelmsgid  "sim_read"
70*2305Sstevelmsgid  "sim_open(%s)\n"
71*2305Sstevelmsgid  "/dev/openprom"
72*2305Sstevelmsgid  "sim_ioctl(%d)\n"
73*2305Sstevelmsgid  "sim_seek"
74*2305Sstevelmsgid  "sim_write"
75*2305Sstevelmsgid  "disabled-board-list"
76*2305Sstevelmsgid  "getprop(%s, %d)\n"
77*2305Sstevelmsgid  "prom_set_prop(%s)\n"
78*2305Sstevelmsgid  "%x"
79*2305Sstevelmsgid  "slot"
80*2305Sstevelmsgid  "ap_idx(%s)\n"
81*2305Sstevelmsgid  "ap_idx: s=%s, n=%d\n"
82*2305Sstevelmsgid  "ap_idx(%s)=%d\n"
83*2305Sstevelmsgid  "cpu %d: "
84*2305Sstevelmsgid  "%3d MHz "
85*2305Sstevelmsgid  "%0.1fM "
86*2305Sstevelmsgid  "single buffered ffb   "
87*2305Sstevelmsgid  "double buffered ffb   "
88*2305Sstevelmsgid  "no ffb installed   "
89*2305Sstevelmsgid  "illegal ffb size   "
90*2305Sstevelmsgid  "target: %2d "
91*2305Sstevelmsgid  "no disk   "
92*2305Sstevelmsgid  "disabled at boot   "
93*2305Sstevelmsgid  "non-detachable   "
94*2305Sstevelmsgid  "100 MHz capable   "
95