1275c9da8Seschrock# 2275c9da8Seschrock# CDDL HEADER START 3275c9da8Seschrock# 4275c9da8Seschrock# The contents of this file are subject to the terms of the 5275c9da8Seschrock# Common Development and Distribution License (the "License"). 6275c9da8Seschrock# You may not use this file except in compliance with the License. 7275c9da8Seschrock# 8275c9da8Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9275c9da8Seschrock# or http://www.opensolaris.org/os/licensing. 10275c9da8Seschrock# See the License for the specific language governing permissions 11275c9da8Seschrock# and limitations under the License. 12275c9da8Seschrock# 13275c9da8Seschrock# When distributing Covered Code, include this CDDL HEADER in each 14275c9da8Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15275c9da8Seschrock# If applicable, add the following below this CDDL HEADER, with the 16275c9da8Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 17275c9da8Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 18275c9da8Seschrock# 19275c9da8Seschrock# CDDL HEADER END 20275c9da8Seschrock# 21275c9da8Seschrock 22275c9da8Seschrock# 23*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24275c9da8Seschrock# Use is subject to license terms. 25275c9da8Seschrock# 26*bfed486aSAli Bahrami 27*bfed486aSAli Bahrami# 28*bfed486aSAli Bahrami# MAPFILE HEADER START 29*bfed486aSAli Bahrami# 30*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 32*bfed486aSAli Bahrami# 33*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 34*bfed486aSAli Bahrami# 35*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 36*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 37*bfed486aSAli Bahrami# 38*bfed486aSAli Bahrami# MAPFILE HEADER END 39*bfed486aSAli Bahrami# 40275c9da8Seschrock 41275c9da8SeschrockSUNWprivate_1.1 { 42275c9da8Seschrock global: 43275c9da8Seschrock libscsi_init; 44275c9da8Seschrock libscsi_fini; 45275c9da8Seschrock libscsi_open; 46275c9da8Seschrock libscsi_close; 47275c9da8Seschrock libscsi_action_alloc; 48275c9da8Seschrock libscsi_action_get_status; 49275c9da8Seschrock libscsi_action_set_status; 50275c9da8Seschrock libscsi_action_get_timeout; 51275c9da8Seschrock libscsi_action_set_timeout; 52275c9da8Seschrock libscsi_action_get_cdb; 53275c9da8Seschrock libscsi_action_get_flags; 54275c9da8Seschrock libscsi_action_get_buffer; 55275c9da8Seschrock libscsi_action_get_sense; 56275c9da8Seschrock libscsi_action_set_datalen; 57275c9da8Seschrock libscsi_action_set_senselen; 58275c9da8Seschrock libscsi_action_parse_sense; 59275c9da8Seschrock libscsi_sense_key_name; 60275c9da8Seschrock libscsi_sense_code_name; 61275c9da8Seschrock libscsi_action_free; 62275c9da8Seschrock libscsi_exec; 63275c9da8Seschrock libscsi_errno; 64275c9da8Seschrock libscsi_errmsg; 65275c9da8Seschrock libscsi_strerror; 66275c9da8Seschrock libscsi_errname; 67275c9da8Seschrock libscsi_errcode; 68275c9da8Seschrock libscsi_assert; 69275c9da8Seschrock libscsi_cmd_cdblen; 70275c9da8Seschrock libscsi_vendor; 71275c9da8Seschrock libscsi_product; 72275c9da8Seschrock libscsi_revision; 73275c9da8Seschrock libscsi_get_handle; 74275c9da8Seschrock 75275c9da8Seschrock libscsi_alloc; 76275c9da8Seschrock libscsi_zalloc; 77275c9da8Seschrock libscsi_strdup; 78275c9da8Seschrock libscsi_free; 79275c9da8Seschrock libscsi_set_errno; 80275c9da8Seschrock libscsi_verror; 81275c9da8Seschrock libscsi_error; 82275c9da8Seschrock 83275c9da8Seschrock local: 84275c9da8Seschrock *; 85275c9da8Seschrock}; 86