xref: /illumos-gate/usr/src/lib/storage/libg_fc/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40#
41# Generic interface definition for usr/src/lib/storage/libg_fc.
42#
43
44SUNW_2.0 {
45	global:
46		g_device_in_map;
47		g_free_multipath;
48		g_free_wwn_list;
49		g_get_dev_map;
50		g_get_lilp_map;
51		g_get_host_params;
52		g_get_fca_port_topology;
53		g_get_inquiry;
54		g_get_serial_number;
55		g_get_limited_map;
56		g_get_multipath;
57		g_get_nexus_path;
58		g_get_port_path;
59		g_get_port_state;
60		g_get_wwn;
61		g_get_wwn_list;
62		g_rdls;
63		g_dev_start;
64		g_dev_stop;
65		g_free_portlist;
66		g_force_lip;
67		g_forcelip_all;
68		g_offline_drive;
69		g_online_drive;
70		g_get_errString;
71		g_get_physical_name;
72		g_get_physical_name_from_link;
73		g_scsi_log_sense_cmd;
74		g_scsi_mode_sense_cmd;
75		g_scsi_read_capacity_cmd;
76		g_scsi_read_capacity_1016_cmd;
77		g_scsi_readbuffer_cmd;
78		g_scsi_rec_diag_cmd;
79		g_scsi_reset;
80		g_scsi_send_diag_cmd;
81		g_scsi_tur;
82		g_scsi_writebuffer_cmd;
83		g_switch_to_alpa;
84		g_sf_alpa_to_switch;
85		g_i18n_catopen;
86		g_port_offline;
87		g_port_online;
88		g_loopback_mode;
89		g_stms_path_enable;
90		g_stms_path_disable_all;
91		g_stms_path_enable_all;
92		g_stms_path_disable;
93		g_stms_get_path_state;
94		g_get_dev_list;
95		g_wwn_in_dev_list;
96		g_get_inq_dtype;
97		g_dev_login;
98		g_dev_logout;
99		g_reserve;
100		g_release;
101		g_start;
102		g_stop;
103		g_string_to_wwn;
104		g_ll_to_str;
105		g_get_port_multipath;
106		g_destroy_data;
107		g_dump;
108		g_object_open;
109		g_zalloc;
110		g_alloc_string;
111		g_scsi_mode_select_cmd;
112		g_scsi_inquiry_cmd;
113		g_scsi_persistent_reserve_in_cmd;
114		g_get_path_type;
115		l_catd;
116		g_get_lun_str;
117		g_get_lun_number;
118		g_get_pathlist;
119		g_get_pathcount;
120		g_failover;
121		g_sort_wwn_list;
122		g_devid_get;
123		g_devices_get_all;
124                g_dev_map_init;
125                g_dev_map_fini;
126                g_get_map_topology;
127                g_get_first_dev;
128                g_get_next_dev;
129                g_dev_prop_lookup_bytes;
130                g_dev_prop_lookup_ints;
131                g_dev_prop_lookup_strings;
132                g_get_first_dev_prop;
133                g_get_next_dev_prop;
134                g_get_dev_prop_name;
135                g_get_dev_prop_type;
136                g_get_dev_prop_bytes;
137                g_get_dev_prop_ints;
138                g_get_dev_prop_strings;
139		g_enclDiskChk;
140	local:
141		*;
142};
143