Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 7 of 7) sorted by relevance

/plan9-contrib/sys/src/cmd/fscfs/
H A Ddat.h12 typedef struct Path Path; typedef
79 struct Path struct
84 Path* parent; argument
85 Path* child; argument
86 Path* next; /* sibling */ argument
87 uint nxtime; /* zero (if exists) or last time we checked */
88 char* inval; /* walk error if invalid */
89 File* file; /* file data, if open */
90 SFid* sfid; /* walked to this fid on server */
/plan9-contrib/sys/src/cmd/disk/
H A Drd9660.c124 typedef struct Path Path; typedef
125 struct Path { struct
132 #pragma varargck type "P" Path* argument
/plan9-contrib/sys/src/cmd/ip/
H A Dftpd.c1783 typedef struct Path Path; typedef
1784 struct Path { struct
1785 Path *next; argument
1797 Path *pathlevel[Maxlevel]; argument
/plan9-contrib/sys/src/games/music/jukefs/
H A Dobject.h16 Path, enumerator
/plan9-contrib/sys/src/9/port/
H A Dportdat.h26 typedef struct Path Path; typedef
228 struct Path struct
231 char *s;
232 Chan **mtpt; /* mtpt history */
233 int len; /* strlen(s) */
234 int alen; /* allocated length of s */
235 int mlen; /* number of path elements */
236 int malen; /* allocated length of mtpt */
/plan9-contrib/sys/src/9k/port/
H A Dportdat.h27 typedef struct Path Path; typedef
187 struct Path struct
190 char* s;
191 Chan** mtpt; /* mtpt history */
192 int len; /* strlen(s) */
193 int alen; /* allocated length of s */
194 int mlen; /* number of path elements */
195 int malen; /* allocated length of mtpt */
/plan9-contrib/sys/src/ape/cmd/pax/
H A Dpax.h304 } Path; typedef