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 2006 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24#ident "%Z%%M% %I% %E% SMI" 25 26one scsi_device 27root ssd_mhd_reset_notify_cb ssd_event_callback 28root scsi_hba_post_event scsi_hba_remove_eventcall scsi_hba_add_eventcall scsi_hba_get_eventcookie 29 30root ssd_handle_mchange ssd_media_change_task ssd_start_stop_unit_task 31root ssd_wm_cache_constructor ssd_wm_cache_destructor ssd_read_modify_write_task 32root ssd_xbuf_strategy ssd_reenable_dsense_task 33root ssd_failfast_flushq_callback 34root ssd_start_direct_priority_command 35 36### Give warlock a dummy target for each of the function 37### pointers in the scsi_hba_tran structure. 38for ptr in `funcptrs | grep '^scsi_hba_tran::'` 39do 40 add $ptr target warlock_dummy 41done 42 43add scsi_watch_request::swr_callback targets ssd_media_watch_cb ssd_mhd_watch_cb 44add sd.c:ssd_start_cmds/funcp target ssd_initpkt_for_buf ssd_initpkt_for_uscsi 45 46root scsi_hba_bus_power 47 48add sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 49add dk_callback::dkc_callback targets warlock_dummy 50 51