Searched defs:Aux (Results 1 – 6 of 6) sorted by relevance
12 typedef struct Aux Aux; typedef13 struct Aux { struct14 Aux *next; argument15 Aux *prev; argument16 char *path; /* full path fo file */17 Share *sp; /* this share's info */41 Aux *Auxroot = nil; /* linked list of Aux structs */ argument
88 typedef struct Aux Aux; typedef89 struct Aux { struct101 Aux *a; in fsattach() argument
982 typedef struct Aux Aux; typedef983 struct Aux struct1004 Aux *a; in fsopen() argument
673 typedef struct Aux Aux; typedef674 struct Aux { struct687 Aux *a; in fsattach() argument
1022 typedef struct Aux Aux; typedef1023 struct Aux struct1043 Aux *a; in cookieopen() argument
12 typedef struct Aux Aux; typedef13 struct Aux { struct14 int doff;15 Otrack *o;