Searched defs:Path (Results 1 – 7 of 7) sorted by relevance
12 typedef struct Path Path; typedef79 struct Path struct84 Path* parent; argument85 Path* child; argument86 Path* next; /* sibling */ argument87 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 */
124 typedef struct Path Path; typedef125 struct Path { struct132 #pragma varargck type "P" Path* argument
1783 typedef struct Path Path; typedef1784 struct Path { struct1785 Path *next; argument1797 Path *pathlevel[Maxlevel]; argument
16 Path, enumerator
26 typedef struct Path Path; typedef228 struct Path struct231 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 */
27 typedef struct Path Path; typedef187 struct Path struct190 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 */
304 } Path; typedef