Rechercher une page de manuel
scsi_ioctl
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
scsi_ioctl - Dispatch ioctl to scsi deviceSYNOPSIS
- int scsi_ioctl(struct scsi_device * sdev, int cmd, void __user * arg);
ARGUMENTS
sdev
- scsi device receiving ioctl
cmd
- which ioctl is it
arg
- data associated with ioctl
DESCRIPTION
The scsi_ioctl function differs from most ioctls in that it does not take a major/minor number as the dev field. Rather, it takes a pointer to a struct scsi_device.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com>
- Author.
Rob Landley <rob@landley.net>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre