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# 23# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 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 40$mapfile_version 2 41 42SYMBOL_VERSION SUNWprivate_1.1 { 43 global: 44 dapl_cno_create; 45 dapl_cno_free; 46 dapl_cno_modify_agent; 47 dapl_cno_query; 48 dapl_cno_wait; 49 dapl_cr_accept; 50 dapl_cr_handoff; 51 dapl_cr_query; 52 dapl_cr_reject; 53 dapl_ep_connect; 54 dapl_ep_create; 55 dapl_ep_create_with_srq; 56 dapl_ep_disconnect; 57 dapl_ep_dup_connect; 58 dapl_ep_free; 59 dapl_ep_get_status; 60 dapl_ep_modify; 61 dapl_ep_post_rdma_read; 62 dapl_ep_post_rdma_write; 63 dapl_ep_post_recv; 64 dapl_ep_post_send; 65 dapl_ep_query; 66 dapl_ep_recv_query; 67 dapl_ep_reset; 68 dapl_ep_set_watermark; 69 dapl_evd_clear_unwaitable; 70 dapl_evd_create; 71 dapl_evd_dequeue; 72 dapl_evd_disable; 73 dapl_evd_enable; 74 dapl_evd_free; 75 dapl_evd_modify_cno; 76 dapl_evd_post_se; 77 dapl_evd_query; 78 dapl_evd_resize; 79 dapl_evd_set_unwaitable; 80 dapl_evd_wait; 81 dapl_get_consumer_context; 82 dapl_get_handle_type; 83 dapl_ia_close; 84 dapl_ia_open; 85 dapl_ia_query; 86 dapl_lmr_create; 87 dapl_lmr_free; 88 dapl_lmr_query; 89 dapl_lmr_sync_rdma_read; 90 dapl_lmr_sync_rdma_write; 91 dapl_psp_create; 92 dapl_psp_create_any; 93 dapl_psp_free; 94 dapl_psp_query; 95 dapl_pz_create; 96 dapl_pz_free; 97 dapl_pz_query; 98 dapl_rmr_bind; 99 dapl_rmr_create; 100 dapl_rmr_free; 101 dapl_rmr_query; 102 dapl_rsp_create; 103 dapl_rsp_free; 104 dapl_rsp_query; 105 dapl_set_consumer_context; 106 dapl_srq_create; 107 dapl_srq_free; 108 dapl_srq_post_recv; 109 dapl_srq_query; 110 dapl_srq_resize; 111 dapl_srq_set_lw; 112 dat_provider_fini; 113 dat_provider_init; 114 local: 115 *; 116}; 117