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# 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/libcfg. 42# 43 44 45SUNWprivate_1.1 { 46 global: 47 cfg_get_cstring; 48 cfg_put_cstring; 49 cfg_find_cstring; 50 cfg_get_options; 51 cfg_put_options; 52 cfg_open; 53 cfg_close; 54 cfg_rewind; 55 cfg_update_parser_config; 56 cfg_lock; 57 cfg_unlock; 58 cfg_get_lock; 59 cfg_resource; 60 cfg_commit; 61 cfg_location; 62 cfg_error; 63 cfg_iscluster; 64 cfg_issuncluster; 65 cfg_dgname; 66 cfg_dgname_islocal; 67 cfg_lfinit; 68 cfg_filelock; 69 cfg_fileunlock; 70 cfg_readpid; 71 cfg_writepid; 72 cfg_lockd_stat; 73 cfg_invalidate_hsizes; 74 cfg_cfg_isempty; 75 cfg_get_section; 76 cfg_get_num_entries; 77 cfg_add_user; 78 cfg_rem_user; 79 cfg_vol_enable; 80 cfg_vol_disable; 81 cfg_load_dsvols; 82 cfg_unload_dsvols; 83 cfg_load_svols; 84 cfg_unload_svols; 85 cfg_load_shadows; 86 cfg_unload_shadows; 87 cfg_get_canonical_name; 88 cfg_get_tags; 89 cfg_is_cfg; 90 cfg_get_srtdsec; 91 cfg_free_section; 92 cfg_shldskip_vtoc; 93 cfg_get_single_option; 94 cfg_del_option; 95 cfg_get_resource; 96 cfg_l_dgname; 97 local: 98 *; 99}; 100