Home
last modified time | relevance | path

Searched refs:DKIOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h160 #define DKIOC (0x04 << 8) macro
166 #define DKIOCGGEOM (DKIOC|1) /* Get geometry */
167 #define DKIOCINFO (DKIOC|3) /* Get info */
168 #define DKIOCEJECT (DKIOC|6) /* Generic 'eject' */
169 #define DKIOCGVTOC (DKIOC|11) /* Get VTOC */
170 #define DKIOCSVTOC (DKIOC|12) /* Set VTOC & Write to Disk */
172 #define DKIOCGEXTVTOC (DKIOC|23) /* Get extended VTOC */
173 #define DKIOCSEXTVTOC (DKIOC|24) /* Set extended VTOC, Write to Disk */
195 #define DKIOCFLUSHWRITECACHE (DKIOC|34) /* flush cache to phys medium */
208 #define DKIOCGETWCE (DKIOC|36) /* Get current write cache */
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1044 #define DKIOCRESET (DKIOC|14)
1045 #define DKIOCABORT (DKIOC|15)
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3077 #define DKIOCRESET (DKIOC|14) in dcdioctl()
3078 #define DKIOCABORT (DKIOC|15) in dcdioctl()