Home
last modified time | relevance | path

Searched defs:Dospart (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/boot/pc/
H A Ddosfs.h5 typedef struct Dospart Dospart; typedef
7 struct Dospart struct
9 uchar flag; /* active flag */
10 uchar shead; /* starting head */
11 uchar scs[2]; /* starting cylinder/sector */
12 uchar type; /* partition type */
13 uchar ehead; /* ending head */
14 uchar ecs[2]; /* ending cylinder/sector */
15 uchar start[4]; /* starting sector */
16 uchar len[4]; /* length in sectors */
/plan9/sys/src/9/pcboot/
H A Ddosfs.h5 typedef struct Dospart Dospart; typedef
13 struct Dospart struct
15 uchar flag; /* active flag */
16 uchar shead; /* starting head */
17 uchar scs[2]; /* starting cylinder/sector */
18 uchar type; /* partition type */
19 uchar ehead; /* ending head */
20 uchar ecs[2]; /* ending cylinder/sector */
21 uchar start[4]; /* starting sector */
22 uchar len[4]; /* length in sectors */
/plan9/sys/src/cmd/dossrv/
H A Ddat.h5 typedef struct Dospart Dospart; typedef
11 struct Dospart{ struct
12 uchar active;
13 uchar hstart;
14 uchar cylstart[2];
15 uchar type;
16 uchar hend;
17 uchar cylend[2];
18 uchar start[4];
19 uchar length[4];
/plan9/sys/src/cmd/disk/prep/
H A Dfdisk.c11 typedef struct Dospart Dospart; typedef
267 struct Dospart { struct
271 u32int lba;
272 u32int size;
273 int primary;