Home
last modified time | relevance | path

Searched defs:Dir (Results 1 – 16 of 16) sorted by relevance

/plan9-contrib/sys/src/nboot/bitsy/
H A Dlib.h97 typedef struct Dir Dir; typedef
110 struct Dir struct
112 char name[NAMELEN];
113 char uid[NAMELEN];
114 char gid[NAMELEN];
115 Qid qid;
116 ulong mode;
117 long atime;
118 long mtime;
119 vlong length;
[all …]
/plan9-contrib/sys/src/ape/lib/draw/
H A Dlibc.h27 struct Dir { struct
41 } Dir; argument
/plan9-contrib/sys/src/ape/lib/ap/plan9/
H A Ddir.h50 struct Dir { struct
64 } Dir; typedef
/plan9-contrib/sys/src/ape/lib/9/
H A Dlibc.h32 struct Dir { struct
46 } Dir; argument
/plan9-contrib/sys/src/nboot/pc/
H A Diso.c11 typedef struct Dir Dir; typedef
23 struct Dir struct
25 uchar dirlen;
26 uchar extlen;
28 uchar lba[8];
29 uchar len[8];
31 uchar date[7];
33 uchar flags[3];
35 uchar seq[4];
37 uchar namelen;
H A Dfat.c17 typedef struct Dir Dir; typedef
47 struct Dir struct
49 char name[11];
50 uchar attr;
51 uchar reserved;
52 uchar ctime;
53 uchar ctime[2];
54 uchar cdate[2];
55 uchar adate[2];
56 uchar starthi[2];
[all …]
/plan9-contrib/sys/src/ape/lib/sec/port/
H A Dlibc.h32 struct Dir { struct
46 } Dir; argument
/plan9-contrib/sys/src/cmd/unix/u9fs/
H A Dplan9.h173 struct Dir { struct
187 } Dir; argument
/plan9-contrib/sys/src/9/port/
H A Dlib.h166 typedef struct Dir Dir; typedef
197 struct Dir { struct
199 ushort type; /* server type */
200 uint dev; /* server subtype */
202 Qid qid; /* unique id from server */
203 ulong mode; /* permissions */
204 ulong atime; /* last read time */
205 ulong mtime; /* last write time */
206 vlong length; /* file length: see <u.h> */
207 char *name; /* last element of path */
[all …]
/plan9-contrib/sys/src/nboot/efi/
H A Diso.c11 typedef struct Dir Dir; typedef
22 struct Dir struct
24 uchar dirlen;
25 uchar extlen;
27 uchar lba[8];
28 uchar len[8];
30 uchar date[7];
32 uchar flags[3];
34 uchar seq[4];
36 uchar namelen;
/plan9-contrib/sys/src/9k/port/
H A Dlib.h201 typedef struct Dir Dir; typedef
232 struct Dir { struct
234 ushort type; /* server type */
235 uint dev; /* server subtype */
237 Qid qid; /* unique id from server */
238 ulong mode; /* permissions */
239 ulong atime; /* last read time */
240 ulong mtime; /* last write time */
241 vlong length; /* file length: see <u.h> */
242 char *name; /* last element of path */
[all …]
/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A Dlib.h155 struct Dir { struct
169 } Dir; argument
/plan9-contrib/sys/include/
H A Dlibc.h636 struct Dir { struct
650 } Dir; argument
/plan9-contrib/sys/src/nboot/zynq/
H A Dmmc.c16 typedef struct Dir Dir; typedef
45 struct Dir struct
47 char name[11];
48 uchar attr;
49 uchar reserved;
50 uchar ctime;
51 uchar ctime[2];
52 uchar cdate[2];
53 uchar adate[2];
54 uchar starthi[2];
[all …]
/plan9-contrib/sys/src/cmd/
H A Dnetstat.c87 nstat(char *net, void (*f)(char*, Dir*)) in nstat() argument
/plan9-contrib/sys/src/cmd/lzip/
H A Dmain.c212 open_instream(char *name, Dir *, bool, bool) in open_instream() argument
334 close_and_set_permissions(Dir *) in close_and_set_permissions() argument