16316Seschrock# 26316Seschrock# CDDL HEADER START 36316Seschrock# 46316Seschrock# The contents of this file are subject to the terms of the 56316Seschrock# Common Development and Distribution License (the "License"). 66316Seschrock# You may not use this file except in compliance with the License. 76316Seschrock# 86316Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 96316Seschrock# or http://www.opensolaris.org/os/licensing. 106316Seschrock# See the License for the specific language governing permissions 116316Seschrock# and limitations under the License. 126316Seschrock# 136316Seschrock# When distributing Covered Code, include this CDDL HEADER in each 146316Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 156316Seschrock# If applicable, add the following below this CDDL HEADER, with the 166316Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 176316Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 186316Seschrock# 196316Seschrock# CDDL HEADER END 206316Seschrock# 216316Seschrock 226316Seschrock# 23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 246316Seschrock# 258744SAli.Bahrami@Sun.COM 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 288744SAli.Bahrami@Sun.COM# 298744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 338744SAli.Bahrami@Sun.COM# 348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 388744SAli.Bahrami@Sun.COM# 396316Seschrock 40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 41*12692SAli.Bahrami@Oracle.COM 42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 436316Seschrock global: 446316Seschrock libscsi_init; 456316Seschrock libscsi_fini; 466316Seschrock libscsi_open; 476316Seschrock libscsi_close; 486316Seschrock libscsi_action_alloc; 496316Seschrock libscsi_action_get_status; 506316Seschrock libscsi_action_set_status; 516316Seschrock libscsi_action_get_timeout; 526316Seschrock libscsi_action_set_timeout; 536316Seschrock libscsi_action_get_cdb; 546316Seschrock libscsi_action_get_flags; 556316Seschrock libscsi_action_get_buffer; 566316Seschrock libscsi_action_get_sense; 576316Seschrock libscsi_action_set_datalen; 586316Seschrock libscsi_action_set_senselen; 596316Seschrock libscsi_action_parse_sense; 606316Seschrock libscsi_sense_key_name; 616316Seschrock libscsi_sense_code_name; 626316Seschrock libscsi_action_free; 636316Seschrock libscsi_exec; 646316Seschrock libscsi_errno; 656316Seschrock libscsi_errmsg; 666316Seschrock libscsi_strerror; 676316Seschrock libscsi_errname; 686316Seschrock libscsi_errcode; 696316Seschrock libscsi_assert; 706316Seschrock libscsi_cmd_cdblen; 716316Seschrock libscsi_vendor; 726316Seschrock libscsi_product; 736316Seschrock libscsi_revision; 746316Seschrock libscsi_get_handle; 756316Seschrock 766316Seschrock libscsi_alloc; 776316Seschrock libscsi_zalloc; 786316Seschrock libscsi_strdup; 796316Seschrock libscsi_free; 806316Seschrock libscsi_set_errno; 816316Seschrock libscsi_verror; 826316Seschrock libscsi_error; 836316Seschrock 846316Seschrock local: 856316Seschrock *; 866316Seschrock}; 87