devl
struct devl *dp;
for (dp = devl, i = 0; i < ndev; dp++, i++) {
struct devl *dp;
devl = Realloc(devl, maxdev * sizeof (struct devl));
dp = &devl[ndev++];
} *devl;
} *devl;
struct devl *dp;
for (dp = devl, i = 0; i < ndev; dp++, i++) {
struct devl *dp;
devl = realloc(devl, maxdev * sizeof (struct devl));
if (devl == NULL) {
dp = &devl[ndev++];
} *devl;
struct devl *dp;
dp = recallocarray(devl, maxdev, newdev, sizeof (struct devl));
devl = dp;
dp = &devl[ndevs++];
struct devl *dp;
for (dp = devl, i = 0; i < ndevs; dp++, i++) {
pm_ppm_devlist_t *devl = NULL;
comp, nlevel, clevel, canblock, &devl)) == DDI_SUCCESS) {
pm_enqueue_notify_others(&devl, canblock);
for (p = devl; p != NULL; p = next) {
devl = NULL;