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*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 22fcf3ce44SJohn Forte# 23fcf3ce44SJohn Forte# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37bfed486aSAli Bahrami# 38bfed486aSAli Bahrami 39fcf3ce44SJohn Forte# 40fcf3ce44SJohn Forte# Generic interface definition for usr/src/lib/libcfg. 41fcf3ce44SJohn Forte# 42fcf3ce44SJohn Forte 43fcf3ce44SJohn Forte 44*cd3e9333SAli Bahrami$mapfile_version 2 45*cd3e9333SAli Bahrami 46*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 47fcf3ce44SJohn Forte global: 48fcf3ce44SJohn Forte cfg_get_cstring; 49fcf3ce44SJohn Forte cfg_put_cstring; 50fcf3ce44SJohn Forte cfg_find_cstring; 51fcf3ce44SJohn Forte cfg_get_options; 52fcf3ce44SJohn Forte cfg_put_options; 53fcf3ce44SJohn Forte cfg_open; 54fcf3ce44SJohn Forte cfg_close; 55fcf3ce44SJohn Forte cfg_rewind; 56fcf3ce44SJohn Forte cfg_update_parser_config; 57fcf3ce44SJohn Forte cfg_lock; 58fcf3ce44SJohn Forte cfg_unlock; 59fcf3ce44SJohn Forte cfg_get_lock; 60fcf3ce44SJohn Forte cfg_resource; 61fcf3ce44SJohn Forte cfg_commit; 62fcf3ce44SJohn Forte cfg_location; 63fcf3ce44SJohn Forte cfg_error; 64fcf3ce44SJohn Forte cfg_iscluster; 65fcf3ce44SJohn Forte cfg_issuncluster; 66fcf3ce44SJohn Forte cfg_dgname; 67fcf3ce44SJohn Forte cfg_dgname_islocal; 68fcf3ce44SJohn Forte cfg_lfinit; 69fcf3ce44SJohn Forte cfg_filelock; 70fcf3ce44SJohn Forte cfg_fileunlock; 71fcf3ce44SJohn Forte cfg_readpid; 72fcf3ce44SJohn Forte cfg_writepid; 73fcf3ce44SJohn Forte cfg_lockd_stat; 74fcf3ce44SJohn Forte cfg_invalidate_hsizes; 75fcf3ce44SJohn Forte cfg_cfg_isempty; 76fcf3ce44SJohn Forte cfg_get_section; 77fcf3ce44SJohn Forte cfg_get_num_entries; 78fcf3ce44SJohn Forte cfg_add_user; 79fcf3ce44SJohn Forte cfg_rem_user; 80fcf3ce44SJohn Forte cfg_vol_enable; 81fcf3ce44SJohn Forte cfg_vol_disable; 82fcf3ce44SJohn Forte cfg_load_dsvols; 83fcf3ce44SJohn Forte cfg_unload_dsvols; 84fcf3ce44SJohn Forte cfg_load_svols; 85fcf3ce44SJohn Forte cfg_unload_svols; 86fcf3ce44SJohn Forte cfg_load_shadows; 87fcf3ce44SJohn Forte cfg_unload_shadows; 88fcf3ce44SJohn Forte cfg_get_canonical_name; 89fcf3ce44SJohn Forte cfg_get_tags; 90fcf3ce44SJohn Forte cfg_is_cfg; 91fcf3ce44SJohn Forte cfg_get_srtdsec; 92fcf3ce44SJohn Forte cfg_free_section; 93fcf3ce44SJohn Forte cfg_shldskip_vtoc; 94fcf3ce44SJohn Forte cfg_get_single_option; 95fcf3ce44SJohn Forte cfg_del_option; 96fcf3ce44SJohn Forte cfg_get_resource; 97fcf3ce44SJohn Forte cfg_l_dgname; 98fcf3ce44SJohn Forte local: 99fcf3ce44SJohn Forte *; 100fcf3ce44SJohn Forte}; 101