17836SJohn.Forte@Sun.COM# CDDL HEADER START 27836SJohn.Forte@Sun.COM# 37836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the 47836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License"). 57836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License. 67836SJohn.Forte@Sun.COM# 77836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 87836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing. 97836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions 107836SJohn.Forte@Sun.COM# and limitations under the License. 117836SJohn.Forte@Sun.COM# 127836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 137836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 147836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 157836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 167836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 177836SJohn.Forte@Sun.COM# 187836SJohn.Forte@Sun.COM# CDDL HEADER END 197836SJohn.Forte@Sun.COM# 207836SJohn.Forte@Sun.COM# 21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 227836SJohn.Forte@Sun.COM# 237836SJohn.Forte@Sun.COM# 248744SAli.Bahrami@Sun.COM 258744SAli.Bahrami@Sun.COM# 268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 278744SAli.Bahrami@Sun.COM# 288744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 308744SAli.Bahrami@Sun.COM# 318744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 328744SAli.Bahrami@Sun.COM# 338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 358744SAli.Bahrami@Sun.COM# 368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 378744SAli.Bahrami@Sun.COM# 388744SAli.Bahrami@Sun.COM 397836SJohn.Forte@Sun.COM# 407836SJohn.Forte@Sun.COM# Generic interface definition for usr/src/lib/libcfg. 417836SJohn.Forte@Sun.COM# 427836SJohn.Forte@Sun.COM 437836SJohn.Forte@Sun.COM 44*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 45*12692SAli.Bahrami@Oracle.COM 46*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 477836SJohn.Forte@Sun.COM global: 487836SJohn.Forte@Sun.COM cfg_get_cstring; 497836SJohn.Forte@Sun.COM cfg_put_cstring; 507836SJohn.Forte@Sun.COM cfg_find_cstring; 517836SJohn.Forte@Sun.COM cfg_get_options; 527836SJohn.Forte@Sun.COM cfg_put_options; 537836SJohn.Forte@Sun.COM cfg_open; 547836SJohn.Forte@Sun.COM cfg_close; 557836SJohn.Forte@Sun.COM cfg_rewind; 567836SJohn.Forte@Sun.COM cfg_update_parser_config; 577836SJohn.Forte@Sun.COM cfg_lock; 587836SJohn.Forte@Sun.COM cfg_unlock; 597836SJohn.Forte@Sun.COM cfg_get_lock; 607836SJohn.Forte@Sun.COM cfg_resource; 617836SJohn.Forte@Sun.COM cfg_commit; 627836SJohn.Forte@Sun.COM cfg_location; 637836SJohn.Forte@Sun.COM cfg_error; 647836SJohn.Forte@Sun.COM cfg_iscluster; 657836SJohn.Forte@Sun.COM cfg_issuncluster; 667836SJohn.Forte@Sun.COM cfg_dgname; 677836SJohn.Forte@Sun.COM cfg_dgname_islocal; 687836SJohn.Forte@Sun.COM cfg_lfinit; 697836SJohn.Forte@Sun.COM cfg_filelock; 707836SJohn.Forte@Sun.COM cfg_fileunlock; 717836SJohn.Forte@Sun.COM cfg_readpid; 727836SJohn.Forte@Sun.COM cfg_writepid; 737836SJohn.Forte@Sun.COM cfg_lockd_stat; 747836SJohn.Forte@Sun.COM cfg_invalidate_hsizes; 757836SJohn.Forte@Sun.COM cfg_cfg_isempty; 767836SJohn.Forte@Sun.COM cfg_get_section; 777836SJohn.Forte@Sun.COM cfg_get_num_entries; 787836SJohn.Forte@Sun.COM cfg_add_user; 797836SJohn.Forte@Sun.COM cfg_rem_user; 807836SJohn.Forte@Sun.COM cfg_vol_enable; 817836SJohn.Forte@Sun.COM cfg_vol_disable; 827836SJohn.Forte@Sun.COM cfg_load_dsvols; 837836SJohn.Forte@Sun.COM cfg_unload_dsvols; 847836SJohn.Forte@Sun.COM cfg_load_svols; 857836SJohn.Forte@Sun.COM cfg_unload_svols; 867836SJohn.Forte@Sun.COM cfg_load_shadows; 877836SJohn.Forte@Sun.COM cfg_unload_shadows; 887836SJohn.Forte@Sun.COM cfg_get_canonical_name; 897836SJohn.Forte@Sun.COM cfg_get_tags; 907836SJohn.Forte@Sun.COM cfg_is_cfg; 917836SJohn.Forte@Sun.COM cfg_get_srtdsec; 927836SJohn.Forte@Sun.COM cfg_free_section; 937836SJohn.Forte@Sun.COM cfg_shldskip_vtoc; 947836SJohn.Forte@Sun.COM cfg_get_single_option; 957836SJohn.Forte@Sun.COM cfg_del_option; 967836SJohn.Forte@Sun.COM cfg_get_resource; 977836SJohn.Forte@Sun.COM cfg_l_dgname; 987836SJohn.Forte@Sun.COM local: 997836SJohn.Forte@Sun.COM *; 1007836SJohn.Forte@Sun.COM}; 101