Home
last modified time | relevance | path

Searched defs:Drive (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/cdfs/
H A Ddat.h147 typedef struct Drive Drive; typedef
209 struct Drive struct
214 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 …]
/plan9/acme/bin/source/acd/
H A Dacd.h136 typedef struct Drive Drive; typedef
137 struct Drive { struct
149 void drawtoc(Window*, Drive*, Toc*); argument
/plan9/sys/src/9/pc/
H A Dsdata.c255 typedef struct Drive Drive; typedef
301 typedef struct Drive { struct
302 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 …]
H A Dsdiahci.c120 typedef struct Drive Drive; typedef
122 struct Drive { struct
125 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 …]
H A Dsdmv50xx.c148 typedef struct Drive Drive; typedef
171 struct Drive struct
175 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 …]