Home
last modified time | relevance | path

Searched defs:Dosboot (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/libauthsrv/
H A Dreadnvram.c237 typedef struct Dosboot Dosboot; typedef
238 struct Dosboot{ struct
239 uchar magic[3]; /* really an xx86 JMP instruction */
240 uchar version[8];
241 uchar sectsize[2];
242 uchar clustsize;
243 uchar nresrv[2];
244 uchar nfats;
245 uchar rootsize[2];
246 uchar volsize[2];
[all …]
/plan9/sys/src/libauthsrv/
H A Dreadnvram.c347 typedef struct Dosboot Dosboot; typedef
348 struct Dosboot{ struct
349 uchar magic[3]; /* really an xx86 JMP instruction */
350 uchar version[8];
351 uchar sectsize[2];
352 uchar clustsize;
353 uchar nresrv[2];
354 uchar nfats;
355 uchar rootsize[2];
356 uchar volsize[2];
[all …]
/plan9/sys/src/9/pcboot/
H A Ddosfs.h1 typedef struct Dosboot Dosboot; typedef
68 typedef struct Dosboot Dosboot; typedef
71 struct Dosboot{ struct
72 uchar magic[3];
73 uchar version[8];
74 uchar sectsize[2];
75 uchar clustsize;
76 uchar nresrv[2];
77 uchar nfats;
78 uchar rootsize[2];
[all …]
/plan9/sys/src/cmd/disk/
H A Dformat.c32 typedef struct Dosboot Dosboot; typedef
33 struct Dosboot{ struct
34 uchar magic[3]; /* really an x86 JMP instruction */
35 uchar version[8];
36 uchar sectsize[2];
37 uchar clustsize;
38 uchar nresrv[2];
39 uchar nfats;
40 uchar rootsize[2];
41 uchar volsize[2];
[all …]
/plan9/sys/src/cmd/dossrv/
H A Ddat.h1 typedef struct Dosboot Dosboot; typedef
41 struct Dosboot{ struct
55 uchar bigvolsize[4]; /* same as Dosboot32 up to here */ argument
73 struct Dosboot32{ argument
/plan9/sys/src/boot/pc/
H A Ddosfs.h1 typedef struct Dosboot Dosboot; typedef