xref: /illumos-gate/usr/src/lib/libbrand/common/mapfile-vers (revision 5d08dfa0e47b41649eb5cfa0e8350f9e71383292)
19acbbeafSnn35248#
29acbbeafSnn35248# CDDL HEADER START
39acbbeafSnn35248#
49acbbeafSnn35248# The contents of this file are subject to the terms of the
59acbbeafSnn35248# Common Development and Distribution License (the "License").
69acbbeafSnn35248# You may not use this file except in compliance with the License.
79acbbeafSnn35248#
89acbbeafSnn35248# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn35248# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn35248# See the License for the specific language governing permissions
119acbbeafSnn35248# and limitations under the License.
129acbbeafSnn35248#
139acbbeafSnn35248# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn35248# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn35248# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn35248# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn35248# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn35248#
199acbbeafSnn35248# CDDL HEADER END
209acbbeafSnn35248#
219acbbeafSnn35248#
22a20ee416SGlenn Faden# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23bafd1f14SJerry Jelinek# Copyright (c) 2011, Joyent, Inc. All rights reserved.
243c7284bdSAlexander Eremin# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
259acbbeafSnn35248#
269acbbeafSnn35248
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# MAPFILE HEADER START
29bfed486aSAli Bahrami#
30bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
34bfed486aSAli Bahrami#
35bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
36bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
37bfed486aSAli Bahrami#
38bfed486aSAli Bahrami# MAPFILE HEADER END
39bfed486aSAli Bahrami#
40bfed486aSAli Bahrami
41cd3e9333SAli Bahrami$mapfile_version 2
42cd3e9333SAli Bahrami
43cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate {
449acbbeafSnn35248    global:
45f4b3ec61Sdh155122	brand_allow_exclusive_ip;
469acbbeafSnn35248	brand_close;
479acbbeafSnn35248	brand_config_iter_privilege;
48ff17c8bfSgjelinek	brand_get_attach;
499acbbeafSnn35248	brand_get_boot;
509acbbeafSnn35248	brand_get_brandname;
51ff17c8bfSgjelinek	brand_get_clone;
52ff17c8bfSgjelinek	brand_get_detach;
53cb8a054bSGlenn Faden	brand_get_forcedlogin_cmd;
549acbbeafSnn35248	brand_get_halt;
559acbbeafSnn35248	brand_get_initname;
569acbbeafSnn35248	brand_get_install;
579acbbeafSnn35248	brand_get_installopts;
589acbbeafSnn35248	brand_get_login_cmd;
599acbbeafSnn35248	brand_get_modname;
6037774979Sgjelinek	brand_get_postattach;
619acbbeafSnn35248	brand_get_postclone;
621100f00dSgjelinek	brand_get_postinstall;
63ff17c8bfSgjelinek	brand_get_postsnap;
64c5cd6260S	brand_get_poststatechange;
6537774979Sgjelinek	brand_get_predetach;
66ff17c8bfSgjelinek	brand_get_presnap;
67c5cd6260S	brand_get_prestatechange;
6837774979Sgjelinek	brand_get_preuninstall;
69c5cd6260S	brand_get_query;
70*5d08dfa0SAndy Fiddaman	brand_get_secflags;
71fbbfbc6eSjv227347	brand_get_sysboot;
723c7284bdSAlexander Eremin	brand_get_shutdown;
73ff17c8bfSgjelinek	brand_get_uninstall;
74858a4b99Ssl108498	brand_get_user_cmd;
75ff17c8bfSgjelinek	brand_get_validatesnap;
769acbbeafSnn35248	brand_get_verify_adm;
779acbbeafSnn35248	brand_get_verify_cfg;
789acbbeafSnn35248	brand_open;
799acbbeafSnn35248	brand_platform_iter_devices;
809acbbeafSnn35248	brand_platform_iter_gmounts;
819acbbeafSnn35248	brand_platform_iter_link;
829acbbeafSnn35248	brand_platform_iter_mounts;
83bafd1f14SJerry Jelinek	brand_restartinit;
8455fcd84fSJerry Jelinek	brand_restartinit0;
8555fcd84fSJerry Jelinek	brand_restartinitreboot;
869acbbeafSnn35248    local:
879acbbeafSnn35248	*;
889acbbeafSnn35248};
89