Searched refs:sdbc_max_devices (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 76 int sdbc_max_devices = 0; variable 162 if (SDBC_IOCTL(SDBC_MAXFILES, &sdbc_max_devices, in sd_stats_lintmain() 171 on_off = calloc(sdbc_max_devices, sizeof (int)); in sd_stats_lintmain() 172 dual_on_off = calloc(sdbc_max_devices, sizeof (int)); in sd_stats_lintmain() 173 updates_prev = calloc(sdbc_max_devices, sizeof (int)); in sd_stats_lintmain() 174 samples = calloc(sdbc_max_devices, sizeof (int)); in sd_stats_lintmain() 175 rate_prev = calloc(sdbc_max_devices, sizeof (double)); in sd_stats_lintmain() 177 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain() 179 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain() 181 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain() [all …]
|
H A D | sd_trace.c | 55 extern int sdbc_max_devices; 173 for (i = high + 1; i <= sdbc_max_devices; i++) { in higher() 289 bzero(dual_on_off, sdbc_max_devices * sizeof (int)); in set_dual_on_off() 320 bzero(on_off, sdbc_max_devices * sizeof (int)); in set_on_off() 380 if (i >= sdbc_max_devices) in disp_stats() 461 if (i >= sdbc_max_devices) in do_calc() 480 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in do_calc() 879 if (i >= sdbc_max_devices) in disp_total_stats()
|
H A D | scmadm.c | 71 static int sdbc_max_devices = 0; variable 369 if (SDBC_IOCTL(SDBC_MAXFILES, &sdbc_max_devices, in sdbc_set_maxdev() 722 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in cd_to_device() 1418 sdbc_max_devices - 1); in buildusage() 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));
|