8d483882aa3390058094b043f3d62187b5d1de03mlf# CDDL HEADER START
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# The contents of this file are subject to the terms of the
8d483882aa3390058094b043f3d62187b5d1de03mlf# Common Development and Distribution License (the "License").
8d483882aa3390058094b043f3d62187b5d1de03mlf# You may not use this file except in compliance with the License.
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8d483882aa3390058094b043f3d62187b5d1de03mlf# or http://www.opensolaris.org/os/licensing.
8d483882aa3390058094b043f3d62187b5d1de03mlf# See the License for the specific language governing permissions
8d483882aa3390058094b043f3d62187b5d1de03mlf# and limitations under the License.
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# When distributing Covered Code, include this CDDL HEADER in each
8d483882aa3390058094b043f3d62187b5d1de03mlf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8d483882aa3390058094b043f3d62187b5d1de03mlf# If applicable, add the following below this CDDL HEADER, with the
8d483882aa3390058094b043f3d62187b5d1de03mlf# fields enclosed by brackets "[]" replaced with your own identifying
8d483882aa3390058094b043f3d62187b5d1de03mlf# information: Portions Copyright [yyyy] [name of copyright owner]
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# CDDL HEADER END
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlf#
af007057247046b266b7b580708a7c33f76a97e4yl# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
8d483882aa3390058094b043f3d62187b5d1de03mlf# Use is subject to license terms.
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# ident "%Z%%M% %I% %E% SMI"
8d483882aa3390058094b043f3d62187b5d1de03mlf#
8d483882aa3390058094b043f3d62187b5d1de03mlf# usr/src/uts/common/io/warlock/nv_sata.wlcmd
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfone nv_ctl
8d483882aa3390058094b043f3d62187b5d1de03mlfone nv_port
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfone scsi_device
8d483882aa3390058094b043f3d62187b5d1de03mlfone __ddi_xbuf_attr
8d483882aa3390058094b043f3d62187b5d1de03mlfone sd_lun
8d483882aa3390058094b043f3d62187b5d1de03mlfone sd_resv_reclaim_request
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_hba_ioctl
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_hba_open
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_hba_close
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_reset
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_init_pkt
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_start
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_destroy_pkt
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_sync_pkt
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_tgt_init
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_tgt_free
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_tgt_probe
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_dmafree
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_abort
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_getcap
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sata_scsi_setcap
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_read_modify_write_task sd_reenable_dsense_task
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sdstrategy sdioctl
af007057247046b266b7b580708a7c33f76a97e4ylroot sd.c:sd_target_change_task
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfroot scsi_hba.c:scsi_hba_bus_power
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfignore sd.c:sd_scsi_probe_cache_fini
8d483882aa3390058094b043f3d62187b5d1de03mlfignore sd.c:sd_scsi_probe_cache_init
8d483882aa3390058094b043f3d62187b5d1de03mlfignore sd.c:sd_scsi_target_lun_fini
8d483882aa3390058094b043f3d62187b5d1de03mlfignore sd.c:sd_scsi_target_lun_init
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_taskq_create
8d483882aa3390058094b043f3d62187b5d1de03mlfroot sd.c:sd_taskq_delete
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_add_eventcall targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_config targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_get_eventcookie targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_intr_ctl targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_post_event targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_remove_eventcall targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd bus_ops::bus_unconfig targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_tgt_init targets sata_scsi_tgt_init
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_tgt_probe targets sata_scsi_tgt_probe
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_tgt_free targets sata_scsi_tgt_free
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_start targets sata_scsi_start
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_abort targets sata_scsi_abort
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_reset targets sata_scsi_reset
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_getcap targets sata_scsi_getcap
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_setcap targets sata_scsi_setcap
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_init_pkt targets sata_scsi_init_pkt
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_add_eventcall targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_bus_config targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_bus_power targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_bus_unconfig targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_get_eventcookie targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_get_name targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_post_event targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_hba_tran::tran_remove_eventcall targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfroot scsi_hba.c:scsi_hba_bus_power
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd dk_callback::dkc_callback targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlfadd sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_watch_request::swr_callback targets \
8d483882aa3390058094b043f3d62187b5d1de03mlf sd.c:sd_mhd_watch_cb \
8d483882aa3390058094b043f3d62187b5d1de03mlf sd.c:sd_media_watch_cb
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd scsi_pkt::pkt_comp targets \
8d483882aa3390058094b043f3d62187b5d1de03mlf scsi_watch.c:scsi_watch_request_intr \
8d483882aa3390058094b043f3d62187b5d1de03mlf sd.c:sdintr \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_destroy_pkt \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_init_pkt \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_start \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_abort \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_reset \
8d483882aa3390058094b043f3d62187b5d1de03mlf sata_scsi_start
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfadd __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
8d483882aa3390058094b043f3d62187b5d1de03mlf
8d483882aa3390058094b043f3d62187b5d1de03mlfignore sd.c:sd_mhd_reset_notify_cb