xref: /onnv-gate/usr/src/lib/cfgadm_plugins/scsi/scsi.xcl (revision 1957:9f08fba56b80)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*1957Sdnielsen# Common Development and Distribution License (the "License").
6*1957Sdnielsen# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
210Sstevel@tonic-gate#
22*1957Sdnielsen# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*1957Sdnielsen# Use is subject to license terms.
240Sstevel@tonic-gate#
250Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
260Sstevel@tonic-gate#
270Sstevel@tonic-gate# lib/cfgadm_plugins/scsi/scsi.xcl
280Sstevel@tonic-gate#
290Sstevel@tonic-gatemsgid  "insert_device"
300Sstevel@tonic-gatemsgid  "remove_device"
31*1957Sdnielsenmsgid  "led"
32*1957Sdnielsenmsgid  "locator"
330Sstevel@tonic-gatemsgid  "replace_device"
340Sstevel@tonic-gatemsgid  "\t-x insert_device ap_id [ap_id... ]\n"
350Sstevel@tonic-gate       "\t-x remove_device ap_id [ap_id... ]\n"
360Sstevel@tonic-gate       "\t-x replace_device ap_id [ap_id... ]\n"
37*1957Sdnielsen       "\t-x locator[=on|off] ap_id [ap_id... ]\n"
38*1957Sdnielsen       "\t-x led[=LED,mode=on|off|blink] "
39*1957Sdnielsen       "ap_id [ap_id... ]\n"
400Sstevel@tonic-gate       "\t-x reset_device ap_id [ap_id... ]\n"
410Sstevel@tonic-gate       "\t-x reset_bus ap_id [ap_id... ]\n"
420Sstevel@tonic-gate       "\t-x reset_all ap_id [ap_id... ]\n"
430Sstevel@tonic-gatemsgid  "%s/"
440Sstevel@tonic-gatemsgid  "."
450Sstevel@tonic-gatemsgid  ".."
460Sstevel@tonic-gatemsgid  "%s"
470Sstevel@tonic-gatemsgid  ": "
480Sstevel@tonic-gatemsgid  "\n"
490Sstevel@tonic-gatemsgid  "%s%s"
500Sstevel@tonic-gatemsgid  " "
510Sstevel@tonic-gatemsgid  "  "
520Sstevel@tonic-gatemsgid  "-"
530Sstevel@tonic-gatemsgid  "%%-%ds  %%-%ds"
54*1957Sdnielsenmsgid  "%-23s\t%s=%s\n"
55