Searched refs:devl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c101 static struct devl { /* device list */ struct
104 } *devl; variable in typeref:struct:devl
615 struct devl *dp;
620 dp = realloc(devl, maxdev * sizeof (struct devl));
627 devl = dp;
629 dp = &devl[ndevs++];
658 struct devl *dp;
661 for (dp = devl, i = 0; i < ndevs; dp++, i++) {
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c113 static int maxdev; /* number of devl structures allocated */
117 static struct devl { /* device list */ struct
120 } *devl; variable in typeref:struct: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
[all...]
H A Dps.c247 static int maxdev; /* number of devl structures allocated */
251 static struct devl { /* device list */ struct
254 } *devl; variable in typeref:struct: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[nde
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c8651 pm_ppm_devlist_t *devl = NULL;
8852 comp, nlevel, clevel, canblock, &devl)) == DDI_SUCCESS) {
8935 pm_enqueue_notify_others(&devl, canblock);
8940 for (p = devl; p != NULL; p = next) {
8944 devl = NULL;

Completed in 113 milliseconds