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# 214ebb14b2Sfrits 224ebb14b2Sfrits# 23ab0d082fSMark Logan# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 244ebb14b2Sfrits# 254ebb14b2Sfrits 264ebb14b2Sfritsone si_ctl_state 274ebb14b2Sfritsone scsi_device 284ebb14b2Sfritsone __ddi_xbuf_attr 294ebb14b2Sfritsone sd_lun 304ebb14b2Sfritsone sd_resv_reclaim_request 314ebb14b2Sfrits 324ebb14b2Sfrits 334ebb14b2Sfritsroot sata_hba_ioctl 344ebb14b2Sfritsroot sata_hba_open 354ebb14b2Sfritsroot sata_hba_close 364ebb14b2Sfritsroot sata_scsi_reset 374ebb14b2Sfritsroot sata_scsi_init_pkt 384ebb14b2Sfritsroot sata_scsi_start 394ebb14b2Sfritsroot sata_scsi_destroy_pkt 404ebb14b2Sfritsroot sata_scsi_sync_pkt 414ebb14b2Sfritsroot sata_scsi_tgt_init 424ebb14b2Sfritsroot sata_scsi_tgt_free 434ebb14b2Sfritsroot sata_scsi_tgt_probe 444ebb14b2Sfritsroot sata_scsi_dmafree 454ebb14b2Sfritsroot sata_scsi_abort 464ebb14b2Sfritsroot sata_scsi_getcap 474ebb14b2Sfritsroot sata_scsi_setcap 484ebb14b2Sfrits 494ebb14b2Sfritsadd sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi 504ebb14b2Sfritsroot sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task 514ebb14b2Sfritsroot sd.c:sd_wm_cache_constructor sd_wm_cache_destructor 524ebb14b2Sfritsroot sd.c:sd_read_modify_write_task sd_reenable_dsense_task 534ebb14b2Sfritsroot sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command 544ebb14b2Sfritsroot sd.c:sdstrategy sdioctl 55af007057Syl194034root sd.c:sd_target_change_task 564ebb14b2Sfrits 574ebb14b2Sfritsroot scsi_hba.c:scsi_hba_bus_power 584ebb14b2Sfrits 594ebb14b2Sfritsignore sd.c:sd_scsi_probe_cache_fini 604ebb14b2Sfritsignore sd.c:sd_scsi_probe_cache_init 614ebb14b2Sfritsignore sd.c:sd_scsi_target_lun_fini 624ebb14b2Sfritsignore sd.c:sd_scsi_target_lun_init 634ebb14b2Sfritsroot sd.c:sd_taskq_create 644ebb14b2Sfritsroot sd.c:sd_taskq_delete 654ebb14b2Sfrits 664ebb14b2Sfritsadd bus_ops::bus_add_eventcall targets warlock_dummy 674ebb14b2Sfritsadd bus_ops::bus_config targets warlock_dummy 684ebb14b2Sfritsadd bus_ops::bus_get_eventcookie targets warlock_dummy 694ebb14b2Sfritsadd bus_ops::bus_intr_ctl targets warlock_dummy 704ebb14b2Sfritsadd bus_ops::bus_post_event targets warlock_dummy 714ebb14b2Sfritsadd bus_ops::bus_remove_eventcall targets warlock_dummy 724ebb14b2Sfritsadd bus_ops::bus_unconfig targets warlock_dummy 734ebb14b2Sfrits 744ebb14b2Sfritsadd scsi_hba_tran::tran_tgt_init targets sata_scsi_tgt_init 754ebb14b2Sfritsadd scsi_hba_tran::tran_tgt_probe targets sata_scsi_tgt_probe 764ebb14b2Sfritsadd scsi_hba_tran::tran_tgt_free targets sata_scsi_tgt_free 774ebb14b2Sfritsadd scsi_hba_tran::tran_start targets sata_scsi_start 784ebb14b2Sfritsadd scsi_hba_tran::tran_abort targets sata_scsi_abort 794ebb14b2Sfritsadd scsi_hba_tran::tran_reset targets sata_scsi_reset 804ebb14b2Sfritsadd scsi_hba_tran::tran_getcap targets sata_scsi_getcap 814ebb14b2Sfritsadd scsi_hba_tran::tran_setcap targets sata_scsi_setcap 824ebb14b2Sfritsadd scsi_hba_tran::tran_init_pkt targets sata_scsi_init_pkt 834ebb14b2Sfritsadd scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt 844ebb14b2Sfrits 854ebb14b2Sfritsadd scsi_hba_tran::tran_add_eventcall targets warlock_dummy 864ebb14b2Sfritsadd scsi_hba_tran::tran_bus_config targets warlock_dummy 874ebb14b2Sfritsadd scsi_hba_tran::tran_bus_power targets warlock_dummy 884ebb14b2Sfritsadd scsi_hba_tran::tran_bus_unconfig targets warlock_dummy 894ebb14b2Sfritsadd scsi_hba_tran::tran_get_eventcookie targets warlock_dummy 904ebb14b2Sfritsadd scsi_hba_tran::tran_get_name targets warlock_dummy 914ebb14b2Sfritsadd scsi_hba_tran::tran_post_event targets warlock_dummy 924ebb14b2Sfritsadd scsi_hba_tran::tran_remove_eventcall targets warlock_dummy 934ebb14b2Sfritsroot scsi_hba.c:scsi_hba_bus_power 944ebb14b2Sfrits 954ebb14b2Sfritsadd dk_callback::dkc_callback targets warlock_dummy 964ebb14b2Sfritsadd sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 974ebb14b2Sfrits 984ebb14b2Sfritsadd scsi_watch_request::swr_callback targets \ 994ebb14b2Sfrits sd.c:sd_mhd_watch_cb \ 1004ebb14b2Sfrits sd.c:sd_media_watch_cb 1014ebb14b2Sfrits 102ab0d082fSMark Loganroot si_fm_error_cb 103*6d0510caSMark Loganroot si_quiesce 104ab0d082fSMark Logan 1054ebb14b2Sfritsadd scsi_pkt::pkt_comp targets \ 1064ebb14b2Sfrits scsi_watch.c:scsi_watch_request_intr \ 1074ebb14b2Sfrits sd.c:sdintr \ 1084ebb14b2Sfrits sata_scsi_destroy_pkt \ 1094ebb14b2Sfrits sata_scsi_init_pkt \ 1104ebb14b2Sfrits sata_scsi_start \ 1114ebb14b2Sfrits sata_scsi_abort \ 1124ebb14b2Sfrits sata_scsi_reset \ 1134ebb14b2Sfrits sata_scsi_start 1144ebb14b2Sfrits 1154ebb14b2Sfritsadd __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy 1164ebb14b2Sfrits 1174ebb14b2Sfritsignore sd.c:sd_mhd_reset_notify_cb 1184ebb14b2Sfritsignore si_mop_commands 1194ebb14b2Sfrits 1204ebb14b2Sfritsassert order si_ctl_state::sictl_mutex si_port_state::siport_mutex 121