xref: /onnv-gate/usr/src/uts/common/io/warlock/sd_with_esp.wlcmd (revision 6590:4867b3aa761a)
13138Sfrits#
23138Sfrits# CDDL HEADER START
33138Sfrits#
43138Sfrits# The contents of this file are subject to the terms of the
53138Sfrits# Common Development and Distribution License (the "License").
63138Sfrits# You may not use this file except in compliance with the License.
73138Sfrits#
83138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93138Sfrits# or http://www.opensolaris.org/os/licensing.
103138Sfrits# See the License for the specific language governing permissions
113138Sfrits# and limitations under the License.
123138Sfrits#
133138Sfrits# When distributing Covered Code, include this CDDL HEADER in each
143138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153138Sfrits# If applicable, add the following below this CDDL HEADER, with the
163138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
173138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
183138Sfrits#
193138Sfrits# CDDL HEADER END
203138Sfrits#
213138Sfrits
22*6590Syl194034# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
233138Sfrits# Use is subject to license terms.
243138Sfrits#
253138Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
263138Sfrits
273138Sfritsadd scsi_watch_request::swr_callback targets \
283138Sfrits	sd.c:sd_mhd_watch_cb \
293138Sfrits	sd.c:sd_media_watch_cb
303138Sfrits
313138Sfritsadd esp_cmd::cmd_pkt.pkt_comp targets \
323138Sfrits	sd.c:sd_mhd_watch_cb \
333138Sfrits	sd.c:sd_media_watch_cb \
343138Sfrits	sd.c:sd_mhd_watch_cb \
353138Sfrits	scsi_watch.c:scsi_watch_request_intr \
363138Sfrits	sd.c:sdintr
373138Sfrits
383138Sfritsadd     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
393138Sfrits
403138Sfritsone	scsi_device
413138Sfritsone	esp
423138Sfritsone     __ddi_xbuf_attr
433138Sfritsone     sd_lun
443138Sfritsone     sd_resv_reclaim_request
453138Sfrits
463138Sfrits
473138Sfritsroot 	esp_kmem_cache_constructor esp_kmem_cache_destructor
483138Sfrits
493138Sfritsroot 	sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
503138Sfritsroot 	sd_wm_cache_constructor sd_wm_cache_destructor
513138Sfritsroot 	sd_read_modify_write_task sd_reenable_dsense_task
523138Sfritsroot 	sd_failfast_flushq_callback
53*6590Syl194034root	sd_target_change_task
543138Sfrits
553138Sfritsadd notify_entry::callback target  sd_mhd_reset_notify_cb
563138Sfritsadd sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
573138Sfrits
583138Sfritsroot  	esp.c:esp_scsi_dmafree esp.c:esp_scsi_sync_pkt
593138Sfrits
603138Sfritsassert 	order scsi_device::sd_mutex  esp::e_mutex
613138Sfrits
623138Sfritsdisallow esp_call_pkt_comp sd_mhd_watch_cb
633138Sfritsdisallow esp_call_pkt_comp scsi_watch_request_intr
643138Sfrits
653138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
663138Sfritsdo
673138Sfrits        add $ptr target warlock_dummy
683138Sfritsdone
693138Sfritsroot    scsi_hba_bus_power
703138Sfritsignore	delay
713138Sfritsadd     sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy
723138Sfritsadd     dk_callback::dkc_callback targets warlock_dummy
73