Searched refs:CDROM_GET_CAPABILITY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c69 # ifndef CDROM_GET_CAPABILITY
70 # define CDROM_GET_CAPABILITY 0x5331 /* get capabilities */ macro
71 # endif /* ! CDROM_GET_CAPABILITY */
480 # ifdef CDROM_GET_CAPABILITY
481 if (ioctl (fileno (fp), CDROM_GET_CAPABILITY, 0) >= 0)
483 # else /* ! CDROM_GET_CAPABILITY */
499 # endif /* ! CDROM_GET_CAPABILITY */

Completed in 119 milliseconds