Home | History | Annotate | Download | only in fstat

Lines Matching defs:devs

123 typedef struct devs {
124 struct devs *next;
128 } DEVS;
129 static DEVS *devs;
650 DEVS *d;
655 for (d = devs; d != NULL; d = d->next) {
1366 DEVS *cur;
1375 cur->next = devs;
1376 devs = cur;