18afbae07SRod Evans# 2*540b2cc7SHans Rosenfeld# Copyright 2016 Nexenta Systems, Inc. All rights reserved. 3cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 48afbae07SRod Evans# 58afbae07SRod Evans# CDDL HEADER START 68afbae07SRod Evans# 78afbae07SRod Evans# The contents of this file are subject to the terms of the 88afbae07SRod Evans# Common Development and Distribution License (the "License"). 98afbae07SRod Evans# You may not use this file except in compliance with the License. 108afbae07SRod Evans# 118afbae07SRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 128afbae07SRod Evans# or http://www.opensolaris.org/os/licensing. 138afbae07SRod Evans# See the License for the specific language governing permissions 148afbae07SRod Evans# and limitations under the License. 158afbae07SRod Evans# 168afbae07SRod Evans# When distributing Covered Code, include this CDDL HEADER in each 178afbae07SRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 188afbae07SRod Evans# If applicable, add the following below this CDDL HEADER, with the 198afbae07SRod Evans# fields enclosed by brackets "[]" replaced with your own identifying 208afbae07SRod Evans# information: Portions Copyright [yyyy] [name of copyright owner] 218afbae07SRod Evans# 228afbae07SRod Evans# CDDL HEADER END 238afbae07SRod Evans# 248afbae07SRod Evans 258afbae07SRod Evans# 268afbae07SRod Evans# MAPFILE HEADER START 278afbae07SRod Evans# 288afbae07SRod Evans# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298afbae07SRod Evans# Object versioning must comply with the rules detailed in 308afbae07SRod Evans# 318afbae07SRod Evans# usr/src/lib/README.mapfiles 328afbae07SRod Evans# 338afbae07SRod Evans# You should not be making modifications here until you've read the most current 348afbae07SRod Evans# copy of that file. If you need help, contact a gatekeeper for guidance. 358afbae07SRod Evans# 368afbae07SRod Evans# MAPFILE HEADER END 378afbae07SRod Evans# 38cd3e9333SAli Bahrami$mapfile_version 2 398afbae07SRod Evans 408afbae07SRod Evans# External interface requirements 41cd3e9333SAli BahramiSYMBOL_SCOPE { 428afbae07SRod Evans global: 43*540b2cc7SHans Rosenfeld ctrl_enumerate_int { FLAGS = EXTERN }; 44cd3e9333SAli Bahrami devfsadm_devlink_cache { FLAGS = EXTERN }; 45cd3e9333SAli Bahrami devfsadm_enumerate_char_start { FLAGS = EXTERN }; 46cd3e9333SAli Bahrami devfsadm_enumerate_int { FLAGS = EXTERN }; 47cd3e9333SAli Bahrami devfsadm_errprint { FLAGS = EXTERN }; 48cd3e9333SAli Bahrami devfsadm_free_dev_names { FLAGS = EXTERN }; 49cd3e9333SAli Bahrami devfsadm_have_reserved { FLAGS = EXTERN }; 50cd3e9333SAli Bahrami devfsadm_is_reserved { FLAGS = EXTERN }; 51cd3e9333SAli Bahrami devfsadm_link_valid { FLAGS = EXTERN }; 52cd3e9333SAli Bahrami devfsadm_lookup_dev_names { FLAGS = EXTERN }; 53cd3e9333SAli Bahrami devfsadm_mklink { FLAGS = EXTERN }; 54cd3e9333SAli Bahrami devfsadm_noupdate { FLAGS = EXTERN }; 55cd3e9333SAli Bahrami devfsadm_print { FLAGS = EXTERN }; 56cd3e9333SAli Bahrami devfsadm_read_link { FLAGS = EXTERN }; 57cd3e9333SAli Bahrami devfsadm_reserve_id_cache { FLAGS = EXTERN }; 58cd3e9333SAli Bahrami devfsadm_rm_all { FLAGS = EXTERN }; 59cd3e9333SAli Bahrami devfsadm_rm_link { FLAGS = EXTERN }; 60cd3e9333SAli Bahrami devfsadm_rm_stale_links { FLAGS = EXTERN }; 61cd3e9333SAli Bahrami devfsadm_root_path { FLAGS = EXTERN }; 62cd3e9333SAli Bahrami devfsadm_secondary_link { FLAGS = EXTERN }; 63cd3e9333SAli Bahrami disk_enumerate_int { FLAGS = EXTERN }; 64cd3e9333SAli Bahrami s_strdup { FLAGS = EXTERN }; 65cd3e9333SAli Bahrami system_labeled { FLAGS = EXTERN }; 668afbae07SRod Evans}; 67