Lines Matching refs:devl
113 static int maxdev; /* number of devl structures allocated */
117 static struct devl { /* device list */
120 } *devl;
751 struct devl *dp;
754 for (dp = devl, i = 0; i < ndev; dp++, i++) {
764 struct devl *dp;
769 devl = realloc(devl, maxdev * sizeof (struct devl));
770 if (devl == NULL) {
776 dp = &devl[ndev++];