1fcf3ce44SJohn Forte# 2fcf3ce44SJohn Forte# CDDL HEADER START 3fcf3ce44SJohn Forte# 4fcf3ce44SJohn Forte# The contents of this file are subject to the terms of the 5fcf3ce44SJohn Forte# Common Development and Distribution License (the "License"). 6fcf3ce44SJohn Forte# You may not use this file except in compliance with the License. 7fcf3ce44SJohn Forte# 8fcf3ce44SJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9fcf3ce44SJohn Forte# or http://www.opensolaris.org/os/licensing. 10fcf3ce44SJohn Forte# See the License for the specific language governing permissions 11fcf3ce44SJohn Forte# and limitations under the License. 12fcf3ce44SJohn Forte# 13fcf3ce44SJohn Forte# When distributing Covered Code, include this CDDL HEADER in each 14fcf3ce44SJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15fcf3ce44SJohn Forte# If applicable, add the following below this CDDL HEADER, with the 16fcf3ce44SJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying 17fcf3ce44SJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner] 18fcf3ce44SJohn Forte# 19fcf3ce44SJohn Forte# CDDL HEADER END 20fcf3ce44SJohn Forte# 21fcf3ce44SJohn Forte# 22fcf3ce44SJohn Forte# 23*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 24fcf3ce44SJohn Forte# 25bfed486aSAli Bahrami 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# MAPFILE HEADER START 28bfed486aSAli Bahrami# 29bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami# MAPFILE HEADER END 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40fcf3ce44SJohn Forte# 41fcf3ce44SJohn Forte# Generic interface definition for usr/src/lib/storage/liba5k. 42fcf3ce44SJohn Forte# 43bfed486aSAli Bahrami 44*cd3e9333SAli Bahrami$mapfile_version 2 45*cd3e9333SAli Bahrami 46*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_2.0 { 47fcf3ce44SJohn Forte global: 48fcf3ce44SJohn Forte l_chk_null_wwn; 49fcf3ce44SJohn Forte l_convert_name; 50fcf3ce44SJohn Forte l_bp_bypass_enable; 51fcf3ce44SJohn Forte l_dev_bypass_enable; 52fcf3ce44SJohn Forte l_dev_pwr_up_down; 53fcf3ce44SJohn Forte l_device_present; 54fcf3ce44SJohn Forte l_download; 55fcf3ce44SJohn Forte l_duplicate_names; 56fcf3ce44SJohn Forte l_encl_status_page_funcs; 57fcf3ce44SJohn Forte l_format_fc_status_msg; 58fcf3ce44SJohn Forte l_format_ifp_status_msg; 59fcf3ce44SJohn Forte l_free_box_list; 60fcf3ce44SJohn Forte l_free_lstate; 61fcf3ce44SJohn Forte l_get_allses; 62fcf3ce44SJohn Forte l_get_box_list; 63fcf3ce44SJohn Forte l_get_disk_element_index; 64fcf3ce44SJohn Forte l_get_disk_port_status; 65fcf3ce44SJohn Forte l_get_disk_status; 66fcf3ce44SJohn Forte l_get_drive_name; 67fcf3ce44SJohn Forte l_get_envsen; 68fcf3ce44SJohn Forte l_get_envsen_page; 69fcf3ce44SJohn Forte l_get_ib_status; 70fcf3ce44SJohn Forte l_get_individual_state; 71fcf3ce44SJohn Forte l_get_port; 72fcf3ce44SJohn Forte l_get_ses_path; 73fcf3ce44SJohn Forte l_get_slot; 74fcf3ce44SJohn Forte l_get_status; 75fcf3ce44SJohn Forte l_led; 76fcf3ce44SJohn Forte l_pho_pwr_up_down; 77fcf3ce44SJohn Forte l_make_node; 78fcf3ce44SJohn Forte l_new_name; 79fcf3ce44SJohn Forte l_offline_photon; 80fcf3ce44SJohn Forte l_get_enc_type; 81fcf3ce44SJohn Forte d_p_bypass; 82fcf3ce44SJohn Forte d_p_enable; 83fcf3ce44SJohn Forte l_check_file; 84fcf3ce44SJohn Forte l_element_msg_string; 85fcf3ce44SJohn Forte l_get_conflict; 86fcf3ce44SJohn Forte l_get_mode_pg; 87fcf3ce44SJohn Forte l_new_password; 88fcf3ce44SJohn Forte local: 89fcf3ce44SJohn Forte *; 90fcf3ce44SJohn Forte}; 91