HomeSort by: relevance | last modified time | path
    Searched defs:cur_scope (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 469 scope_t *cur_scope; local in function:dump_scope
479 cur_scope = TAILQ_FIRST(&scope->inner_scope);
481 while (cur_scope != NULL) {
483 dump_scope(cur_scope);
485 cur_scope = TAILQ_NEXT(cur_scope, scope_links);
792 scope_t *cur_scope; local in function:process_scope
796 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq);
799 while (cur_scope != NULL) {
803 switch (cur_scope->type)
    [all...]
aicasm.c 469 scope_t *cur_scope; local in function:dump_scope
479 cur_scope = TAILQ_FIRST(&scope->inner_scope);
481 while (cur_scope != NULL) {
483 dump_scope(cur_scope);
485 cur_scope = TAILQ_NEXT(cur_scope, scope_links);
792 scope_t *cur_scope; local in function:process_scope
796 cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq);
799 while (cur_scope != NULL) {
803 switch (cur_scope->type)
    [all...]

Completed in 22 milliseconds