Searched defs:Drive (Results 1 – 5 of 5) sorted by relevance
147 typedef struct Drive Drive; typedef209 struct Drive struct214 int type; /* scsi peripheral device type: Type?? */217 int mmctype; /* cd, dvd, or bd */218 char *dvdtype; /* name of dvd flavour */219 char *laysfx; /* layer suffix (e.g., -dl) */220 int firsttrack;221 int invistrack;222 int ntrack;223 int nchange; /* compare with the members in Scsi */[all …]
136 typedef struct Drive Drive; typedef137 struct Drive { struct149 void drawtoc(Window*, Drive*, Toc*); argument
255 typedef struct Drive Drive; typedef301 typedef struct Drive { struct302 Ctlr* ctlr;304 int dev;305 ushort info[256];306 int c; /* cylinder */307 int h; /* head */308 int s; /* sector */309 vlong sectors; /* total */310 int secsize; /* sector size */[all …]
120 typedef struct Drive Drive; typedef122 struct Drive { struct125 Ctlr *ctlr;126 SDunit *unit;127 char name[10];128 Aport *port;129 Aportm portm;130 Aportc portc; /* redundant ptr to port and portm */132 uchar mediachange;133 uchar state;[all …]
148 typedef struct Drive Drive; typedef171 struct Drive struct175 Ctlr *ctlr;176 SDunit *unit;177 char name[10];178 ulong magic;180 Bridge *bridge;181 Edma *edma;182 Chip *chip;183 int chipx;[all …]