Lines Matching defs:Srv
29 typedef struct Srv Srv; typedef
175 struct Srv { struct
179 void (*end)(Srv*); argument
180 void* aux;
182 void (*attach)(Req*);
183 void (*auth)(Req*);
184 void (*open)(Req*);
185 void (*create)(Req*);
186 void (*read)(Req*);
187 void (*write)(Req*);
188 void (*remove)(Req*);
189 void (*flush)(Req*);
190 void (*stat)(Req*);
191 void (*wstat)(Req*);
192 void (*walk)(Req*);
216 void srv(Srv*); argument