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