xref: /onnv-gate/usr/src/uts/common/io/warlock/sbp2.wlcmd (revision 3138:7bbdcbfa4cd5)
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#
22*3138Sfrits# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*3138Sfrits# Use is subject to license terms.
24*3138Sfrits#
25*3138Sfrits
26*3138Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
27*3138Sfrits
28*3138Sfritsroot	sbp2_tgt_init
29*3138Sfritsroot	sbp2_tgt_fini
30*3138Sfritsroot	sbp2_tgt_disconnect
31*3138Sfritsroot	sbp2_tgt_reconnect
32*3138Sfritsroot	sbp2_tgt_reset
33*3138Sfritsroot	sbp2_tgt_get_cfgrom
34*3138Sfritsroot	sbp2_tgt_get_lun_cnt
35*3138Sfritsroot	sbp2_tgt_get_lun
36*3138Sfrits
37*3138Sfritsroot	sbp2_lun_reset
38*3138Sfritsroot	sbp2_lun_login
39*3138Sfritsroot	sbp2_lun_logout
40*3138Sfrits
41*3138Sfritsroot	sbp2_ses_reconnect
42*3138Sfritsroot	sbp2_ses_submit_task
43*3138Sfritsroot	sbp2_ses_nudge
44*3138Sfritsroot	sbp2_ses_remove_task
45*3138Sfritsroot	sbp2_ses_find_task_state
46*3138Sfritsroot	sbp2_ses_remove_first_task
47*3138Sfritsroot	sbp2_ses_remove_first_task_state
48*3138Sfritsroot	sbp2_ses_cancel_first_task
49*3138Sfritsroot	sbp2_ses_agent_reset
50*3138Sfritsroot	sbp2_ses_abort_task
51*3138Sfritsroot	sbp2_ses_abort_task_set
52*3138Sfrits
53*3138Sfritsroot	sbp2_task_orb_alloc
54*3138Sfritsroot	sbp2_task_orb_free
55*3138Sfritsroot	sbp2_task_orb_kaddr
56*3138Sfritsroot	sbp2_task_orb_sync
57*3138Sfrits
58*3138Sfritsroot	sbp2_mgt_status_fifo_wb_cb
59*3138Sfritsroot	sbp2_status_fifo_wb_cb
60*3138Sfrits
61*3138Sfritsadd	sbp2_bus::sb_alloc_buf targets warlock_dummy
62*3138Sfritsadd	sbp2_bus::sb_alloc_cmd targets warlock_dummy
63*3138Sfritsadd	sbp2_bus::sb_buf_wr_done targets warlock_dummy
64*3138Sfritsadd	sbp2_bus::sb_free_buf targets warlock_dummy
65*3138Sfritsadd	sbp2_bus::sb_free_cmd targets warlock_dummy
66*3138Sfritsadd	sbp2_bus::sb_get_iblock_cookie targets warlock_dummy
67*3138Sfritsadd	sbp2_bus::sb_rq targets warlock_dummy
68*3138Sfritsadd	sbp2_bus::sb_sync_buf targets warlock_dummy
69*3138Sfritsadd	sbp2_bus::sb_wb targets warlock_dummy
70*3138Sfritsadd	sbp2_bus::sb_wq targets warlock_dummy
71*3138Sfritsadd	sbp2_ses::s_status_cb targets warlock_dummy
72*3138Sfrits
73*3138Sfritsadd     bus_ops::bus_config targets warlock_dummy
74*3138Sfritsadd     bus_ops::bus_unconfig targets warlock_dummy
75*3138Sfritsadd	bus_ops::bus_add_eventcall targets warlock_dummy
76*3138Sfritsadd	bus_ops::bus_get_eventcookie targets warlock_dummy
77*3138Sfritsadd	bus_ops::bus_intr_ctl targets warlock_dummy
78*3138Sfritsadd	bus_ops::bus_post_event targets warlock_dummy
79*3138Sfritsadd	bus_ops::bus_remove_eventcall targets warlock_dummy
80