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

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c463 scope_t *cur_scope; local
473 cur_scope = TAILQ_FIRST(&scope->inner_scope);
475 while (cur_scope != NULL) {
477 dump_scope(cur_scope);
479 cur_scope = TAILQ_NEXT(cur_scope, scope_links);
788 scope_t *cur_scope; local
792 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq);
795 while (cur_scope != NULL) {
799 switch (cur_scope
[all...]

Completed in 400 milliseconds