Lines Matching refs:devl
247 static int maxdev; /* number of devl structures allocated */251 static struct devl { /* device list */254 } *devl;1220 struct devl *dp;1223 for (dp = devl, i = 0; i < ndev; dp++, i++) {1233 struct devl *dp;1238 devl = Realloc(devl, maxdev * sizeof (struct devl));1240 dp = &devl[ndev++];