Symbol: DKIOC
usr/src/uts/common/sys/dkio.h
166
#define DKIOCGGEOM (DKIOC|1) /* Get geometry */
usr/src/uts/common/sys/dkio.h
167
#define DKIOCINFO (DKIOC|3) /* Get info */
usr/src/uts/common/sys/dkio.h
168
#define DKIOCEJECT (DKIOC|6) /* Generic 'eject' */
usr/src/uts/common/sys/dkio.h
169
#define DKIOCGVTOC (DKIOC|11) /* Get VTOC */
usr/src/uts/common/sys/dkio.h
170
#define DKIOCSVTOC (DKIOC|12) /* Set VTOC & Write to Disk */
usr/src/uts/common/sys/dkio.h
172
#define DKIOCGEXTVTOC (DKIOC|23) /* Get extended VTOC */
usr/src/uts/common/sys/dkio.h
173
#define DKIOCSEXTVTOC (DKIOC|24) /* Set extended VTOC, Write to Disk */
usr/src/uts/common/sys/dkio.h
195
#define DKIOCFLUSHWRITECACHE (DKIOC|34) /* flush cache to phys medium */
usr/src/uts/common/sys/dkio.h
208
#define DKIOCGETWCE (DKIOC|36) /* Get current write cache */
usr/src/uts/common/sys/dkio.h
210
#define DKIOCSETWCE (DKIOC|37) /* Enable/Disable write cache */
usr/src/uts/common/sys/dkio.h
217
#define DKIOCSGEOM (DKIOC|2) /* Set geometry */
usr/src/uts/common/sys/dkio.h
218
#define DKIOCSAPART (DKIOC|4) /* Set all partitions */
usr/src/uts/common/sys/dkio.h
219
#define DKIOCGAPART (DKIOC|5) /* Get all partitions */
usr/src/uts/common/sys/dkio.h
220
#define DKIOCG_PHYGEOM (DKIOC|32) /* get physical geometry */
usr/src/uts/common/sys/dkio.h
221
#define DKIOCG_VIRTGEOM (DKIOC|33) /* get virtual geometry */
usr/src/uts/common/sys/dkio.h
226
#define DKIOCLOCK (DKIOC|7) /* Generic 'lock' */
usr/src/uts/common/sys/dkio.h
227
#define DKIOCUNLOCK (DKIOC|8) /* Generic 'unlock' */
usr/src/uts/common/sys/dkio.h
228
#define DKIOCSTATE (DKIOC|13) /* Inquire insert/eject state */
usr/src/uts/common/sys/dkio.h
229
#define DKIOCREMOVABLE (DKIOC|16) /* is media removable */
usr/src/uts/common/sys/dkio.h
235
#define DKIOCHOTPLUGGABLE (DKIOC|35) /* is hotpluggable */
usr/src/uts/common/sys/dkio.h
239
#define DKIOCSETEXTPART (DKIOC|46)
usr/src/uts/common/sys/dkio.h
243
#define DKIOCSOLIDSTATE (DKIOC|38)
usr/src/uts/common/sys/dkio.h
249
#define DKIOCADDBAD (DKIOC|20) /* Re-read the alternate map (IDE) */
usr/src/uts/common/sys/dkio.h
250
#define DKIOCGETDEF (DKIOC|21) /* read defect list (IDE) */
usr/src/uts/common/sys/dkio.h
268
#define DKIOCPARTINFO (DKIOC|22) /* Get partition or slice parameters */
usr/src/uts/common/sys/dkio.h
269
#define DKIOCEXTPARTINFO (DKIOC|19) /* Get extended partition or slice */
usr/src/uts/common/sys/dkio.h
294
#define DKIOC_EBP_ENABLE (DKIOC|40) /* enable by pass erase on write */
usr/src/uts/common/sys/dkio.h
295
#define DKIOC_EBP_DISABLE (DKIOC|41) /* disable by pass erase on write */
usr/src/uts/common/sys/dkio.h
302
#define DKIOCGMEDIAINFO (DKIOC|42) /* get information about the media */
usr/src/uts/common/sys/dkio.h
307
#define DKIOCGMBOOT (DKIOC|43) /* get mboot info */
usr/src/uts/common/sys/dkio.h
308
#define DKIOCSMBOOT (DKIOC|44) /* set mboot info */
usr/src/uts/common/sys/dkio.h
313
#define DKIOCGTEMPERATURE (DKIOC|45) /* get temperature */
usr/src/uts/common/sys/dkio.h
318
#define DKIOCGMEDIAINFOEXT (DKIOC|48)
usr/src/uts/common/sys/dkio.h
323
#define DKIOCREADONLY (DKIOC|49)
usr/src/uts/common/sys/dkio.h
406
#define DKIOCSETEFI (DKIOC|17) /* Set EFI info */
usr/src/uts/common/sys/dkio.h
407
#define DKIOCGETEFI (DKIOC|18) /* Get EFI info */
usr/src/uts/common/sys/dkio.h
409
#define DKIOCPARTITION (DKIOC|9) /* Get partition info */
usr/src/uts/common/sys/dkio.h
417
#define DKIOCGETVOLCAP (DKIOC | 25) /* Get volume capabilities */
usr/src/uts/common/sys/dkio.h
418
#define DKIOCSETVOLCAP (DKIOC | 26) /* Set volume capabilities */
usr/src/uts/common/sys/dkio.h
419
#define DKIOCDMR (DKIOC | 27) /* Issue a directed read */
usr/src/uts/common/sys/dkio.h
421
#define DKIOCDUMPINIT (DKIOC | 28) /* Dumpify a zvol */
usr/src/uts/common/sys/dkio.h
422
#define DKIOCDUMPFINI (DKIOC | 29) /* Un-Dumpify a zvol */
usr/src/uts/common/sys/dkio.h
481
#define DKIOC_GETDISKID (DKIOC|46)
usr/src/uts/common/sys/dkio.h
519
#define DKIOC_UPDATEFW (DKIOC|47)
usr/src/uts/common/sys/dkio.h
546
#define DKIOCFREE (DKIOC|50)
usr/src/uts/common/sys/dkio.h
568
#define DKIOC_CANFREE (DKIOC|60)
usr/src/uts/common/sys/scsi/targets/sddef.h
1044
#define DKIOCRESET (DKIOC|14)
usr/src/uts/common/sys/scsi/targets/sddef.h
1045
#define DKIOCABORT (DKIOC|15)
usr/src/uts/sun/io/dada/targets/dad.c
3077
#define DKIOCRESET (DKIOC|14)
usr/src/uts/sun/io/dada/targets/dad.c
3078
#define DKIOCABORT (DKIOC|15)