Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c462 scope_t *cur_scope; in dump_scope() local
474 while (cur_scope != NULL) { in dump_scope()
476 dump_scope(cur_scope); in dump_scope()
478 cur_scope = TAILQ_NEXT(cur_scope, scope_links); in dump_scope()
787 scope_t *cur_scope; in process_scope() local
794 while (cur_scope != NULL) { in process_scope()
798 switch (cur_scope->type) { in process_scope()
817 cur_scope->patches[0].skip_instr = in process_scope()
818 cur_scope->end_addr - cur_scope->begin_addr; in process_scope()
834 - cur_scope->begin_addr; in process_scope()
[all …]