xref: /onnv-gate/usr/src/lib/libdevid/mapfile-vers (revision 9325:1ca0b1aa9fe2)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
228744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
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
382522Sraf#
392522Sraf
402522SrafSUNW_1.2 {
412522Sraf    global:
422522Sraf	devid_str_decode;
432522Sraf	devid_str_encode;
442522Sraf	devid_str_free;
452522Sraf	devid_valid;
462522Sraf} SUNW_1.1;
472522Sraf
482522SrafSUNW_1.1 {
492522Sraf    global:
502522Sraf	devid_compare;
512522Sraf	devid_deviceid_to_nmlist;
522522Sraf	devid_free;
532522Sraf	devid_free_nmlist;
542522Sraf	devid_get;
552522Sraf	devid_get_minor_name;
562522Sraf	devid_sizeof;
572522Sraf};
582522Sraf
592522SrafSUNWprivate_1.1 {
602522Sraf    global:
612522Sraf	devid_free_guid;
622522Sraf	devid_scsi_encode;
632522Sraf	devid_str_compare;
642522Sraf	devid_to_guid;
65*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_free_wwnstr;
66*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_lun64_to_lun;
67*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_lun_to_lun64;
68*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_wwn_to_wwnstr;
69*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_wwnstr_hexcase;
70*9325SSrivijitha.Dugganapalli@Sun.COM	scsi_wwnstr_to_wwn;
712522Sraf    local:
722522Sraf	*;
732522Sraf};
74