xref: /onnv-gate/usr/src/uts/common/io/warlock/sd.wlcmd (revision 8551:c521d2c1b8a8)
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*8551SPeng.L@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
233138Sfrits# Use is subject to license terms.
243138Sfrits#
253138Sfrits
263138Sfritsone	scsi_device
273138Sfritsone	__ddi_xbuf_attr
283138Sfritsone	sd_lun
293138Sfritsone	sd_resv_reclaim_request
303138Sfrits
313138Sfritsroot sd_mhd_reset_notify_cb
323138Sfrits
333138Sfritsroot sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
343138Sfritsroot sd_wm_cache_constructor sd_wm_cache_destructor sd_read_modify_write_task
353138Sfritsroot sd_failfast_flushq_callback sd_reenable_dsense_task
363138Sfritsroot sd_start_direct_priority_command
376590Syl194034root sd_target_change_task
38*8551SPeng.L@Sun.COMroot xbuf_brk_done
393138Sfrits
403138Sfrits### Give warlock a dummy target for each of the function
413138Sfrits### pointers in the scsi_hba_tran structure.
423138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'`
433138Sfritsdo
443138Sfrits	add $ptr target warlock_dummy
453138Sfritsdone
463138Sfritsroot	scsi_hba_bus_power
477909SXiao.L@Sun.COMroot	scsi_hba_fm_init_child
487909SXiao.L@Sun.COMroot	sdrunout
493138Sfrits
503138Sfritsadd scsi_watch_request::swr_callback targets sd_media_watch_cb sd_mhd_watch_cb
513138Sfritsadd sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
523138Sfrits
533138Sfritsadd 	__ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
543138Sfrits
553138Sfritsadd	sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy
563138Sfritsadd	dk_callback::dkc_callback targets warlock_dummy
57