| /plan9-contrib/sys/src/cmd/sam/ |
| H A D | sam.h | 31 typedef struct File File; typedef 149 struct File struct 160 long seq; /* if seq==0, File acts like Buffer */ argument 184 //File* fileaddtext(File*, Text*); argument
|
| /plan9-contrib/sys/src/cmd/ip/ftpfs/ |
| H A D | file.c | 13 struct File struct 26 static File files[Nfile]; argument
|
| /plan9-contrib/sys/src/boot/vt4/ |
| H A D | fs.h | 1 struct File{ struct 11 long (*read)(File*, void*, long); argument
|
| /plan9-contrib/sys/src/boot/vt5/ |
| H A D | fs.h | 1 struct File{ struct 11 long (*read)(File*, void*, long); argument
|
| /plan9-contrib/sys/src/cmd/fscfs/ |
| H A D | dat.h | 10 typedef struct File File; typedef 125 struct File struct 148 File* next; argument
|
| /plan9-contrib/sys/src/cmd/exportfs/ |
| H A D | exportfs.h | 11 typedef struct File File; typedef 40 struct File struct 47 File *parent; argument 48 File *child; argument 49 File *childlist; argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/exportfs/ |
| H A D | exportfs.h | 14 typedef struct File File; typedef 38 struct File struct 45 File *parent; argument 46 File *child; argument 47 File *childlist; argument
|
| /plan9-contrib/sys/src/cmd/disk/kfs/ |
| H A D | portdat.h | 18 typedef struct File File; typedef 140 struct File struct 147 File* next; /* in cp->flist */ argument 148 File* list; /* in list of free files */ argument 149 Filsys* fs; 150 long addr; 151 long slot; 152 long lastra; /* read ahead address */ 153 short fid; 154 short uid; [all …]
|
| /plan9-contrib/sys/src/cmd/iostats/ |
| H A D | statfs.h | 19 typedef struct File File; typedef 80 struct File struct 85 File *parent; argument 86 File *child; argument 87 File *childlist; argument
|
| /plan9-contrib/sys/src/libdisk/ |
| H A D | proto.c | 13 typedef struct File File; typedef 14 struct File{ struct 15 char *new; 16 char *elem; 17 char *old; 18 char *uid; 19 char *gid; 20 ulong mode;
|
| /plan9-contrib/sys/src/cmd/replica/ |
| H A D | revproto.c | 13 typedef struct File File; typedef 14 struct File{ struct 15 char *new; 16 char *elem; 17 char *old; 18 char *uid; 19 char *gid; 20 ulong mode;
|
| /plan9-contrib/sys/src/cmd/disk/ |
| H A D | mkfs.c | 18 typedef struct File File; typedef 20 struct File{ struct 31 int copyfile(File*, Dir*, int); argument
|
| /plan9-contrib/sys/include/ |
| H A D | 9p.h | 25 typedef struct File File; typedef 113 struct File { struct 116 File *parent; argument 121 Filelist *filelist; argument 130 File *root; argument
|
| /plan9-contrib/sys/src/cmd/fossil/ |
| H A D | file.c | 12 struct File { struct 25 File *up; /* parent file (directory) */ argument 26 File *next; /* sibling */ argument 32 File *down; /* children */ argument 38 static int fileMetaFlush2(File*, char*); argument
|
| H A D | fs.h | 2 typedef struct File File; typedef
|
| /plan9-contrib/sys/src/nboot/pc/ |
| H A D | fat.c | 16 typedef struct File File; typedef 35 struct File struct 37 Fat *fat; 38 ulong lba; 39 ulong clust; 40 ulong lbaoff; 41 ulong len; 42 uchar *rp; 43 uchar *ep; 44 uchar buf[Sectsz];
|
| /plan9-contrib/sys/src/cmd/acme/ |
| H A D | dat.h | 44 typedef struct File File; typedef 126 struct File struct 141 int seq; /* if seq==0, File acts like Buffer */ argument 148 File* fileaddtext(File*, Text*); argument
|
| /plan9-contrib/sys/src/9/pcboot/ |
| H A D | fns.h | 38 typedef struct File File; typedef
|
| H A D | dosfs.h | 6 typedef struct File File; typedef 128 struct File{ struct 149 long (*read)(File*, void*, long); argument
|
| /plan9-contrib/sys/src/games/music/playlistfs/ |
| H A D | playlist.h | 4 typedef struct File File; typedef 83 struct File { struct 97 File *file; argument
|
| /plan9-contrib/sys/src/cmd/postscript/g3p9bit/ |
| H A D | g3p9bit.c | 375 typedef struct File struct 379 }File; typedef
|
| /plan9-contrib/sys/src/cmd/aux/ |
| H A D | depend.c | 17 typedef struct File File; typedef 61 struct File struct 84 File *file; /* files */ argument
|
| /plan9-contrib/sys/src/nboot/zynq/ |
| H A D | mmc.c | 15 typedef struct File File; typedef 33 struct File struct 35 Fat *fat; 36 ulong lba; 37 ulong clust; 38 ulong lbaoff; 39 ulong len; 40 uchar *rp; 41 uchar *ep; 42 uchar buf[Sectsz];
|
| /plan9-contrib/sys/src/cmd/cwfs/ |
| H A D | portdat.h | 57 typedef struct File File; typedef 347 struct File struct 354 File* next; /* in cp->flist */ argument 355 Filsys* fs; 356 Off addr; 357 long slot; /* ordinal # of Dentry with a directory block */ 358 Off lastra; /* read ahead address */ 359 ulong fid; 360 Userid uid; 361 Auth *auth; [all …]
|
| /plan9-contrib/sys/src/lib9p/ |
| H A D | file.c | 120 nop(File*) in nop() argument 299 alloctree(char *uid, char *gid, ulong mode, void (*destroy)(File*)) in alloctree()
|