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