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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c531 int func_count; local
546 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions);
549 func_count++;
552 if (func_count != 0) {
553 func_values = (int *)malloc(func_count * sizeof(int));
559 func_count--;
569 cur_func = SLIST_NEXT(cur_func, links), func_count--) {
583 func_values[func_count] = 1;
586 func_values[func_count] = 0;

Completed in 95 milliseconds