xref: /onnv-gate/usr/src/lib/udapl/libdat/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422522Sraf    global:
432522Sraf	dat_cno_create;
442522Sraf	dat_cno_free;
452522Sraf	dat_cno_modify_agent;
462522Sraf	dat_cno_query;
472522Sraf	dat_cno_wait;
482522Sraf	dat_cr_accept;
492522Sraf	dat_cr_handoff;
502522Sraf	dat_cr_query;
512522Sraf	dat_cr_reject;
522522Sraf	dat_ep_connect;
532522Sraf	dat_ep_create;
542522Sraf	dat_ep_create_with_srq;
552522Sraf	dat_ep_disconnect;
562522Sraf	dat_ep_dup_connect;
572522Sraf	dat_ep_free;
582522Sraf	dat_ep_get_status;
592522Sraf	dat_ep_modify;
602522Sraf	dat_ep_post_rdma_read;
612522Sraf	dat_ep_post_rdma_write;
622522Sraf	dat_ep_post_recv;
632522Sraf	dat_ep_post_send;
642522Sraf	dat_ep_query;
652522Sraf	dat_ep_recv_query;
662522Sraf	dat_ep_reset;
672522Sraf	dat_ep_set_watermark;
682522Sraf	dat_evd_clear_unwaitable;
692522Sraf	dat_evd_create;
702522Sraf	dat_evd_dequeue;
712522Sraf	dat_evd_disable;
722522Sraf	dat_evd_enable;
732522Sraf	dat_evd_free;
742522Sraf	dat_evd_modify_cno;
752522Sraf	dat_evd_post_se;
762522Sraf	dat_evd_query;
772522Sraf	dat_evd_resize;
782522Sraf	dat_evd_set_unwaitable;
792522Sraf	dat_evd_wait;
802522Sraf	dat_get_consumer_context;
812522Sraf	dat_get_handle_type;
822522Sraf	dat_ia_close;
832522Sraf	dat_ia_openv;
842522Sraf	dat_ia_query;
852522Sraf	dat_lmr_create;
862522Sraf	dat_lmr_free;
872522Sraf	dat_lmr_query;
882522Sraf	dat_lmr_sync_rdma_read;
892522Sraf	dat_lmr_sync_rdma_write;
902522Sraf	dat_psp_create;
912522Sraf	dat_psp_create_any;
922522Sraf	dat_psp_free;
932522Sraf	dat_psp_query;
942522Sraf	dat_pz_create;
952522Sraf	dat_pz_free;
962522Sraf	dat_pz_query;
972522Sraf	dat_registry_add_provider;
982522Sraf	dat_registry_list_providers;
992522Sraf	dat_registry_remove_provider;
1002522Sraf	dat_rmr_bind;
1012522Sraf	dat_rmr_create;
1022522Sraf	dat_rmr_free;
1032522Sraf	dat_rmr_query;
1042522Sraf	dat_rsp_create;
1052522Sraf	dat_rsp_free;
1062522Sraf	dat_rsp_query;
1072522Sraf	dat_set_consumer_context;
1082522Sraf	dat_srq_create;
1092522Sraf	dat_srq_free;
1102522Sraf	dat_srq_post_recv;
1112522Sraf	dat_srq_query;
1122522Sraf	dat_srq_resize;
1132522Sraf	dat_srq_set_lw;
1142522Sraf	dat_strerror;
1152522Sraf    local:
1162522Sraf	*;
1172522Sraf};
118