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