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# 21*6590Syl194034# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 223138Sfrits# Use is subject to license terms. 233138Sfrits# 243138Sfrits#ident "%Z%%M% %I% %E% SMI" 253138Sfrits 263138Sfritsone scsi_device 273138Sfritsroot ssd_mhd_reset_notify_cb ssd_event_callback 283138Sfritsroot scsi_hba_post_event scsi_hba_remove_eventcall scsi_hba_add_eventcall scsi_hba_get_eventcookie 293138Sfrits 303138Sfritsroot ssd_handle_mchange ssd_media_change_task ssd_start_stop_unit_task 313138Sfritsroot ssd_wm_cache_constructor ssd_wm_cache_destructor ssd_read_modify_write_task 323138Sfritsroot ssd_xbuf_strategy ssd_reenable_dsense_task 333138Sfritsroot ssd_failfast_flushq_callback 343138Sfritsroot ssd_start_direct_priority_command 35*6590Syl194034root ssd_target_change_task 363138Sfrits 373138Sfrits### Give warlock a dummy target for each of the function 383138Sfrits### pointers in the scsi_hba_tran structure. 393138Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'` 403138Sfritsdo 413138Sfrits add $ptr target warlock_dummy 423138Sfritsdone 433138Sfrits 443138Sfritsadd scsi_watch_request::swr_callback targets ssd_media_watch_cb ssd_mhd_watch_cb 453138Sfritsadd sd.c:ssd_start_cmds/funcp target ssd_initpkt_for_buf ssd_initpkt_for_uscsi 463138Sfrits 473138Sfritsroot scsi_hba_bus_power 483138Sfrits 493138Sfritsadd sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 503138Sfritsadd dk_callback::dkc_callback targets warlock_dummy 513138Sfrits 52