xref: /onnv-gate/usr/src/uts/common/io/warlock/nv_sata.wlcmd (revision 6590:4867b3aa761a)
14876Smlf# CDDL HEADER START
24876Smlf#
34876Smlf# The contents of this file are subject to the terms of the
44876Smlf# Common Development and Distribution License (the "License").
54876Smlf# You may not use this file except in compliance with the License.
64876Smlf#
74876Smlf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84876Smlf# or http://www.opensolaris.org/os/licensing.
94876Smlf# See the License for the specific language governing permissions
104876Smlf# and limitations under the License.
114876Smlf#
124876Smlf# When distributing Covered Code, include this CDDL HEADER in each
134876Smlf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
144876Smlf# If applicable, add the following below this CDDL HEADER, with the
154876Smlf# fields enclosed by brackets "[]" replaced with your own identifying
164876Smlf# information: Portions Copyright [yyyy] [name of copyright owner]
174876Smlf#
184876Smlf# CDDL HEADER END
194876Smlf#
204876Smlf
214876Smlf#
22*6590Syl194034# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
234876Smlf# Use is subject to license terms.
244876Smlf#
254876Smlf# ident	"%Z%%M%	%I%	%E% SMI"
264876Smlf#
274876Smlf# usr/src/uts/common/io/warlock/nv_sata.wlcmd
284876Smlf
294876Smlfone 	nv_ctl
304876Smlfone 	nv_port
314876Smlf
324876Smlfone     scsi_device
334876Smlfone     __ddi_xbuf_attr
344876Smlfone     sd_lun
354876Smlfone     sd_resv_reclaim_request
364876Smlf
374876Smlfroot    sata_hba_ioctl
384876Smlfroot    sata_hba_open
394876Smlfroot    sata_hba_close
404876Smlfroot    sata_scsi_reset
414876Smlfroot    sata_scsi_init_pkt
424876Smlfroot    sata_scsi_start
434876Smlfroot    sata_scsi_destroy_pkt
444876Smlfroot    sata_scsi_sync_pkt
454876Smlfroot	sata_scsi_tgt_init
464876Smlfroot	sata_scsi_tgt_free
474876Smlfroot	sata_scsi_tgt_probe
484876Smlfroot    sata_scsi_dmafree
494876Smlfroot    sata_scsi_abort
504876Smlfroot    sata_scsi_getcap
514876Smlfroot    sata_scsi_setcap
524876Smlf
534876Smlfadd     sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
544876Smlfroot    sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
554876Smlfroot    sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
564876Smlfroot	sd.c:sd_read_modify_write_task sd_reenable_dsense_task
574876Smlfroot	sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
584876Smlfroot	sd.c:sdstrategy sdioctl
59*6590Syl194034root	sd.c:sd_target_change_task
604876Smlf
614876Smlfroot	scsi_hba.c:scsi_hba_bus_power
624876Smlf
634876Smlfignore  sd.c:sd_scsi_probe_cache_fini
644876Smlfignore  sd.c:sd_scsi_probe_cache_init
654876Smlfignore  sd.c:sd_scsi_target_lun_fini
664876Smlfignore  sd.c:sd_scsi_target_lun_init
674876Smlfroot    sd.c:sd_taskq_create
684876Smlfroot    sd.c:sd_taskq_delete
694876Smlf
704876Smlfadd     bus_ops::bus_add_eventcall		targets warlock_dummy
714876Smlfadd     bus_ops::bus_config			targets warlock_dummy
724876Smlfadd     bus_ops::bus_get_eventcookie		targets warlock_dummy
734876Smlfadd     bus_ops::bus_intr_ctl			targets warlock_dummy
744876Smlfadd     bus_ops::bus_post_event			targets warlock_dummy
754876Smlfadd     bus_ops::bus_remove_eventcall		targets warlock_dummy
764876Smlfadd     bus_ops::bus_unconfig			targets warlock_dummy
774876Smlf
784876Smlf
794876Smlfadd     scsi_hba_tran::tran_tgt_init    targets sata_scsi_tgt_init
804876Smlfadd     scsi_hba_tran::tran_tgt_probe   targets sata_scsi_tgt_probe
814876Smlfadd     scsi_hba_tran::tran_tgt_free    targets sata_scsi_tgt_free
824876Smlfadd     scsi_hba_tran::tran_start       targets sata_scsi_start
834876Smlfadd     scsi_hba_tran::tran_abort       targets sata_scsi_abort
844876Smlfadd     scsi_hba_tran::tran_reset       targets sata_scsi_reset
854876Smlfadd     scsi_hba_tran::tran_getcap      targets sata_scsi_getcap
864876Smlfadd     scsi_hba_tran::tran_setcap      targets sata_scsi_setcap
874876Smlfadd     scsi_hba_tran::tran_init_pkt    targets sata_scsi_init_pkt
884876Smlfadd     scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
894876Smlf
904876Smlfadd     scsi_hba_tran::tran_add_eventcall       targets warlock_dummy
914876Smlfadd     scsi_hba_tran::tran_bus_config          targets warlock_dummy
924876Smlfadd     scsi_hba_tran::tran_bus_power           targets warlock_dummy
934876Smlfadd     scsi_hba_tran::tran_bus_unconfig        targets warlock_dummy
944876Smlfadd     scsi_hba_tran::tran_get_eventcookie     targets warlock_dummy
954876Smlfadd     scsi_hba_tran::tran_get_name            targets warlock_dummy
964876Smlfadd     scsi_hba_tran::tran_post_event          targets warlock_dummy
974876Smlfadd     scsi_hba_tran::tran_remove_eventcall    targets warlock_dummy
984876Smlf
994876Smlfroot    scsi_hba.c:scsi_hba_bus_power
1004876Smlf
1014876Smlf
1024876Smlfadd	dk_callback::dkc_callback		targets warlock_dummy
1034876Smlfadd	sd_uscsi_info::ui_dkc.dkc_callback	targets warlock_dummy
1044876Smlf
1054876Smlfadd scsi_watch_request::swr_callback targets \
1064876Smlf        sd.c:sd_mhd_watch_cb \
1074876Smlf        sd.c:sd_media_watch_cb
1084876Smlf
1094876Smlfadd scsi_pkt::pkt_comp targets \
1104876Smlf	scsi_watch.c:scsi_watch_request_intr \
1114876Smlf	sd.c:sdintr \
1124876Smlf        sata_scsi_destroy_pkt \
1134876Smlf        sata_scsi_init_pkt \
1144876Smlf        sata_scsi_start \
1154876Smlf        sata_scsi_abort \
1164876Smlf        sata_scsi_reset \
1174876Smlf	sata_scsi_start
1184876Smlf
1194876Smlfadd     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
1204876Smlf
1214876Smlfignore	sd.c:sd_mhd_reset_notify_cb
122