diff options
Diffstat (limited to 'usr/src/lib/scsi/libses/libses_api.map')
| -rw-r--r-- | usr/src/lib/scsi/libses/libses_api.map | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/usr/src/lib/scsi/libses/libses_api.map b/usr/src/lib/scsi/libses/libses_api.map new file mode 100644 index 0000000000..a66e641061 --- /dev/null +++ b/usr/src/lib/scsi/libses/libses_api.map @@ -0,0 +1,69 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# ident "%Z%%M% %I% %E% SMI" + +{ + ses_close = FUNCTION extern; + ses_errno = FUNCTION extern; + ses_errmsg = FUNCTION extern; + ses_node_child = FUNCTION extern; + ses_node_id = FUNCTION extern; + ses_node_lookup = FUNCTION extern; + ses_node_parent = FUNCTION extern; + ses_node_props = FUNCTION extern; + ses_node_prev_sibling = FUNCTION extern; + ses_node_sibling = FUNCTION extern; + ses_node_snapshot = FUNCTION extern; + ses_node_target = FUNCTION extern; + ses_node_type = FUNCTION extern; + ses_open = FUNCTION extern; + ses_root_node = FUNCTION extern; + ses_scsi_target = FUNCTION extern; + ses_snap_generation = FUNCTION extern; + ses_strerror = FUNCTION extern; + ses_walk = FUNCTION extern; + + nvlist_add_fixed_string = FUNCTION extern; + nvlist_add_fixed_string_trunc = FUNCTION extern; + + ses_alloc = FUNCTION extern; + ses_assert = FUNCTION extern; + ses_error = FUNCTION extern; + ses_free = FUNCTION extern; + ses_nverror = FUNCTION extern; + ses_panic = FUNCTION extern; + ses_realloc = FUNCTION extern; + ses_set_nverrno = FUNCTION extern; + ses_set_errno = FUNCTION extern; + ses_strdup = FUNCTION extern; + ses_zalloc = FUNCTION extern; + + ses_plugin_ctlpage_lookup = FUNCTION extern; + ses_plugin_page_lookup = FUNCTION extern; + ses_plugin_register = FUNCTION extern; + ses_plugin_setspecific = FUNCTION extern; + ses_plugin_getspecific = FUNCTION extern; +}; |
