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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNW_1.1 { 41 global: 42 dat_cno_create; 43 dat_cno_free; 44 dat_cno_modify_agent; 45 dat_cno_query; 46 dat_cno_wait; 47 dat_cr_accept; 48 dat_cr_handoff; 49 dat_cr_query; 50 dat_cr_reject; 51 dat_ep_connect; 52 dat_ep_create; 53 dat_ep_create_with_srq; 54 dat_ep_disconnect; 55 dat_ep_dup_connect; 56 dat_ep_free; 57 dat_ep_get_status; 58 dat_ep_modify; 59 dat_ep_post_rdma_read; 60 dat_ep_post_rdma_write; 61 dat_ep_post_recv; 62 dat_ep_post_send; 63 dat_ep_query; 64 dat_ep_recv_query; 65 dat_ep_reset; 66 dat_ep_set_watermark; 67 dat_evd_clear_unwaitable; 68 dat_evd_create; 69 dat_evd_dequeue; 70 dat_evd_disable; 71 dat_evd_enable; 72 dat_evd_free; 73 dat_evd_modify_cno; 74 dat_evd_post_se; 75 dat_evd_query; 76 dat_evd_resize; 77 dat_evd_set_unwaitable; 78 dat_evd_wait; 79 dat_get_consumer_context; 80 dat_get_handle_type; 81 dat_ia_close; 82 dat_ia_openv; 83 dat_ia_query; 84 dat_lmr_create; 85 dat_lmr_free; 86 dat_lmr_query; 87 dat_lmr_sync_rdma_read; 88 dat_lmr_sync_rdma_write; 89 dat_psp_create; 90 dat_psp_create_any; 91 dat_psp_free; 92 dat_psp_query; 93 dat_pz_create; 94 dat_pz_free; 95 dat_pz_query; 96 dat_registry_add_provider; 97 dat_registry_list_providers; 98 dat_registry_remove_provider; 99 dat_rmr_bind; 100 dat_rmr_create; 101 dat_rmr_free; 102 dat_rmr_query; 103 dat_rsp_create; 104 dat_rsp_free; 105 dat_rsp_query; 106 dat_set_consumer_context; 107 dat_srq_create; 108 dat_srq_free; 109 dat_srq_post_recv; 110 dat_srq_query; 111 dat_srq_resize; 112 dat_srq_set_lw; 113 dat_strerror; 114 local: 115 *; 116}; 117