14ebb14b2Sfrits# 24ebb14b2Sfrits# CDDL HEADER START 34ebb14b2Sfrits# 44ebb14b2Sfrits# The contents of this file are subject to the terms of the 54ebb14b2Sfrits# Common Development and Distribution License (the "License"). 64ebb14b2Sfrits# You may not use this file except in compliance with the License. 74ebb14b2Sfrits# 84ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing. 104ebb14b2Sfrits# See the License for the specific language governing permissions 114ebb14b2Sfrits# and limitations under the License. 124ebb14b2Sfrits# 134ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each 144ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the 164ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 174ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 184ebb14b2Sfrits# 194ebb14b2Sfrits# CDDL HEADER END 204ebb14b2Sfrits# 21*af007057Syl194034# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 224ebb14b2Sfrits# Use is subject to license terms. 234ebb14b2Sfrits# 244ebb14b2Sfrits#ident "%Z%%M% %I% %E% SMI" 254ebb14b2Sfrits 264ebb14b2Sfritsone scsi_device 274ebb14b2Sfritsroot ssd_mhd_reset_notify_cb ssd_event_callback 284ebb14b2Sfritsroot scsi_hba_post_event scsi_hba_remove_eventcall scsi_hba_add_eventcall scsi_hba_get_eventcookie 294ebb14b2Sfrits 304ebb14b2Sfritsroot ssd_handle_mchange ssd_media_change_task ssd_start_stop_unit_task 314ebb14b2Sfritsroot ssd_wm_cache_constructor ssd_wm_cache_destructor ssd_read_modify_write_task 324ebb14b2Sfritsroot ssd_xbuf_strategy ssd_reenable_dsense_task 334ebb14b2Sfritsroot ssd_failfast_flushq_callback 344ebb14b2Sfritsroot ssd_start_direct_priority_command 35*af007057Syl194034root ssd_target_change_task 364ebb14b2Sfrits 374ebb14b2Sfrits### Give warlock a dummy target for each of the function 384ebb14b2Sfrits### pointers in the scsi_hba_tran structure. 394ebb14b2Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'` 404ebb14b2Sfritsdo 414ebb14b2Sfrits add $ptr target warlock_dummy 424ebb14b2Sfritsdone 434ebb14b2Sfrits 444ebb14b2Sfritsadd scsi_watch_request::swr_callback targets ssd_media_watch_cb ssd_mhd_watch_cb 454ebb14b2Sfritsadd sd.c:ssd_start_cmds/funcp target ssd_initpkt_for_buf ssd_initpkt_for_uscsi 464ebb14b2Sfrits 474ebb14b2Sfritsroot scsi_hba_bus_power 484ebb14b2Sfrits 494ebb14b2Sfritsadd sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 504ebb14b2Sfritsadd dk_callback::dkc_callback targets warlock_dummy 514ebb14b2Sfrits 52