Lines Matching refs:max
689 int i, n, max;
696 max = sasd_dev_count();
698 tip_save = tip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
699 dcp_save = dcp = ndmp_malloc(sizeof (ndmp_device_capability_v3) * max);
700 envp_save = envp = ndmp_malloc(sizeof (ndmp_pval) * max * 3);
713 for (i = n = 0; i < max; i++) {
751 if (n == 0 || max <= 0) {
793 int i, n, max;
800 max = sasd_dev_count();
801 sip_save = sip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
802 dcp_save = dcp = ndmp_malloc(sizeof (ndmp_device_capability_v3) * max);
803 envp_save = envp = ndmp_malloc(sizeof (ndmp_pval) * max * 2);
815 for (i = n = 0; i < max; i++) {