Home
last modified time | relevance | path

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

/plan9/sys/src/9/pcboot/
H A Ddosfs.h3 typedef struct Dosdir Dosdir; typedef
69 typedef struct Dosdir Dosdir; typedef
103 struct Dosdir{ struct
104 uchar name[8];
105 uchar ext[3];
106 uchar attr;
107 uchar lowercase;
108 uchar hundredth;
109 uchar ctime[2];
110 uchar cdate[2];
[all …]
/plan9/sys/src/cmd/unix/drawterm/libauthsrv/
H A Dreadnvram.c263 typedef struct Dosdir Dosdir; typedef
264 struct Dosdir struct
266 char name[8];
267 char ext[3];
268 uchar attr;
269 uchar reserved[10];
270 uchar time[2];
271 uchar date[2];
272 uchar start[2];
273 uchar length[4];
/plan9/sys/src/libauthsrv/
H A Dreadnvram.c373 typedef struct Dosdir Dosdir; typedef
374 struct Dosdir struct
376 char name[8];
377 char ext[3];
378 uchar attr;
379 uchar reserved[10];
380 uchar time[2];
381 uchar date[2];
382 uchar start[2];
383 uchar length[4];
/plan9/sys/src/cmd/disk/
H A Dformat.c60 typedef struct Dosdir Dosdir; typedef
61 struct Dosdir struct
63 uchar name[8];
64 uchar ext[3];
65 uchar attr;
66 uchar reserved[10];
67 uchar time[2];
68 uchar date[2];
69 uchar start[2];
70 uchar length[4];
/plan9/sys/src/cmd/dossrv/
H A Ddat.h4 typedef struct Dosdir Dosdir; typedef
148 struct Dosdir{ struct
149 uchar name[8];
150 uchar ext[3];
151 uchar attr;
152 uchar reserved[1];
153 uchar ctime[3]; /* creation time */
154 uchar cdate[2]; /* creation date */
155 uchar adate[2]; /* last access date */
156 uchar hstart[2]; /* high bits of start for fat32 */
[all …]
/plan9/sys/src/boot/pc/
H A Ddosfs.h3 typedef struct Dosdir Dosdir; typedef