mapfile-vers revision 8744:03d5725cda56
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20#
21# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39#
40# Generic interface definition for usr/src/lib/librdc.
41#
42
43SUNWprivate_1.1 {
44	global:
45		Is_ipv6present;
46		convert_nconf_to_knconf;
47		get_addr;
48		gethost_byname;
49		gethost_netaddrs;
50		rdc_check_release;
51		rdc_set_error;
52		rdc_alloc_config;
53		rdc_free_config;
54		rdc_free_rclist;
55		self_check;
56		rdc_enable;
57		rdc_enable_clrbmp;
58		rdc_disable;
59		rdc_log;
60		rdc_usync;
61		rdc_fsync;
62		rdc_rsync;
63		rdc_ursync;
64		rdc_wait;
65		rdc_set_autosync;
66		rdc_set_maxqfbas;
67		rdc_set_maxqitems;
68		rdc_get_maxqfbas;
69		rdc_get_maxqitems;
70		rdc_get_autosync;
71		rdc_reconfig_pbmp;
72		rdc_reconfig_sbmp;
73		rdc_reconfig_group;
74		rdc_reconfig_ctag;
75		rdc_set_sync;
76		rdc_set_async;
77		rdc_health;
78		rdc_reverse_role;
79		rdc_error;
80
81	local:
82		*;
83};
84