Lines Matching refs:DKIOC
160 #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 */
210 #define DKIOCSETWCE (DKIOC|37) /* Enable/Disable write cache */
217 #define DKIOCSGEOM (DKIOC|2) /* Set geometry */
218 #define DKIOCSAPART (DKIOC|4) /* Set all partitions */
219 #define DKIOCGAPART (DKIOC|5) /* Get all partitions */
220 #define DKIOCG_PHYGEOM (DKIOC|32) /* get physical geometry */
221 #define DKIOCG_VIRTGEOM (DKIOC|33) /* get virtual geometry */
226 #define DKIOCLOCK (DKIOC|7) /* Generic 'lock' */
227 #define DKIOCUNLOCK (DKIOC|8) /* Generic 'unlock' */
228 #define DKIOCSTATE (DKIOC|13) /* Inquire insert/eject state */
229 #define DKIOCREMOVABLE (DKIOC|16) /* is media removable */
235 #define DKIOCHOTPLUGGABLE (DKIOC|35) /* is hotpluggable */
239 #define DKIOCSETEXTPART (DKIOC|46)
243 #define DKIOCSOLIDSTATE (DKIOC|38)
249 #define DKIOCADDBAD (DKIOC|20) /* Re-read the alternate map (IDE) */
250 #define DKIOCGETDEF (DKIOC|21) /* read defect list (IDE) */
268 #define DKIOCPARTINFO (DKIOC|22) /* Get partition or slice parameters */
269 #define DKIOCEXTPARTINFO (DKIOC|19) /* Get extended partition or slice */
294 #define DKIOC_EBP_ENABLE (DKIOC|40) /* enable by pass erase on write */
295 #define DKIOC_EBP_DISABLE (DKIOC|41) /* disable by pass erase on write */
302 #define DKIOCGMEDIAINFO (DKIOC|42) /* get information about the media */
307 #define DKIOCGMBOOT (DKIOC|43) /* get mboot info */
308 #define DKIOCSMBOOT (DKIOC|44) /* set mboot info */
313 #define DKIOCGTEMPERATURE (DKIOC|45) /* get temperature */
318 #define DKIOCGMEDIAINFOEXT (DKIOC|48)
323 #define DKIOCREADONLY (DKIOC|49)
406 #define DKIOCSETEFI (DKIOC|17) /* Set EFI info */
407 #define DKIOCGETEFI (DKIOC|18) /* Get EFI info */
409 #define DKIOCPARTITION (DKIOC|9) /* Get partition info */
417 #define DKIOCGETVOLCAP (DKIOC | 25) /* Get volume capabilities */
418 #define DKIOCSETVOLCAP (DKIOC | 26) /* Set volume capabilities */
419 #define DKIOCDMR (DKIOC | 27) /* Issue a directed read */
421 #define DKIOCDUMPINIT (DKIOC | 28) /* Dumpify a zvol */
422 #define DKIOCDUMPFINI (DKIOC | 29) /* Un-Dumpify a zvol */
481 #define DKIOC_GETDISKID (DKIOC|46)
519 #define DKIOC_UPDATEFW (DKIOC|47)
546 #define DKIOCFREE (DKIOC|50)
568 #define DKIOC_CANFREE (DKIOC|60)