Home
last modified time | relevance | path

Searched refs:CDROMPLAYBLK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst47 CDROMPLAYBLK scsi-cd only, (struct cdrom_blk)
698 CDROMPLAYBLK
708 ioctl(fd, CDROMPLAYBLK, &blk);
/openbmc/linux/include/uapi/linux/
H A Dcdrom.h98 #define CDROMPLAYBLK 0x5317 /* (struct cdrom_blk) */ macro
/openbmc/qemu/linux-user/
H A Dioctls.h437 IOCTL(CDROMPLAYBLK, IOC_W, MK_PTR(TYPE_INT))
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c3296 case CDROMPLAYBLK: in mmc_ioctl()