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

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c527 int *func_values; local
551 func_values = NULL;
553 func_values = (int *)malloc(func_count * sizeof(int));
555 if (func_values == NULL)
558 func_values[0] = 0; /* FALSE func */
583 func_values[func_count] = 1;
586 func_values[func_count] = 0;
603 &skip_addr, func_values) == 0) {

Completed in 129 milliseconds