Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddkio.h159 #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|34) /* flush cache to phys medium */
207 #define DKIOCGETWCE (DKIOC|36) /* Get current write cache */
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1037 #define DKIOCRESET (DKIOC|14)
1038 #define DKIOCABORT (DKIOC|15)
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3077 #define DKIOCRESET (DKIOC|14) in dcdioctl()
3078 #define DKIOCABORT (DKIOC|15) in dcdioctl()