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
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
26 #ifndef _LIBSTMF_IMPL_H
27 #define _LIBSTMF_IMPL_H
35 typedef struct _luResourceImpl
{
41 typedef struct _diskResource
{
42 boolean_t luDataFileNameValid
;
43 char luDataFileName
[MAXPATHLEN
];
44 boolean_t luMetaFileNameValid
;
45 char luMetaFileName
[MAXPATHLEN
];
46 boolean_t luSizeValid
;
48 boolean_t blkSizeValid
;
50 boolean_t luGuidValid
;
52 boolean_t serialNumValid
;
54 boolean_t companyIdValid
;
56 boolean_t luAliasValid
;
58 boolean_t luMgmtUrlValid
;
66 boolean_t writeProtectEnableValid
;
67 boolean_t writeProtectEnable
;
68 boolean_t writebackCacheDisableValid
;
69 boolean_t writebackCacheDisable
;
72 boolean_t hostIdValid
;
80 #endif /* _LIBSTMF_IMPL_H */