Searched refs:cdrom_ioctl (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 172 &cdrom_ioctl, & ioctl \cr 329 function $cdrom_ioctl()$ will verify the appropriate user-memory regions 502 $cdrom_ioctl$ will use those. However, most $ioctl$s deal with 506 int$. The routine $cdrom_ioctl()$ does do some useful things, 520 to sanitize the return value in $cdrom_ioctl()$ though, in order to 816 \subsection{$Int\ cdrom_ioctl(struct\ inode *ip, struct\ file *fp, 848 allocation are performed in $cdrom_ioctl()$, and also sanitization of
|
/linux-2.4.37.9/include/linux/ |
D | cdrom.h | 782 extern int cdrom_ioctl(struct inode *, struct file *, unsigned, unsigned long);
|
/linux-2.4.37.9/drivers/block/paride/ |
D | pcd.c | 272 ioctl: cdrom_ioctl,
|
/linux-2.4.37.9/drivers/scsi/ |
D | sr.c | 515 ioctl: cdrom_ioctl,
|
/linux-2.4.37.9/drivers/cdrom/ |
D | mcd.c | 197 ioctl: cdrom_ioctl,
|
D | cm206.c | 773 ioctl: cdrom_ioctl,
|
D | cdrom.c | 1462 int cdrom_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, in cdrom_ioctl() function 2387 EXPORT_SYMBOL(cdrom_ioctl);
|
D | mcdx.c | 227 ioctl: cdrom_ioctl,
|
D | cdu31a.c | 3191 ioctl: cdrom_ioctl,
|
D | sbpcd.c | 5426 ioctl: cdrom_ioctl,
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-cd.c | 3036 return cdrom_ioctl(inode, file, cmd, arg); in ide_cdrom_ioctl()
|