2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/A#
2N/A# MAPFILE HEADER START
2N/A#
2N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2N/A# Object versioning must comply with the rules detailed in
2N/A#
2N/A# usr/src/lib/README.mapfiles
2N/A#
2N/A# You should not be making modifications here until you've read the most current
2N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2N/A#
2N/A# MAPFILE HEADER END
2N/A#
2N/A
2N/A#
2N/A# Generic interface definition for usr/src/lib/storage/libg_fc.
2N/A#
2N/A
2N/A$mapfile_version 2
2N/A
2N/ASTUB_OBJECT;
2N/A
2N/ASYMBOL_VERSION SUNW_2.0 {
2N/A global:
2N/A g_device_in_map;
2N/A g_free_multipath;
2N/A g_free_wwn_list;
2N/A g_get_dev_map;
2N/A g_get_lilp_map;
2N/A g_get_host_params;
2N/A g_get_fca_port_topology;
2N/A g_get_inquiry;
2N/A g_get_serial_number;
2N/A g_get_limited_map;
2N/A g_get_multipath;
2N/A g_get_nexus_path;
2N/A g_get_port_path;
2N/A g_get_port_state;
2N/A g_get_wwn;
2N/A g_get_wwn_list;
2N/A g_rdls;
2N/A g_dev_start;
2N/A g_dev_stop;
2N/A g_free_portlist;
2N/A g_force_lip;
2N/A g_forcelip_all;
2N/A g_offline_drive;
2N/A g_online_drive;
2N/A g_get_errString;
2N/A g_get_physical_name;
2N/A g_get_physical_name_from_link;
2N/A g_scsi_log_sense_cmd;
2N/A g_scsi_mode_sense_cmd;
2N/A g_scsi_read_capacity_cmd;
2N/A g_scsi_read_capacity_1016_cmd;
2N/A g_scsi_readbuffer_cmd;
2N/A g_scsi_rec_diag_cmd;
2N/A g_scsi_reset;
2N/A g_scsi_send_diag_cmd;
2N/A g_scsi_tur;
2N/A g_scsi_writebuffer_cmd;
2N/A g_switch_to_alpa { ASSERT { TYPE=data; SIZE=0x7e } };
2N/A g_sf_alpa_to_switch { ASSERT { TYPE=data; SIZE=0xf0 } };
2N/A g_i18n_catopen;
2N/A g_port_offline;
2N/A g_port_online;
2N/A g_loopback_mode;
2N/A g_stms_path_enable;
2N/A g_stms_path_disable_all;
2N/A g_stms_path_enable_all;
2N/A g_stms_path_disable;
2N/A g_stms_get_path_state;
2N/A g_get_dev_list;
2N/A g_wwn_in_dev_list;
2N/A g_get_inq_dtype;
2N/A g_dev_login;
2N/A g_dev_logout;
2N/A g_reserve;
2N/A g_release;
2N/A g_start;
2N/A g_stop;
2N/A g_string_to_wwn;
2N/A g_ll_to_str;
2N/A g_get_port_multipath;
2N/A g_destroy_data;
2N/A g_dump;
2N/A g_object_open;
2N/A g_zalloc;
2N/A g_alloc_string;
2N/A g_scsi_mode_select_cmd;
2N/A g_scsi_inquiry_cmd;
2N/A g_scsi_persistent_reserve_in_cmd;
2N/A g_get_path_type;
2N/A l_catd {
2N/A ASSERT {
2N/A TYPE=data;
2N/A SH_ATTR=nobits;
2N/A SIZE=addrsize;
2N/A };
2N/A };
2N/A g_get_lun_str;
2N/A g_get_lun_number;
2N/A g_get_pathlist;
2N/A g_get_pathcount;
2N/A g_failover;
2N/A g_sort_wwn_list;
2N/A g_devid_get;
2N/A g_devices_get_all;
2N/A g_dev_map_init;
2N/A g_dev_map_fini;
2N/A g_get_map_topology;
2N/A g_get_first_dev;
2N/A g_get_next_dev;
2N/A g_dev_prop_lookup_bytes;
2N/A g_dev_prop_lookup_ints;
2N/A g_dev_prop_lookup_strings;
2N/A g_get_first_dev_prop;
2N/A g_get_next_dev_prop;
2N/A g_get_dev_prop_name;
2N/A g_get_dev_prop_type;
2N/A g_get_dev_prop_bytes;
2N/A g_get_dev_prop_ints;
2N/A g_get_dev_prop_strings;
2N/A g_enclDiskChk;
2N/A local:
2N/A *;
2N/A};