xref: /onnv-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/mapfile-vers (revision 8744:03d5725cda56)
12305Sstevel#
2*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
32305Sstevel# Use is subject to license terms.
42305Sstevel#
52305Sstevel# CDDL HEADER START
62305Sstevel#
72305Sstevel# The contents of this file are subject to the terms of the
8*8744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
9*8744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
102305Sstevel#
112305Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
122305Sstevel# or http://www.opensolaris.org/os/licensing.
132305Sstevel# See the License for the specific language governing permissions
142305Sstevel# and limitations under the License.
152305Sstevel#
162305Sstevel# When distributing Covered Code, include this CDDL HEADER in each
172305Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
182305Sstevel# If applicable, add the following below this CDDL HEADER, with the
192305Sstevel# fields enclosed by brackets "[]" replaced with your own identifying
202305Sstevel# information: Portions Copyright [yyyy] [name of copyright owner]
212305Sstevel#
222305Sstevel# CDDL HEADER END
232305Sstevel#
242305Sstevel
25*8744SAli.Bahrami@Sun.COM#
26*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
27*8744SAli.Bahrami@Sun.COM#
28*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
30*8744SAli.Bahrami@Sun.COM#
31*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
32*8744SAli.Bahrami@Sun.COM#
33*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
34*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
35*8744SAli.Bahrami@Sun.COM#
36*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
37*8744SAli.Bahrami@Sun.COM#
38*8744SAli.Bahrami@Sun.COM
392305SstevelSUNWprivate_1.1 {
402305Sstevel	global:
412305Sstevel		cfga_change_state;
422305Sstevel		cfga_private_func;
432305Sstevel		cfga_test;
442305Sstevel		cfga_stat;
452305Sstevel		cfga_list;
462305Sstevel		cfga_help;
472305Sstevel	local:
482305Sstevel		*;
492305Sstevel};
50