Home
last modified time | relevance | path

Searched refs:CDROM_SET_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst52 CDROM_SET_OPTIONS Set behavior options
763 CDROM_SET_OPTIONS
771 ioctl(fd, CDROM_SET_OPTIONS, options);
798 Same as CDROM_SET_OPTIONS, except that selected options are
/openbmc/linux/include/uapi/linux/
H A Dcdrom.h121 #define CDROM_SET_OPTIONS 0x5320 /* Set behavior options */ macro
/openbmc/qemu/linux-user/
H A Dioctls.h439 IOCTL(CDROM_SET_OPTIONS, 0, TYPE_INT)
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst589 CDROM_SET_OPTIONS /* set options specified in (int)arg */
876 `CDROM_SET_OPTIONS`
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c3344 case CDROM_SET_OPTIONS: in cdrom_ioctl()