Lines Matching refs:total
1036 int i, globs, err, total; in vhd_util_scan_find_file_targets() local
1038 total = cnt; in vhd_util_scan_find_file_targets()
1069 total += globs; in vhd_util_scan_find_file_targets()
1072 targets = calloc(total, sizeof(struct target)); in vhd_util_scan_find_file_targets()
1089 for (i = 0; i + globs < total; i++) { in vhd_util_scan_find_file_targets()
1101 *_total = total; in vhd_util_scan_find_file_targets()
1169 int i, err, total, matches; in vhd_util_scan_find_volume_targets() local
1184 total = matches; in vhd_util_scan_find_volume_targets()
1186 err = vhd_util_scan_sort_volumes(vg.lvs + total, in vhd_util_scan_find_volume_targets()
1187 vg.lv_cnt - total, in vhd_util_scan_find_volume_targets()
1192 total += matches; in vhd_util_scan_find_volume_targets()
1195 targets = calloc(total, sizeof(struct target)); in vhd_util_scan_find_volume_targets()
1201 for (i = 0; i < total; i++) { in vhd_util_scan_find_volume_targets()
1213 *_total = total; in vhd_util_scan_find_volume_targets()
1225 struct target **targets, int *total) in vhd_util_scan_find_targets() argument
1230 targets, total); in vhd_util_scan_find_targets()
1232 filter, targets, total); in vhd_util_scan_find_targets()