HomeSort by relevance Sort by last modified time
    Searched refs:devl (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/whodo/
whodo.c 104 static struct devl { /* device list */ struct
107 } *devl; variable in typeref:struct:devl
618 struct devl *dp;
623 dp = realloc(devl, maxdev * sizeof (struct devl));
630 devl = dp;
632 dp = &devl[ndevs++];
661 struct devl *dp;
664 for (dp = devl, i = 0; i < ndevs; dp++, i++) {
  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 111 static int maxdev; /* number of devl structures allocated */
115 static struct devl { /* device list */ struct
118 } *devl; variable in typeref:struct:devl
749 struct devl *dp;
752 for (dp = devl, i = 0; i < ndev; dp++, i++) {
762 struct devl *dp;
767 devl = realloc(devl, maxdev * sizeof (struct devl));
768 if (devl == NULL)
    [all...]
ps.c 237 static int maxdev; /* number of devl structures allocated */
241 static struct devl { /* device list */ struct
244 } *devl; variable in typeref:struct:devl
1179 struct devl *dp;
1182 for (dp = devl, i = 0; i < ndev; dp++, i++) {
1192 struct devl *dp;
1197 devl = Realloc(devl, maxdev * sizeof (struct devl));
1199 dp = &devl[ndev++]
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
sunpm.c     [all...]

Completed in 120 milliseconds