Home
last modified time | relevance | path

Searched refs:cur_scope (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c463 scope_t *cur_scope; in dump_scope() local
473 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
475 while (cur_scope != NULL) { in dump_scope()
477 dump_scope(cur_scope); in dump_scope()
479 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()
779 scope_t *cur_scope; in process_scope() local
783 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); in process_scope()
786 while (cur_scope != NULL) { in process_scope()
790 switch (cur_scope->type) { in process_scope()
796 cur_scope->patches[1].skip_patch = in process_scope()
[all …]