1*3333Syt160523# 2*3333Syt160523# CDDL HEADER START 3*3333Syt160523# 4*3333Syt160523# The contents of this file are subject to the terms of the 5*3333Syt160523# Common Development and Distribution License (the "License"). 6*3333Syt160523# You may not use this file except in compliance with the License. 7*3333Syt160523# 8*3333Syt160523# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3333Syt160523# or http://www.opensolaris.org/os/licensing. 10*3333Syt160523# See the License for the specific language governing permissions 11*3333Syt160523# and limitations under the License. 12*3333Syt160523# 13*3333Syt160523# When distributing Covered Code, include this CDDL HEADER in each 14*3333Syt160523# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3333Syt160523# If applicable, add the following below this CDDL HEADER, with the 16*3333Syt160523# fields enclosed by brackets "[]" replaced with your own identifying 17*3333Syt160523# information: Portions Copyright [yyyy] [name of copyright owner] 18*3333Syt160523# 19*3333Syt160523# CDDL HEADER END 20*3333Syt160523# 21*3333Syt160523 22*3333Syt160523# 23*3333Syt160523# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*3333Syt160523# Use is subject to license terms. 25*3333Syt160523# 26*3333Syt160523# ident "%Z%%M% %I% %E% SMI" 27*3333Syt160523# 28*3333Syt160523 29*3333Syt160523# usr/src/uts/common/io/warlock/ahci.wlcmd 30*3333Syt160523 31*3333Syt160523one ahci_ctl 32*3333Syt160523one ahci_port 33*3333Syt160523 34*3333Syt160523one scsi_device 35*3333Syt160523one __ddi_xbuf_attr 36*3333Syt160523one sd_lun 37*3333Syt160523one sd_resv_reclaim_request 38*3333Syt160523 39*3333Syt160523root ahci_intr 40*3333Syt160523root ahci_watchdog_handler 41*3333Syt160523 42*3333Syt160523add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi 43*3333Syt160523root sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task 44*3333Syt160523root sd.c:sd_wm_cache_constructor sd_wm_cache_destructor 45*3333Syt160523root sd.c:sd_read_modify_write_task sd_reenable_dsense_task 46*3333Syt160523root sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command 47*3333Syt160523root sd.c:sdstrategy sdioctl 48*3333Syt160523 49*3333Syt160523root scsi_hba.c:scsi_hba_bus_power 50*3333Syt160523 51*3333Syt160523ignore sd.c:sd_scsi_probe_cache_fini 52*3333Syt160523ignore sd.c:sd_scsi_probe_cache_init 53*3333Syt160523ignore sd.c:sd_scsi_target_lun_init 54*3333Syt160523ignore sd.c:sd_scsi_target_lun_fini 55*3333Syt160523root sd.c:sd_taskq_create 56*3333Syt160523root sd.c:sd_taskq_delete 57*3333Syt160523 58*3333Syt160523add bus_ops::bus_add_eventcall targets warlock_dummy 59*3333Syt160523add bus_ops::bus_config targets warlock_dummy 60*3333Syt160523add bus_ops::bus_get_eventcookie targets warlock_dummy 61*3333Syt160523add bus_ops::bus_intr_ctl targets warlock_dummy 62*3333Syt160523add bus_ops::bus_post_event targets warlock_dummy 63*3333Syt160523add bus_ops::bus_remove_eventcall targets warlock_dummy 64*3333Syt160523add bus_ops::bus_unconfig targets warlock_dummy 65*3333Syt160523 66*3333Syt160523add scsi_hba_tran::tran_tgt_init targets sata_scsi_tgt_init 67*3333Syt160523add scsi_hba_tran::tran_tgt_probe targets sata_scsi_tgt_probe 68*3333Syt160523add scsi_hba_tran::tran_tgt_free targets sata_scsi_tgt_free 69*3333Syt160523add scsi_hba_tran::tran_start targets sata_scsi_start 70*3333Syt160523add scsi_hba_tran::tran_abort targets sata_scsi_abort 71*3333Syt160523add scsi_hba_tran::tran_reset targets sata_scsi_reset 72*3333Syt160523add scsi_hba_tran::tran_getcap targets sata_scsi_getcap 73*3333Syt160523add scsi_hba_tran::tran_setcap targets sata_scsi_setcap 74*3333Syt160523add scsi_hba_tran::tran_init_pkt targets sata_scsi_init_pkt 75*3333Syt160523add scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt 76*3333Syt160523add scsi_hba_tran::tran_sync_pkt targets sata_scsi_sync_pkt 77*3333Syt160523add scsi_hba_tran::tran_dmafree targets sata_scsi_dmafree 78*3333Syt160523 79*3333Syt160523add scsi_hba_tran::tran_add_eventcall targets warlock_dummy 80*3333Syt160523add scsi_hba_tran::tran_bus_config targets warlock_dummy 81*3333Syt160523add scsi_hba_tran::tran_bus_power targets warlock_dummy 82*3333Syt160523add scsi_hba_tran::tran_bus_unconfig targets warlock_dummy 83*3333Syt160523add scsi_hba_tran::tran_get_eventcookie targets warlock_dummy 84*3333Syt160523add scsi_hba_tran::tran_get_name targets warlock_dummy 85*3333Syt160523add scsi_hba_tran::tran_post_event targets warlock_dummy 86*3333Syt160523add scsi_hba_tran::tran_remove_eventcall targets warlock_dummy 87*3333Syt160523 88*3333Syt160523add dk_callback::dkc_callback targets warlock_dummy 89*3333Syt160523add sd_uscsi_info::ui_dkc.dkc_callback targets warlock_dummy 90*3333Syt160523 91*3333Syt160523add scsi_watch_request::swr_callback targets \ 92*3333Syt160523 sd.c:sd_mhd_watch_cb \ 93*3333Syt160523 sd.c:sd_media_watch_cb 94*3333Syt160523 95*3333Syt160523add scsi_pkt::pkt_comp targets \ 96*3333Syt160523 scsi_watch.c:scsi_watch_request_intr \ 97*3333Syt160523 sd.c:sdintr \ 98*3333Syt160523 sata_scsi_destroy_pkt \ 99*3333Syt160523 sata_scsi_init_pkt \ 100*3333Syt160523 sata_scsi_start \ 101*3333Syt160523 sata_scsi_abort \ 102*3333Syt160523 sata_scsi_reset \ 103*3333Syt160523 sata_scsi_start \ 104*3333Syt160523 sata_scsi_sync_pkt 105*3333Syt160523 106*3333Syt160523add __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy 107*3333Syt160523 108*3333Syt160523ignore sd.c:sd_mhd_reset_notify_cb 109*3333Syt160523ignore ahci_mop_commands 110*3333Syt160523 111*3333Syt160523assert order ahci_ctl::ahcictl_mutex ahci_port::ahciport_mutex 112