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# 213138Sfrits# 22*9797SRaymond.Chen@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 233138Sfrits# Use is subject to license terms. 243138Sfrits# 253138Sfrits 263138Sfrits 273138Sfritsone scsa2usb_state 283138Sfrits 293138Sfritsroot scsa2usb_scsi_tgt_init scsa2usb_scsi_tgt_probe scsa2usb_scsi_tgt_free 303138Sfritsroot scsa2usb_scsi_start scsa2usb_scsi_abort scsa2usb_scsi_reset 313138Sfritsroot scsa2usb_scsi_getcap scsa2usb_scsi_setcap scsa2usb_scsi_init_pkt 323138Sfritsroot scsa2usb_scsi_destroy_pkt 333138Sfritsroot scsa2usb_reconnect_event_cb 343138Sfritsroot scsa2usb_disconnect_event_cb 353138Sfritsroot scsa2usb_panic_callb 363138Sfritsroot scsa2usb_work_thread 373138Sfrits 383138Sfritsroot scsi_hba_bus_power 393138Sfrits 403138Sfritsadd scsi_hba_tran::tran_bus_config targets warlock_dummy 413138Sfritsadd scsi_hba_tran::tran_bus_unconfig targets warlock_dummy 423138Sfritsadd scsi_hba_tran::tran_bus_power targets warlock_dummy 433138Sfrits 443138Sfritsadd scsi_pkt::pkt_comp targets \ 453138Sfrits scsa2usb_scsi_destroy_pkt \ 463138Sfrits scsa2usb_scsi_init_pkt \ 473138Sfrits scsa2usb_scsi_start \ 483138Sfrits scsa2usb_scsi_abort \ 493138Sfrits scsa2usb_scsi_reset \ 503138Sfrits scsa2usb_scsi_setcap \ 513138Sfrits scsa2usb_scsi_getcap 52