1*c9f77c52SAndy Stormont# 2*c9f77c52SAndy Stormont# This file and its contents are supplied under the terms of the 3*c9f77c52SAndy Stormont# Common Development and Distribution License ("CDDL"), version 1.0. 4*c9f77c52SAndy Stormont# You may only use this file in accordance with the terms of version 5*c9f77c52SAndy Stormont# 1.0 of the CDDL. 6*c9f77c52SAndy Stormont# 7*c9f77c52SAndy Stormont# A full copy of the text of the CDDL should have accompanied this 8*c9f77c52SAndy Stormont# source. A copy of the CDDL is also available via the Internet at 9*c9f77c52SAndy Stormont# http://www.illumos.org/license/CDDL. 10*c9f77c52SAndy Stormont# 11*c9f77c52SAndy Stormont# 12*c9f77c52SAndy Stormont# Copyright (c) 2014 Racktop Systems. 13*c9f77c52SAndy Stormont# 14*c9f77c52SAndy Stormont 15*c9f77c52SAndy Stormont$mapfile_version 2 16*c9f77c52SAndy Stormont 17*c9f77c52SAndy StormontSYMBOL_SCOPE { 18*c9f77c52SAndy Stormont global: 19*c9f77c52SAndy Stormont boot_Sun__Solaris__Project; 20*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_activeprojects; 21*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_endprojent; 22*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_fgetprojent; 23*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getdefaultproj; 24*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getprojbyid; 25*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getprojbyname; 26*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getprojent; 27*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getprojid; 28*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_getprojidbyname; 29*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_inproj; 30*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_pool_exists; 31*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_rctl_get_info; 32*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_setproject; 33*c9f77c52SAndy Stormont XS_Sun__Solaris__Project_setprojent; 34*c9f77c52SAndy Stormont local: 35*c9f77c52SAndy Stormont *; 36*c9f77c52SAndy Stormont}; 37