cur_scope 462 drivers/scsi/aic7xxx/aicasm/aicasm.c scope_t *cur_scope; cur_scope 472 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_FIRST(&scope->inner_scope); cur_scope 474 drivers/scsi/aic7xxx/aicasm/aicasm.c while (cur_scope != NULL) { cur_scope 476 drivers/scsi/aic7xxx/aicasm/aicasm.c dump_scope(cur_scope); cur_scope 478 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_NEXT(cur_scope, scope_links); cur_scope 787 drivers/scsi/aic7xxx/aicasm/aicasm.c scope_t *cur_scope; cur_scope 791 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); cur_scope 794 drivers/scsi/aic7xxx/aicasm/aicasm.c while (cur_scope != NULL) { cur_scope 798 drivers/scsi/aic7xxx/aicasm/aicasm.c switch (cur_scope->type) { cur_scope 804 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope->patches[1].skip_patch = cur_scope 806 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope->patches[1].skip_instr = cur_scope 814 drivers/scsi/aic7xxx/aicasm/aicasm.c patch0_patch_skip += cur_scope->inner_scope_patches; cur_scope 816 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope->patches[0].skip_patch = patch0_patch_skip; cur_scope 817 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope->patches[0].skip_instr = cur_scope 818 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope->end_addr - cur_scope->begin_addr; cur_scope 820 drivers/scsi/aic7xxx/aicasm/aicasm.c skip_instr_count += cur_scope->patches[0].skip_instr; cur_scope 823 drivers/scsi/aic7xxx/aicasm/aicasm.c if (cur_scope->type == SCOPE_IF) { cur_scope 831 drivers/scsi/aic7xxx/aicasm/aicasm.c skip_patch_count += cur_scope->inner_scope_patches; cur_scope 833 drivers/scsi/aic7xxx/aicasm/aicasm.c skip_instr_count += cur_scope->end_addr cur_scope 834 drivers/scsi/aic7xxx/aicasm/aicasm.c - cur_scope->begin_addr; cur_scope 841 drivers/scsi/aic7xxx/aicasm/aicasm.c cur_scope = TAILQ_PREV(cur_scope, scope_tailq, scope_links);