Searched refs:MTIOC (Results 1 – 1 of 1) sorted by relevance
294 #define MTIOC ('m'<<8) macro295 #define MTIOCTOP (MTIOC|1) /* do a mag tape op */296 #define MTIOCGET (MTIOC|2) /* get tape status */297 #define MTIOCGETDRIVETYPE (MTIOC|3) /* get tape config data */298 #define MTIOCPERSISTENT (MTIOC|4) /* turn on persistent errors */299 #define MTIOCPERSISTENTSTATUS (MTIOC|5) /* query persis. err status */300 #define MTIOCLRERR (MTIOC|6) /* clear a persitent error */301 #define MTIOCGUARANTEEDORDER (MTIOC|7) /* check for guaranteed order */302 #define MTIOCRESERVE (MTIOC|8) /* preserve reserve */303 #define MTIOCRELEASE (MTIOC|9) /* turnoff preserve reserve */[all …]