xref: /titanic_50/usr/src/uts/common/io/warlock/daplt.wlcmd (revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997)
1*4ebb14b2Sfrits#
2*4ebb14b2Sfrits# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*4ebb14b2Sfrits# Use is subject to license terms.
4*4ebb14b2Sfrits#
5*4ebb14b2Sfrits# ident	"%Z%%M%	%I%	%E% SMI"
6*4ebb14b2Sfrits
7*4ebb14b2Sfritsroot	daplka_cm_rc_handler
8*4ebb14b2Sfritsroot	daplka_cm_service_handler
9*4ebb14b2Sfritsroot	daplka_async_handler
10*4ebb14b2Sfritsroot	daplka_pre_mr_cleanup_callback
11*4ebb14b2Sfritsroot	daplka_timer_thread
12*4ebb14b2Sfritsroot	daplka_cq_handler
13*4ebb14b2Sfritsroot	daplka_shared_mr_cmp
14*4ebb14b2Sfritsroot	daplka_sm_notice_handler
15*4ebb14b2Sfritsroot	daplka_console
16*4ebb14b2Sfrits
17*4ebb14b2Sfritsadd	daplka_hash_table::ht_free_func targets \
18*4ebb14b2Sfrits    daplka_hash_ep_free		\
19*4ebb14b2Sfrits    daplka_hash_mr_free		\
20*4ebb14b2Sfrits    daplka_hash_sp_free		\
21*4ebb14b2Sfrits    daplka_hash_mw_free		\
22*4ebb14b2Sfrits    daplka_hash_cno_free	\
23*4ebb14b2Sfrits    daplka_hash_evd_free	\
24*4ebb14b2Sfrits    daplka_hash_pd_free  	\
25*4ebb14b2Sfrits    daplka_hash_sp_unref	\
26*4ebb14b2Sfrits    daplka_hash_timer_free	\
27*4ebb14b2Sfrits    daplka_hash_srq_free
28*4ebb14b2Sfrits
29*4ebb14b2Sfritsadd	daplka_hash_table::ht_lookup_func targets \
30*4ebb14b2Sfrits    daplka_hash_generic_lookup
31*4ebb14b2Sfrits
32*4ebb14b2Sfritsadd	bus_ops::bus_add_eventcall	targets warlock_dummy
33*4ebb14b2Sfritsadd	bus_ops::bus_get_eventcookie	targets warlock_dummy
34*4ebb14b2Sfritsadd	bus_ops::bus_post_event		targets warlock_dummy
35*4ebb14b2Sfritsadd	bus_ops::bus_remove_eventcall	targets warlock_dummy
36*4ebb14b2Sfritsadd	bus_ops::bus_intr_ctl		targets warlock_dummy
37*4ebb14b2Sfritsadd	bus_ops::bus_config		targets warlock_dummy
38*4ebb14b2Sfritsadd	bus_ops::bus_unconfig		targets warlock_dummy
39