Searched refs:sdbc_max_devices (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c76 int sdbc_max_devices = 0; variable
162 if (SDBC_IOCTL(SDBC_MAXFILES, &sdbc_max_devices,
171 on_off = calloc(sdbc_max_devices, sizeof (int));
172 dual_on_off = calloc(sdbc_max_devices, sizeof (int));
173 updates_prev = calloc(sdbc_max_devices, sizeof (int));
174 samples = calloc(sdbc_max_devices, sizeof (int));
175 rate_prev = calloc(sdbc_max_devices, sizeof (double));
177 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
179 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
181 (sdbc_max_devices
[all...]
H A Dsd_trace.c55 extern int sdbc_max_devices;
173 for (i = high + 1; i <= sdbc_max_devices; i++) {
289 bzero(dual_on_off, sdbc_max_devices * sizeof (int));
320 bzero(on_off, sdbc_max_devices * sizeof (int));
380 if (i >= sdbc_max_devices)
461 if (i >= sdbc_max_devices)
480 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
879 if (i >= sdbc_max_devices)
H A Dscmadm.c71 static int sdbc_max_devices = 0; variable
369 if (SDBC_IOCTL(SDBC_MAXFILES, &sdbc_max_devices,
722 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
1418 sdbc_max_devices - 1);
1791 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
1871 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
1927 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));

Completed in 78 milliseconds