sd_with_fas.wlcmd revision 3138:7bbdcbfa4cd5
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25#ident	"%Z%%M%	%I%	%E% SMI"
26
27add scsi_watch_request::swr_callback targets \
28	sd.c:sd_mhd_watch_cb \
29	sd.c:sd_media_watch_cb
30
31add     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
32
33add scsi_pkt::pkt_comp targets \
34	sd.c:sd_mhd_watch_cb \
35	sd.c:sd_media_watch_cb \
36	sd.c:sd_mhd_watch_cb \
37	scsi_watch.c:scsi_watch_request_intr \
38	sd.c:sdintr \
39	fas.c:fas_scsi_destroy_pkt \
40	fas.c:fas_scsi_init_pkt \
41	fas.c:fas_scsi_start \
42	fas.c:fas_scsi_abort \
43	fas.c:fas_scsi_reset \
44	fas.c:fas_scsi_setcap \
45	fas.c:fas_scsi_getcap \
46	fas.c:fas_scsi_dmafree \
47	fas.c:fas_scsi_reset_notify \
48	fas.c:fas_scsi_sync_pkt
49
50one 	scsi_device
51one 	fas
52one     __ddi_xbuf_attr
53one     sd_lun
54one     sd_resv_reclaim_request
55
56
57add 	notify_entry::callback target  sd_mhd_reset_notify_cb
58add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
59
60assert order scsi_device::sd_mutex  fas::f_mutex
61root fas_kmem_cache_constructor fas_kmem_cache_destructor
62
63root sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
64root sd_wm_cache_constructor sd_wm_cache_destructor sd_read_modify_write_task
65root sd_failfast_flushq_callback sd_reenable_dsense_task
66
67for ptr in `funcptrs | grep '^scsi_hba_tran::'`
68do
69        add $ptr target warlock_dummy
70done
71root    scsi_hba_bus_power
72ignore	delay
73
74add     sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy
75add     dk_callback::dkc_callback targets warlock_dummy
76
77