Rechercher une page de manuel
ata_scsi_offline_dev
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
ata_scsi_offline_dev - offline attached SCSI deviceSYNOPSIS
- int ata_scsi_offline_dev(struct ata_device * dev);
ARGUMENTS
dev
- ATA device to offline attached SCSI device for
DESCRIPTION
This function is called from ata_eh_hotplug and responsible for taking the SCSI device attached to dev offline. This function is called with host lock which protects dev->sdev against clearing.
LOCKING
spin_lock_irqsave(host lock)
RETURNS
1 if attached SCSI device exists, 0 otherwise.
AUTHOR
Jeff Garzik
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre