tag | line | file | source code |
---|---|---|---|
npatch | 94 | drivers/scsi/aic7xxx_asm.c | int npatch; |
npatch | 115 | drivers/scsi/aic7xxx_asm.c | p->npatch = 0; |
npatch | 141 | drivers/scsi/aic7xxx_asm.c | p->npatch += 1; |
npatch | 142 | drivers/scsi/aic7xxx_asm.c | p->patch = (int *)Realloc(p->patch, p->npatch * sizeof(int *)); |
npatch | 144 | drivers/scsi/aic7xxx_asm.c | p->patch[p->npatch - 1] = location; |
npatch | 161 | drivers/scsi/aic7xxx_asm.c | if (p->npatch) { |
npatch | 167 | drivers/scsi/aic7xxx_asm.c | for (i = 0; i < p->npatch; i++) { |