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