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

  /onnv/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
nsc_mem.h 78 int32_t maxdev; /* Configured nsc_max_devices */ member in struct:nsc_rmhdr_s
nsc_mem.c 362 hdr->maxdev = nsc_max_devices();
389 if (hdr->ver == _NSCTL_HDRVER3 && hdr->maxdev != nsc_max_devices()) {
390 _nsc_set_max_devices(hdr->maxdev);
393 hdr->maxdev);
nsctl.c 916 _nsc_set_max_devices(int maxdev)
918 _nsc_max_devices = maxdev;
  /onnv/onnv-gate/usr/src/cmd/audio/audiotest/
audiotest.c 472 int maxdev; local
533 maxdev = find_num_devices();
534 if (maxdev < 1) {
551 for (t = 0; t < maxdev; t++) {
  /onnv/onnv-gate/usr/src/cmd/zpool/
zpool_vdev.c 1097 is_grouping(const char *type, int *mindev, int *maxdev)
1118 if (maxdev != NULL)
1119 *maxdev = 255;
1123 if (maxdev != NULL)
1124 *maxdev = INT_MAX;
1163 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1185 if ((type = is_grouping(argv[0], &mindev, &maxdev)) != NULL) {
1262 if (children > maxdev) {
1265 "%d devices\n"), argv[0], maxdev);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/whodo/
whodo.c 102 static int maxdev; /* slots for configured devices */ variable
621 if (ndevs == maxdev) {
622 maxdev += DNINCR;
623 dp = realloc(devl, maxdev * sizeof (struct devl));
  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 111 static int maxdev; /* number of devl structures allocated */ variable
765 if (ndev == maxdev) {
766 maxdev += DNINCR;
767 devl = realloc(devl, maxdev * sizeof (struct devl));
770 "ps: not enough memory for %d devices\n", maxdev);
ps.c 237 static int maxdev; /* number of devl structures allocated */ variable
1195 if (ndev == maxdev) {
1196 maxdev += DNINCR;
1197 devl = Realloc(devl, maxdev * sizeof (struct devl));
    [all...]

Completed in 180 milliseconds