114843421SMatthew Ahrens# 214843421SMatthew Ahrens# CDDL HEADER START 314843421SMatthew Ahrens# 414843421SMatthew Ahrens# The contents of this file are subject to the terms of the 514843421SMatthew Ahrens# Common Development and Distribution License (the "License"). 614843421SMatthew Ahrens# You may not use this file except in compliance with the License. 714843421SMatthew Ahrens# 814843421SMatthew Ahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 914843421SMatthew Ahrens# or http://www.opensolaris.org/os/licensing. 1014843421SMatthew Ahrens# See the License for the specific language governing permissions 1114843421SMatthew Ahrens# and limitations under the License. 1214843421SMatthew Ahrens# 1314843421SMatthew Ahrens# When distributing Covered Code, include this CDDL HEADER in each 1414843421SMatthew Ahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1514843421SMatthew Ahrens# If applicable, add the following below this CDDL HEADER, with the 1614843421SMatthew Ahrens# fields enclosed by brackets "[]" replaced with your own identifying 1714843421SMatthew Ahrens# information: Portions Copyright [yyyy] [name of copyright owner] 1814843421SMatthew Ahrens# 1914843421SMatthew Ahrens# CDDL HEADER END 2014843421SMatthew Ahrens# 2114843421SMatthew Ahrens# 22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 2314843421SMatthew Ahrens# 2414843421SMatthew Ahrens 2514843421SMatthew Ahrens# 2614843421SMatthew Ahrens# MAPFILE HEADER START 2714843421SMatthew Ahrens# 2814843421SMatthew Ahrens# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 2914843421SMatthew Ahrens# Object versioning must comply with the rules detailed in 3014843421SMatthew Ahrens# 3114843421SMatthew Ahrens# usr/src/lib/README.mapfiles 3214843421SMatthew Ahrens# 3314843421SMatthew Ahrens# You should not be making modifications here until you've read the most current 3414843421SMatthew Ahrens# copy of that file. If you need help, contact a gatekeeper for guidance. 3514843421SMatthew Ahrens# 3614843421SMatthew Ahrens# MAPFILE HEADER END 3714843421SMatthew Ahrens# 3814843421SMatthew Ahrens 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate { 4214843421SMatthew Ahrens global: 4314843421SMatthew Ahrens initioctl; 4414843421SMatthew Ahrens local: 4514843421SMatthew Ahrens *; 4614843421SMatthew Ahrens}; 47