/plan9/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/sys/src/cmd/ip/ftpfs/ |
H A D | file.c | 13 struct File struct 26 static File files[Nfile]; argument
|
H A D | ftpfs.h | 1 typedef struct File File; typedef
|
/plan9/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/sys/src/cmd/exportfs/ |
H A D | exportfs.h | 11 typedef struct File File; typedef 42 struct File struct 49 File *parent; argument 50 File *child; argument 51 File *childlist; argument
|
/plan9/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/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/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/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/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/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/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/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/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/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/sys/src/cmd/postscript/g3p9bit/ |
H A D | g3p9bit.c | 375 typedef struct File struct 379 }File; argument
|
/plan9/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/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/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()
|
/plan9/sys/src/cmd/ |
H A D | news.c | 32 } File; typedef
|
/plan9/sys/src/cmd/eqn/ |
H A D | e.h | 76 #define File 04 macro
|
/plan9/sys/src/games/music/jukefs/ |
H A D | object.h | 11 File, enumerator
|
/plan9/sys/src/cmd/grap/ |
H A D | grap.h | 10 #define File 04 macro
|