8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3stmf / stmfModifyLu.3stmf
blob52b9bb25e09cc3feed072287fc518e98fd22a56a
1 '\" te
2 .\" Copyright (c) 2009, Sun Microsystems Inc. All Rights Reserved.
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 .\"  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 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH STMFMODIFYLU 3STMF "May 8, 2009"
7 .SH NAME
8 stmfModifyLu, stmfModifyLuByFname \- modify a logical uni
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... -lstmf [ \fIlibrary\fR... ]
13 #include <libstmf.h>
15 \fBint\fR \fBstmfModifyLu\fR(\fBstmfGuid *\fR\fIluGuid\fR, \fBuint32_t\fR \fIprop\fR, \fBconst char *\fR\fIpropVal\fR)
16 .fi
18 .LP
19 .nf
20 \fBint\fR \fBstmfModifyLu\fR(\fBuint16_t\fR \fIdType\fR, \fBconst char *\fR\fIfname\fR, \fBuint32_t\fR \fIprop\fR,
21      \fBconst char *\fR\fIpropVal\fR)
22 .fi
24 .SH PARAMETERS
25 .sp
26 .ne 2
27 .na
28 \fB\fIluGuid\fR\fR
29 .ad
30 .RS 11n
31 The guid of logical unit to modify.
32 .RE
34 .sp
35 .ne 2
36 .na
37 \fB\fIfname\fR\fR
38 .ad
39 .RS 11n
40 The filename of logical unit to modify.
41 .RE
43 .sp
44 .ne 2
45 .na
46 \fB\fIdType\fR\fR
47 .ad
48 .RS 11n
49 Type of logical unit. See \fBstmfCreateLuResource\fR(3STMF).
50 .RE
52 .sp
53 .ne 2
54 .na
55 \fB\fIprop\fR\fR
56 .ad
57 .RS 11n
58 A property type value. See DESCRIPTION for valid values.
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fIpropVal\fR\fR
65 .ad
66 .RS 11n
67 A property value.
68 .RE
70 .SH DESCRIPTION
71 .sp
72 .LP
73 The \fBstmfModifyLu()\fR and \fBstmfModifyLuByFname()\fR functions modify the
74 properties of a logical unit device.
75 .sp
76 .LP
77 Valid properties for modify \fBSTMF_DISK\fR:
78 .sp
79 .ne 2
80 .na
81 \fB\fBSTMF_LU_PROP_ALIAS\fR\fR
82 .ad
83 .sp .6
84 .RS 4n
85 Up to 255 characters representing a user defined name for the device.
86 .sp
87 Default: Set to file name of backing store.
88 .RE
90 .sp
91 .ne 2
92 .na
93 \fB\fBSTMF_LU_PROP_SIZE\fR\fR
94 .ad
95 .sp .6
96 .RS 4n
97 Numeric value with optional suffix (for example, 100G, 1T) to specify unit of
98 size.
99 .sp
100 Default: Size of device specified in the \fBSTMF_LU_PROP_DATA_FILENAME\fR
101 property value.
105 .ne 2
107 \fB\fBSTMF_LU_PROP_WRITE_CACHE_DISABLE\fR\fR
109 .sp .6
110 .RS 4n
111 Write back cache disable. When specified as "true" or "false", specifies write
112 back cache disable behavior.
114 Default: Writeback cache setting of the backing store device specified by
115 \fBSTMF_LU_PROP_DATA_FILENAME\fR.
119 .ne 2
121 \fB\fBSTMF_LU_PROP_WRITE_PROTECT\fR\fR
123 .sp .6
124 .RS 4n
125 Write protect bit. When specified as "true" or "false", specifies whether the
126 device behaves as a write protected device.
128 Default: "false"
131 .SH RETURN VALUES
134 The following values are returned:
136 .ne 2
138 \fB\fBSTMF_STATUS_SUCCESS\fR\fR
140 .sp .6
141 .RS 4n
142 The API call was successful.
146 .ne 2
148 \fB\fBSTMF_ERROR_INVALID_ARG\fR\fR
150 .sp .6
151 .RS 4n
152 Either \fIprop\fR or \fIpropVal\fR is unrecognized.
156 .ne 2
158 \fB\fBSTMF_ERROR_INVALID_PROPSIZE\fR\fR
160 .sp .6
161 .RS 4n
162 The size of \fIpropVal\fR is invalid.
166 .ne 2
168 \fB\fBSTMF_ERROR_NO_PROP\fR\fR
170 .sp .6
171 .RS 4n
172 The value of \fIprop\fR is unknown for this resource type.
175 .SH ATTRIBUTES
178 See \fBattributes\fR(5) for descriptions of the following attributes:
183 box;
184 c | c
185 l | l .
186 ATTRIBUTE TYPE  ATTRIBUTE VALUE
188 Interface Stability     Committed
190 MT-Level        Safe
193 .SH SEE ALSO
196 \fBlibstmf\fR(3LIB), \fBstmfCreateLuResource\fR(3STMF), \fBattributes\fR(5)