Searched defs:DKIOC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h153 * The Generic DKIOC numbers are from 0 - 50.
159 #define DKIOC (0x04 << 8) macro
165 #define DKIOCGGEOM (DKIOC|1) /* Get geometry */
166 #define DKIOCINFO (DKIOC|3) /* Get info */
167 #define DKIOCEJECT (DKIOC|6) /* Generic 'eject' */
168 #define DKIOCGVTOC (DKIOC|11) /* Get VTOC */
169 #define DKIOCSVTOC (DKIOC|12) /* Set VTOC & Write to Disk */
171 #define DKIOCGEXTVTOC (DKIOC|23) /* Get extended VTOC */
172 #define DKIOCSEXTVTOC (DKIOC|24) /* Set extended VTOC, Write to Disk */
194 #define DKIOCFLUSHWRITECACHE (DKIOC|3
[all...]

Completed in 61 milliseconds