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 # 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 26 one scsi_device 27 one __ddi_xbuf_attr 28 one sd_lun 29 one sd_resv_reclaim_request 30 31 root sd_mhd_reset_notify_cb 32 33 root sd_handle_mchange sd_media_change_task sd_start_stop_unit_task 34 root sd_wm_cache_constructor sd_wm_cache_destructor sd_read_modify_write_task 35 root sd_failfast_flushq_callback sd_reenable_dsense_task 36 root sd_start_direct_priority_command 37 root sd_target_change_task 38 root xbuf_brk_done 39 40 ### Give warlock a dummy target for each of the function 41 ### pointers in the scsi_hba_tran structure. 42 for ptr in `funcptrs | grep '^scsi_hba_tran::'` 43 do 44 add $ptr target warlock_dummy 45 done 46 root scsi_hba_bus_power 47 root scsi_hba_fm_init_child 48 root sdrunout 49 50 add scsi_watch_request::swr_callback targets sd_media_watch_cb sd_mhd_watch_cb 51 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi 52 53 add __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy 54 55 add sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 56 add dk_callback::dkc_callback targets warlock_dummy 57