124db4641Seschrock# 224db4641Seschrock# CDDL HEADER START 324db4641Seschrock# 424db4641Seschrock# The contents of this file are subject to the terms of the 524db4641Seschrock# Common Development and Distribution License (the "License"). 624db4641Seschrock# You may not use this file except in compliance with the License. 724db4641Seschrock# 824db4641Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 924db4641Seschrock# or http://www.opensolaris.org/os/licensing. 1024db4641Seschrock# See the License for the specific language governing permissions 1124db4641Seschrock# and limitations under the License. 1224db4641Seschrock# 1324db4641Seschrock# When distributing Covered Code, include this CDDL HEADER in each 1424db4641Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1524db4641Seschrock# If applicable, add the following below this CDDL HEADER, with the 1624db4641Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 1724db4641Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 1824db4641Seschrock# 1924db4641Seschrock# CDDL HEADER END 2024db4641Seschrock# 2124db4641Seschrock# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2324db4641Seschrock# Use is subject to license terms. 2424db4641Seschrock# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38*bfed486aSAli Bahrami# 3924db4641Seschrock 4024db4641SeschrockSUNWprivate_1.1 { 4124db4641Seschrock global: 4224db4641Seschrock disk_status_close; 4324db4641Seschrock disk_status_errmsg; 4424db4641Seschrock disk_status_errno; 4524db4641Seschrock disk_status_get; 4624db4641Seschrock disk_status_open; 4724db4641Seschrock disk_status_path; 4824db4641Seschrock disk_status_set_debug; 4924db4641Seschrock local: 5024db4641Seschrock *; 5124db4641Seschrock}; 52