Home | History | Annotate | Download | only in common
      1  2522  raf #
      2  2522  raf # CDDL HEADER START
      3  2522  raf #
      4  2522  raf # The contents of this file are subject to the terms of the
      5  2522  raf # Common Development and Distribution License (the "License").
      6  2522  raf # You may not use this file except in compliance with the License.
      7  2522  raf #
      8  2522  raf # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  2522  raf # or http://www.opensolaris.org/os/licensing.
     10  2522  raf # See the License for the specific language governing permissions
     11  2522  raf # and limitations under the License.
     12  2522  raf #
     13  2522  raf # When distributing Covered Code, include this CDDL HEADER in each
     14  2522  raf # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  2522  raf # If applicable, add the following below this CDDL HEADER, with the
     16  2522  raf # fields enclosed by brackets "[]" replaced with your own identifying
     17  2522  raf # information: Portions Copyright [yyyy] [name of copyright owner]
     18  2522  raf #
     19  2522  raf # CDDL HEADER END
     20  2522  raf #
     21  2522  raf #
     22  8744  Ali # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     23  2522  raf # Use is subject to license terms.
     24  2522  raf #
     25  8744  Ali 
     26  8744  Ali #
     27  8744  Ali # MAPFILE HEADER START
     28  8744  Ali #
     29  8744  Ali # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
     30  8744  Ali # Object versioning must comply with the rules detailed in
     31  8744  Ali #
     32  8744  Ali #	usr/src/lib/README.mapfiles
     33  8744  Ali #
     34  8744  Ali # You should not be making modifications here until you've read the most current
     35  8744  Ali # copy of that file. If you need help, contact a gatekeeper for guidance.
     36  8744  Ali #
     37  8744  Ali # MAPFILE HEADER END
     38  2522  raf #
     39  2522  raf 
     40  2522  raf SUNWprivate {
     41  2522  raf     global:
     42  2522  raf 	fmd_log_close;
     43  2522  raf 	fmd_log_errmsg;
     44  2522  raf 	fmd_log_errno;
     45  2522  raf 	fmd_log_filter;
     46  2522  raf 	fmd_log_filter_after;
     47  2522  raf 	fmd_log_filter_before;
     48  2522  raf 	fmd_log_filter_class;
     49  6640  cth 	fmd_log_filter_nv;
     50  2522  raf 	fmd_log_filter_uuid;
     51  2522  raf 	fmd_log_header;
     52  2522  raf 	fmd_log_iter;
     53  2522  raf 	fmd_log_label;
     54  2522  raf 	fmd_log_open;
     55  2522  raf 	fmd_log_rewind;
     56  2522  raf 	fmd_log_seek;
     57  2522  raf 	fmd_log_xiter;
     58  2522  raf     local:
     59  2522  raf 	*;
     60  2522  raf };
     61