xref: /onnv-gate/usr/src/uts/common/io/warlock/sd_with_mpt.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#
216541Szk194757# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
223138Sfrits# Use is subject to license terms.
233138Sfrits#
243138Sfrits#ident	"%Z%%M%	%I%	%E% SMI"
253138Sfrits
263138Sfritsadd scsi_watch_request::swr_callback targets \
273138Sfrits	sd.c:sd_mhd_watch_cb \
283138Sfrits	sd.c:sd_media_watch_cb
293138Sfrits
303138Sfritsadd     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
313138Sfrits
323138Sfritsadd scsi_pkt::pkt_comp targets \
333138Sfrits	sd.c:sd_mhd_watch_cb \
343138Sfrits	sd.c:sd_media_watch_cb \
353138Sfrits	sd.c:sd_mhd_watch_cb \
363138Sfrits	scsi_watch.c:scsi_watch_request_intr \
373138Sfrits	sd.c:sdintr \
383138Sfrits	mpt.c:mpt_scsi_destroy_pkt \
393138Sfrits	mpt.c:mpt_scsi_init_pkt \
403138Sfrits	mpt.c:mpt_scsi_start \
413138Sfrits	mpt.c:mpt_scsi_abort \
423138Sfrits	mpt.c:mpt_scsi_reset \
433138Sfrits	mpt.c:mpt_scsi_setcap \
443138Sfrits	mpt.c:mpt_scsi_getcap \
453138Sfrits	mpt.c:mpt_scsi_dmafree \
463138Sfrits	mpt.c:mpt_scsi_reset_notify \
473138Sfrits	mpt.c:mpt_scsi_tgt_init \
483138Sfrits	mpt.c:mpt_scsi_tgt_free \
496541Szk194757	mpt.c:mpt_scsi_sync_pkt \
506541Szk194757	mpt.c:mpt_smp_start \
516541Szk194757	mpt.c:mpt_sas_getcap
523138Sfrits
533138Sfritsone 	scsi_device
543138Sfritsone 	mpt
553138Sfritsone     __ddi_xbuf_attr
563138Sfritsone     sd_lun
573138Sfritsone     sd_resv_reclaim_request
583138Sfrits
593138Sfritsadd 	notify_entry::callback target  sd_mhd_reset_notify_cb
603138Sfritsadd 	sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
613138Sfrits
623138Sfritsroot 	mpt_kmem_cache_constructor mpt_kmem_cache_destructor
633138Sfritsroot	mpt_handle_event
646541Szk194757root	mpt_handle_dr
656541Szk194757root	mpt_fm_error_cb
663138Sfrits
673138Sfritsroot 	sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
683138Sfritsroot 	sd_wm_cache_constructor sd_wm_cache_destructor sd_read_modify_write_task
693138Sfritsroot 	sd_failfast_flushq_callback sd_reenable_dsense_task
70*6590Syl194034root	sd_target_change_task
713138Sfrits
723138Sfritsassert order scsi_device::sd_mutex  mpt::m_mutex
733138Sfrits
743138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
753138Sfritsdo
763138Sfrits        add $ptr target warlock_dummy
773138Sfritsdone
783138Sfritsroot    scsi_hba_bus_power
793138Sfritsignore  delay
803138Sfritsadd     sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy
813138Sfritsadd     dk_callback::dkc_callback targets warlock_dummy
823138Sfrits
83