1*4ebb14b2Sfrits# 2*4ebb14b2Sfrits# CDDL HEADER START 3*4ebb14b2Sfrits# 4*4ebb14b2Sfrits# The contents of this file are subject to the terms of the 5*4ebb14b2Sfrits# Common Development and Distribution License (the "License"). 6*4ebb14b2Sfrits# You may not use this file except in compliance with the License. 7*4ebb14b2Sfrits# 8*4ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing. 10*4ebb14b2Sfrits# See the License for the specific language governing permissions 11*4ebb14b2Sfrits# and limitations under the License. 12*4ebb14b2Sfrits# 13*4ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each 14*4ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the 16*4ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 17*4ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 18*4ebb14b2Sfrits# 19*4ebb14b2Sfrits# CDDL HEADER END 20*4ebb14b2Sfrits# 21*4ebb14b2Sfrits# 22*4ebb14b2Sfrits# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*4ebb14b2Sfrits# Use is subject to license terms. 24*4ebb14b2Sfrits# 25*4ebb14b2Sfrits 26*4ebb14b2Sfrits#ident "%Z%%M% %I% %E% SMI" 27*4ebb14b2Sfrits# 28*4ebb14b2Sfrits 29*4ebb14b2Sfritsone scsi_device 30*4ebb14b2Sfrits 31*4ebb14b2Sfrits### Give warlock a dummy target for each of the function 32*4ebb14b2Sfrits### pointers in the scsi_hba_tran structure. 33*4ebb14b2Sfritsfor ptr in `funcptrs | grep '^scsi_hba_tran::'` 34*4ebb14b2Sfritsdo 35*4ebb14b2Sfrits add $ptr target warlock_dummy 36*4ebb14b2Sfritsdone 37*4ebb14b2Sfrits 38*4ebb14b2Sfrits 39*4ebb14b2Sfritsroot ses_runcmd 40*4ebb14b2Sfrits 41*4ebb14b2Sfritsadd ses_softc::ses_vec.get_encstat target safte_get_encstat 42*4ebb14b2Sfritsadd ses_softc::ses_vec.get_objstat target safte_get_objstat 43*4ebb14b2Sfritsadd ses_softc::ses_vec.init_enc target safte_init_enc 44*4ebb14b2Sfritsadd ses_softc::ses_vec.set_encstat target safte_set_encstat 45*4ebb14b2Sfritsadd ses_softc::ses_vec.set_objstat target safte_set_objstat 46*4ebb14b2Sfritsadd ses_softc::ses_vec.softc_init target safte_softc_init 47*4ebb14b2Sfrits 48*4ebb14b2Sfritsadd ses_softc::ses_vec.get_encstat target sen_get_encstat 49*4ebb14b2Sfritsadd ses_softc::ses_vec.get_objstat target sen_get_objstat 50*4ebb14b2Sfritsadd ses_softc::ses_vec.init_enc target sen_init_enc 51*4ebb14b2Sfritsadd ses_softc::ses_vec.set_encstat target sen_set_encstat 52*4ebb14b2Sfritsadd ses_softc::ses_vec.set_objstat target sen_set_objstat 53*4ebb14b2Sfritsadd ses_softc::ses_vec.softc_init target sen_softc_init 54*4ebb14b2Sfrits 55*4ebb14b2Sfritsadd ses_softc::ses_vec.get_encstat target ses_get_encstat 56*4ebb14b2Sfritsadd ses_softc::ses_vec.get_objstat target ses_get_objstat 57*4ebb14b2Sfritsadd ses_softc::ses_vec.init_enc target ses_init_enc 58*4ebb14b2Sfritsadd ses_softc::ses_vec.set_encstat target ses_set_encstat 59*4ebb14b2Sfritsadd ses_softc::ses_vec.set_objstat target ses_set_objstat 60*4ebb14b2Sfritsadd ses_softc::ses_vec.softc_init target ses_softc_init 61*4ebb14b2Sfrits 62*4ebb14b2Sfritsroot scsi_hba_bus_power 63*4ebb14b2Sfrits 64