Lines Matching refs:DKIOC
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|34) /* flush cache to phys medium */
207 #define DKIOCGETWCE (DKIOC|36) /* Get current write cache */
209 #define DKIOCSETWCE (DKIOC|37) /* Enable/Disable write cache */
216 #define DKIOCSGEOM (DKIOC|2) /* Set geometry */
217 #define DKIOCSAPART (DKIOC|4) /* Set all partitions */
218 #define DKIOCGAPART (DKIOC|5) /* Get all partitions */
219 #define DKIOCG_PHYGEOM (DKIOC|32) /* get physical geometry */
220 #define DKIOCG_VIRTGEOM (DKIOC|33) /* get virtual geometry */
225 #define DKIOCLOCK (DKIOC|7) /* Generic 'lock' */
226 #define DKIOCUNLOCK (DKIOC|8) /* Generic 'unlock' */
227 #define DKIOCSTATE (DKIOC|13) /* Inquire insert/eject state */
228 #define DKIOCREMOVABLE (DKIOC|16) /* is media removable */
234 #define DKIOCHOTPLUGGABLE (DKIOC|35) /* is hotpluggable */
238 #define DKIOCSETEXTPART (DKIOC|46)
242 #define DKIOCSOLIDSTATE (DKIOC|38)
248 #define DKIOCADDBAD (DKIOC|20) /* Re-read the alternate map (IDE) */
249 #define DKIOCGETDEF (DKIOC|21) /* read defect list (IDE) */
267 #define DKIOCPARTINFO (DKIOC|22) /* Get partition or slice parameters */
268 #define DKIOCEXTPARTINFO (DKIOC|19) /* Get extended partition or slice */
293 #define DKIOC_EBP_ENABLE (DKIOC|40) /* enable by pass erase on write */
294 #define DKIOC_EBP_DISABLE (DKIOC|41) /* disable by pass erase on write */
301 #define DKIOCGMEDIAINFO (DKIOC|42) /* get information about the media */
306 #define DKIOCGMBOOT (DKIOC|43) /* get mboot info */
307 #define DKIOCSMBOOT (DKIOC|44) /* set mboot info */
312 #define DKIOCGTEMPERATURE (DKIOC|45) /* get temperature */
317 #define DKIOCGMEDIAINFOEXT (DKIOC|48)
322 #define DKIOCREADONLY (DKIOC|49)
388 #define DKIOCSETEFI (DKIOC|17) /* Set EFI info */
389 #define DKIOCGETEFI (DKIOC|18) /* Get EFI info */
391 #define DKIOCPARTITION (DKIOC|9) /* Get partition info */
399 #define DKIOCGETVOLCAP (DKIOC | 25) /* Get volume capabilities */
400 #define DKIOCSETVOLCAP (DKIOC | 26) /* Set volume capabilities */
401 #define DKIOCDMR (DKIOC | 27) /* Issue a directed read */
403 #define DKIOCDUMPINIT (DKIOC | 28) /* Dumpify a zvol */
404 #define DKIOCDUMPFINI (DKIOC | 29) /* Un-Dumpify a zvol */
463 #define DKIOC_GETDISKID (DKIOC|46)
501 #define DKIOC_UPDATEFW (DKIOC|47)
527 #define DKIOCFREE (DKIOC|50)