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# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24#ident "%Z%%M% %I% %E% SMI" 25 26add scsi_watch_request::swr_callback targets \ 27 sd.c:sd_mhd_watch_cb \ 28 sd.c:sd_media_watch_cb 29 30add __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy 31 32add scsi_pkt::pkt_comp targets \ 33 sd.c:sd_mhd_watch_cb \ 34 sd.c:sd_media_watch_cb \ 35 sd.c:sd_mhd_watch_cb \ 36 scsi_watch.c:scsi_watch_request_intr \ 37 sd.c:sdintr \ 38 mpt.c:mpt_scsi_destroy_pkt \ 39 mpt.c:mpt_scsi_init_pkt \ 40 mpt.c:mpt_scsi_start \ 41 mpt.c:mpt_scsi_abort \ 42 mpt.c:mpt_scsi_reset \ 43 mpt.c:mpt_scsi_setcap \ 44 mpt.c:mpt_scsi_getcap \ 45 mpt.c:mpt_scsi_dmafree \ 46 mpt.c:mpt_scsi_reset_notify \ 47 mpt.c:mpt_scsi_tgt_init \ 48 mpt.c:mpt_scsi_tgt_free \ 49 mpt.c:mpt_scsi_sync_pkt \ 50 mpt.c:mpt_smp_start \ 51 mpt.c:mpt_sas_getcap 52 53one scsi_device 54one mpt 55one __ddi_xbuf_attr 56one sd_lun 57one sd_resv_reclaim_request 58 59add notify_entry::callback target sd_mhd_reset_notify_cb 60add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi 61 62root mpt_kmem_cache_constructor mpt_kmem_cache_destructor 63root mpt_handle_event 64root mpt_handle_dr 65root mpt_fm_error_cb 66 67root sd_handle_mchange sd_media_change_task sd_start_stop_unit_task 68root sd_wm_cache_constructor sd_wm_cache_destructor sd_read_modify_write_task 69root sd_failfast_flushq_callback sd_reenable_dsense_task 70root sd_target_change_task 71 72assert order scsi_device::sd_mutex mpt::m_mutex 73 74for ptr in `funcptrs | grep '^scsi_hba_tran::'` 75do 76 add $ptr target warlock_dummy 77done 78root scsi_hba_bus_power 79ignore delay 80add sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 81add dk_callback::dkc_callback targets warlock_dummy 82 83