Home
last modified time | relevance | path

Searched defs:File (Results 1 – 25 of 30) sorted by relevance

12

/plan9/sys/src/cmd/sam/
H A Dsam.h31 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 Dfile.c13 struct File struct
26 static File files[Nfile]; argument
H A Dftpfs.h1 typedef struct File File; typedef
/plan9/sys/src/cmd/unix/drawterm/exportfs/
H A Dexportfs.h14 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 Dexportfs.h11 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 Dportdat.h18 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 Dstatfs.h19 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 Dproto.c13 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 Dmkfs.c18 typedef struct File File; typedef
20 struct File{ struct
31 int copyfile(File*, Dir*, int); argument
/plan9/sys/src/cmd/replica/
H A Drevproto.c13 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 D9p.h25 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 Dfile.c12 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 Dfs.h2 typedef struct File File; typedef
/plan9/sys/src/9/pcboot/
H A Dfns.h38 typedef struct File File; typedef
H A Ddosfs.h6 typedef struct File File; typedef
128 struct File{ struct
149 long (*read)(File*, void*, long); argument
/plan9/sys/src/cmd/acme/
H A Ddat.h44 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 Dplaylist.h4 typedef struct File File; typedef
83 struct File { struct
97 File *file; argument
/plan9/sys/src/cmd/postscript/g3p9bit/
H A Dg3p9bit.c375 typedef struct File struct
379 }File; argument
/plan9/sys/src/cmd/aux/
H A Ddepend.c17 typedef struct File File; typedef
61 struct File struct
84 File *file; /* files */ argument
/plan9/sys/src/cmd/cwfs/
H A Dportdat.h57 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 Dfile.c120 nop(File*) in nop() argument
299 alloctree(char *uid, char *gid, ulong mode, void (*destroy)(File*)) in alloctree()
/plan9/sys/src/cmd/
H A Dnews.c32 } File; typedef
/plan9/sys/src/cmd/eqn/
H A De.h76 #define File 04 macro
/plan9/sys/src/games/music/jukefs/
H A Dobject.h11 File, enumerator
/plan9/sys/src/cmd/grap/
H A Dgrap.h10 #define File 04 macro

12