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