/plan9-contrib/sys/src/nboot/bitsy/ |
H A D | lib.h | 97 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 D | libc.h | 27 struct Dir { struct 41 } Dir; argument
|
/plan9-contrib/sys/src/ape/lib/ap/plan9/ |
H A D | dir.h | 50 struct Dir { struct 64 } Dir; typedef
|
/plan9-contrib/sys/src/ape/lib/9/ |
H A D | libc.h | 32 struct Dir { struct 46 } Dir; argument
|
/plan9-contrib/sys/src/nboot/pc/ |
H A D | iso.c | 11 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 D | fat.c | 17 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 D | libc.h | 32 struct Dir { struct 46 } Dir; argument
|
/plan9-contrib/sys/src/cmd/unix/u9fs/ |
H A D | plan9.h | 173 struct Dir { struct 187 } Dir; argument
|
/plan9-contrib/sys/src/9/port/ |
H A D | lib.h | 166 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 D | iso.c | 11 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 D | lib.h | 201 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 D | lib.h | 155 struct Dir { struct 169 } Dir; argument
|
/plan9-contrib/sys/include/ |
H A D | libc.h | 636 struct Dir { struct 650 } Dir; argument
|
/plan9-contrib/sys/src/nboot/zynq/ |
H A D | mmc.c | 16 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 D | netstat.c | 87 nstat(char *net, void (*f)(char*, Dir*)) in nstat() argument
|
/plan9-contrib/sys/src/cmd/lzip/ |
H A D | main.c | 212 open_instream(char *name, Dir *, bool, bool) in open_instream() argument 334 close_and_set_permissions(Dir *) in close_and_set_permissions() argument
|