1*3138Sfrits# 2*3138Sfrits# CDDL HEADER START 3*3138Sfrits# 4*3138Sfrits# The contents of this file are subject to the terms of the 5*3138Sfrits# Common Development and Distribution License (the "License"). 6*3138Sfrits# You may not use this file except in compliance with the License. 7*3138Sfrits# 8*3138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3138Sfrits# or http://www.opensolaris.org/os/licensing. 10*3138Sfrits# See the License for the specific language governing permissions 11*3138Sfrits# and limitations under the License. 12*3138Sfrits# 13*3138Sfrits# When distributing Covered Code, include this CDDL HEADER in each 14*3138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3138Sfrits# If applicable, add the following below this CDDL HEADER, with the 16*3138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 17*3138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 18*3138Sfrits# 19*3138Sfrits# CDDL HEADER END 20*3138Sfrits# 21*3138Sfrits# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22*3138Sfrits# Use is subject to license terms. 23*3138Sfrits# 24*3138Sfrits#ident "%Z%%M% %I% %E% SMI" 25*3138Sfrits 26*3138Sfrits### specify the root functions 27*3138Sfritsroot ibmf_register 28*3138Sfritsroot ibmf_unregister 29*3138Sfritsroot ibmf_setup_async_cb 30*3138Sfritsroot ibmf_tear_down_async_cb 31*3138Sfritsroot ibmf_msg_transport 32*3138Sfritsroot ibmf_alloc_msg 33*3138Sfritsroot ibmf_free_msg 34*3138Sfritsroot ibmf_alloc_qp 35*3138Sfritsroot ibmf_query_qp 36*3138Sfritsroot ibmf_modify_qp 37*3138Sfritsroot ibmf_free_qp 38*3138Sfritsroot ibmf_i_mad_completions 39*3138Sfritsroot ibmf_i_do_send_cb 40*3138Sfritsroot ibmf_i_do_recv_cb 41*3138Sfritsroot ibmf_module_load 42*3138Sfritsroot ibmf_sa_session_open 43*3138Sfritsroot ibmf_sa_session_close 44*3138Sfritsroot ibmf_sa_access 45*3138Sfritsroot ibmf_saa_gid_to_pathrecords 46*3138Sfritsroot ibmf_saa_paths_from_gid 47*3138Sfritsroot ibmf_saa_name_to_service_record 48*3138Sfritsroot ibmf_saa_id_to_service_record 49*3138Sfritsroot ibmf_saa_update_service_record 50*3138Sfritsroot ibmf_recv_wqe_cache_constructor 51*3138Sfritsroot ibmf_send_wqe_cache_constructor 52*3138Sfritsroot ibmf_recv_wqe_cache_destructor 53*3138Sfritsroot ibmf_send_wqe_cache_destructor 54*3138Sfritsroot ibmf_altqp_recv_wqe_cache_constructor 55*3138Sfritsroot ibmf_altqp_recv_wqe_cache_destructor 56*3138Sfritsroot ibmf_altqp_send_wqe_cache_constructor 57*3138Sfritsroot ibmf_altqp_send_wqe_cache_destructor 58*3138Sfritsroot ibmf_saa_notify_event_client_task 59*3138Sfritsroot ibmf_ibt_async_handler 60*3138Sfritsadd bus_ops::bus_add_eventcall targets warlock_dummy 61*3138Sfritsadd bus_ops::bus_get_eventcookie targets warlock_dummy 62*3138Sfritsadd bus_ops::bus_post_event targets warlock_dummy 63*3138Sfritsadd bus_ops::bus_remove_eventcall targets warlock_dummy 64*3138Sfritsadd bus_ops::bus_intr_ctl targets warlock_dummy 65*3138Sfritsadd ibmf_i_notify_client/async_cb targets warlock_dummy 66*3138Sfritsadd ibmf_i_notify_client/async_cb targets ibmf_saa_report_cb 67*3138Sfritsadd _ibmf_msg_impl::im_trans_cb targets warlock_dummy 68*3138Sfritsadd _ibmf_msg_impl::im_trans_cb targets ibmf_saa_async_cb 69*3138Sfritsadd bus_ops::bus_config targets warlock_dummy 70*3138Sfritsadd bus_ops::bus_unconfig targets warlock_dummy 71*3138Sfritsadd ibmf_handlers.c:ibmf_i_callback_clients/cb_array targets \ 72*3138Sfrits ibmf_saa_impl_async_event_cb 73*3138Sfritsadd ibmf_handlers.c:ibmf_i_callback_clients/cb_array targets warlock_dummy 74*3138Sfritsadd ibmf_saa_event_taskq_args_s::et_callback targets warlock_dummy 75