xref: /titanic_41/usr/src/uts/common/io/warlock/nv_sata.wlcmd (revision af007057247046b266b7b580708a7c33f76a97e4)
18d483882Smlf# CDDL HEADER START
28d483882Smlf#
38d483882Smlf# The contents of this file are subject to the terms of the
48d483882Smlf# Common Development and Distribution License (the "License").
58d483882Smlf# You may not use this file except in compliance with the License.
68d483882Smlf#
78d483882Smlf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
88d483882Smlf# or http://www.opensolaris.org/os/licensing.
98d483882Smlf# See the License for the specific language governing permissions
108d483882Smlf# and limitations under the License.
118d483882Smlf#
128d483882Smlf# When distributing Covered Code, include this CDDL HEADER in each
138d483882Smlf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148d483882Smlf# If applicable, add the following below this CDDL HEADER, with the
158d483882Smlf# fields enclosed by brackets "[]" replaced with your own identifying
168d483882Smlf# information: Portions Copyright [yyyy] [name of copyright owner]
178d483882Smlf#
188d483882Smlf# CDDL HEADER END
198d483882Smlf#
208d483882Smlf
218d483882Smlf#
22*af007057Syl194034# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
238d483882Smlf# Use is subject to license terms.
248d483882Smlf#
258d483882Smlf# ident	"%Z%%M%	%I%	%E% SMI"
268d483882Smlf#
278d483882Smlf# usr/src/uts/common/io/warlock/nv_sata.wlcmd
288d483882Smlf
298d483882Smlfone 	nv_ctl
308d483882Smlfone 	nv_port
318d483882Smlf
328d483882Smlfone     scsi_device
338d483882Smlfone     __ddi_xbuf_attr
348d483882Smlfone     sd_lun
358d483882Smlfone     sd_resv_reclaim_request
368d483882Smlf
378d483882Smlfroot    sata_hba_ioctl
388d483882Smlfroot    sata_hba_open
398d483882Smlfroot    sata_hba_close
408d483882Smlfroot    sata_scsi_reset
418d483882Smlfroot    sata_scsi_init_pkt
428d483882Smlfroot    sata_scsi_start
438d483882Smlfroot    sata_scsi_destroy_pkt
448d483882Smlfroot    sata_scsi_sync_pkt
458d483882Smlfroot	sata_scsi_tgt_init
468d483882Smlfroot	sata_scsi_tgt_free
478d483882Smlfroot	sata_scsi_tgt_probe
488d483882Smlfroot    sata_scsi_dmafree
498d483882Smlfroot    sata_scsi_abort
508d483882Smlfroot    sata_scsi_getcap
518d483882Smlfroot    sata_scsi_setcap
528d483882Smlf
538d483882Smlfadd     sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
548d483882Smlfroot    sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
558d483882Smlfroot    sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
568d483882Smlfroot	sd.c:sd_read_modify_write_task sd_reenable_dsense_task
578d483882Smlfroot	sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
588d483882Smlfroot	sd.c:sdstrategy sdioctl
59*af007057Syl194034root	sd.c:sd_target_change_task
608d483882Smlf
618d483882Smlfroot	scsi_hba.c:scsi_hba_bus_power
628d483882Smlf
638d483882Smlfignore  sd.c:sd_scsi_probe_cache_fini
648d483882Smlfignore  sd.c:sd_scsi_probe_cache_init
658d483882Smlfignore  sd.c:sd_scsi_target_lun_fini
668d483882Smlfignore  sd.c:sd_scsi_target_lun_init
678d483882Smlfroot    sd.c:sd_taskq_create
688d483882Smlfroot    sd.c:sd_taskq_delete
698d483882Smlf
708d483882Smlfadd     bus_ops::bus_add_eventcall		targets warlock_dummy
718d483882Smlfadd     bus_ops::bus_config			targets warlock_dummy
728d483882Smlfadd     bus_ops::bus_get_eventcookie		targets warlock_dummy
738d483882Smlfadd     bus_ops::bus_intr_ctl			targets warlock_dummy
748d483882Smlfadd     bus_ops::bus_post_event			targets warlock_dummy
758d483882Smlfadd     bus_ops::bus_remove_eventcall		targets warlock_dummy
768d483882Smlfadd     bus_ops::bus_unconfig			targets warlock_dummy
778d483882Smlf
788d483882Smlf
798d483882Smlfadd     scsi_hba_tran::tran_tgt_init    targets sata_scsi_tgt_init
808d483882Smlfadd     scsi_hba_tran::tran_tgt_probe   targets sata_scsi_tgt_probe
818d483882Smlfadd     scsi_hba_tran::tran_tgt_free    targets sata_scsi_tgt_free
828d483882Smlfadd     scsi_hba_tran::tran_start       targets sata_scsi_start
838d483882Smlfadd     scsi_hba_tran::tran_abort       targets sata_scsi_abort
848d483882Smlfadd     scsi_hba_tran::tran_reset       targets sata_scsi_reset
858d483882Smlfadd     scsi_hba_tran::tran_getcap      targets sata_scsi_getcap
868d483882Smlfadd     scsi_hba_tran::tran_setcap      targets sata_scsi_setcap
878d483882Smlfadd     scsi_hba_tran::tran_init_pkt    targets sata_scsi_init_pkt
888d483882Smlfadd     scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
898d483882Smlf
908d483882Smlfadd     scsi_hba_tran::tran_add_eventcall       targets warlock_dummy
918d483882Smlfadd     scsi_hba_tran::tran_bus_config          targets warlock_dummy
928d483882Smlfadd     scsi_hba_tran::tran_bus_power           targets warlock_dummy
938d483882Smlfadd     scsi_hba_tran::tran_bus_unconfig        targets warlock_dummy
948d483882Smlfadd     scsi_hba_tran::tran_get_eventcookie     targets warlock_dummy
958d483882Smlfadd     scsi_hba_tran::tran_get_name            targets warlock_dummy
968d483882Smlfadd     scsi_hba_tran::tran_post_event          targets warlock_dummy
978d483882Smlfadd     scsi_hba_tran::tran_remove_eventcall    targets warlock_dummy
988d483882Smlf
998d483882Smlfroot    scsi_hba.c:scsi_hba_bus_power
1008d483882Smlf
1018d483882Smlf
1028d483882Smlfadd	dk_callback::dkc_callback		targets warlock_dummy
1038d483882Smlfadd	sd_uscsi_info::ui_dkc.dkc_callback	targets warlock_dummy
1048d483882Smlf
1058d483882Smlfadd scsi_watch_request::swr_callback targets \
1068d483882Smlf        sd.c:sd_mhd_watch_cb \
1078d483882Smlf        sd.c:sd_media_watch_cb
1088d483882Smlf
1098d483882Smlfadd scsi_pkt::pkt_comp targets \
1108d483882Smlf	scsi_watch.c:scsi_watch_request_intr \
1118d483882Smlf	sd.c:sdintr \
1128d483882Smlf        sata_scsi_destroy_pkt \
1138d483882Smlf        sata_scsi_init_pkt \
1148d483882Smlf        sata_scsi_start \
1158d483882Smlf        sata_scsi_abort \
1168d483882Smlf        sata_scsi_reset \
1178d483882Smlf	sata_scsi_start
1188d483882Smlf
1198d483882Smlfadd     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
1208d483882Smlf
1218d483882Smlfignore	sd.c:sd_mhd_reset_notify_cb
122