1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25SUNW_1.1 { 26 global: 27 it_config_load; 28 it_config_commit; 29 it_config_setprop; 30 it_config_free; 31 it_tgt_create; 32 it_tgt_setprop; 33 it_tgt_delete; 34 it_tgt_free; 35 it_tpg_create; 36 it_tpg_delete; 37 it_tpg_free; 38 it_ini_create; 39 it_ini_delete; 40 it_ini_setprop; 41 it_ini_free; 42 it_tpgt_create; 43 it_tpgt_delete; 44 it_tpgt_free; 45 it_portal_create; 46}; 47 48SUNWprivate { 49 global: 50 it_config_to_nv; 51 it_nv_to_config; 52 it_nv_to_tgtlist; 53 it_tgtlist_to_nv; 54 it_tgt_to_nv; 55 it_nv_to_tgt; 56 it_tpgt_to_nv; 57 it_nv_to_tpgt; 58 it_tpgtlist_to_nv; 59 it_nv_to_tpgtlist; 60 it_tpg_to_nv; 61 it_nv_to_tpg; 62 it_tpglist_to_nv; 63 it_nv_to_tpglist; 64 it_ini_to_nv; 65 it_nv_to_ini; 66 it_inilist_to_nv; 67 it_nv_to_inilist; 68 it_common_convert_sa; 69 it_config_free_cmn; 70 it_tgt_free_cmn; 71 it_tpg_free_cmn; 72 it_ini_free_cmn; 73 it_tpgt_free_cmn; 74 sockaddr_to_str; 75 validate_iscsi_name; 76 local: 77 *; 78}; 79 80