1*09fcda9fSToomas Soome# 2*09fcda9fSToomas Soome# This file and its contents are supplied under the terms of the 3*09fcda9fSToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0. 4*09fcda9fSToomas Soome# You may only use this file in accordance with the terms of version 5*09fcda9fSToomas Soome# 1.0 of the CDDL. 6*09fcda9fSToomas Soome# 7*09fcda9fSToomas Soome# A full copy of the text of the CDDL should have accompanied this 8*09fcda9fSToomas Soome# source. A copy of the CDDL is also available via the Internet at 9*09fcda9fSToomas Soome# http://www.illumos.org/license/CDDL. 10*09fcda9fSToomas Soome# 11*09fcda9fSToomas Soome 12*09fcda9fSToomas Soome# 13*09fcda9fSToomas Soome# Copyright 2020 Toomas Soome <tsoome@me.com> 14*09fcda9fSToomas Soome# 15*09fcda9fSToomas Soome 16*09fcda9fSToomas Soome# 17*09fcda9fSToomas Soome# MAPFILE HEADER START 18*09fcda9fSToomas Soome# 19*09fcda9fSToomas Soome# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 20*09fcda9fSToomas Soome# Object versioning must comply with the rules detailed in 21*09fcda9fSToomas Soome# 22*09fcda9fSToomas Soome# usr/src/lib/README.mapfiles 23*09fcda9fSToomas Soome# 24*09fcda9fSToomas Soome# You should not be making modifications here until you've read the most current 25*09fcda9fSToomas Soome# copy of that file. If you need help, contact a gatekeeper for guidance. 26*09fcda9fSToomas Soome# 27*09fcda9fSToomas Soome# MAPFILE HEADER END 28*09fcda9fSToomas Soome# 29*09fcda9fSToomas Soome 30*09fcda9fSToomas Soome$mapfile_version 2 31*09fcda9fSToomas Soome 32*09fcda9fSToomas SoomeSYMBOL_VERSION ILLUMOSprivate { 33*09fcda9fSToomas Soome global: 34*09fcda9fSToomas Soome lzbe_add_pair; 35*09fcda9fSToomas Soome lzbe_bootenv_print; 36*09fcda9fSToomas Soome lzbe_get_boot_device; 37*09fcda9fSToomas Soome lzbe_nvlist_free; 38*09fcda9fSToomas Soome lzbe_nvlist_get; 39*09fcda9fSToomas Soome lzbe_nvlist_set; 40*09fcda9fSToomas Soome lzbe_remove_pair; 41*09fcda9fSToomas Soome lzbe_set_boot_device; 42*09fcda9fSToomas Soome local: 43*09fcda9fSToomas Soome *; 44*09fcda9fSToomas Soome}; 45